public abstract class Stats
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Stats(java.lang.String attributeName)
Construct a new Stats
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the attribute that this Stats pertains to
|
abstract weka.core.Attribute |
makeAttribute()
Makes a Attribute that encapsulates the meta data
|
public Stats(java.lang.String attributeName)
attributeName - the name of the attribute/field that this Stats
pertains topublic java.lang.String getName()
public abstract weka.core.Attribute makeAttribute()