- get(int) - Method in class Attributes
-
Returns the ith attribute in this set of attributes.
- getAttributes() - Method in class DataSet
-
Gets the attributes of this DataSet object.
- getClassAttribute() - Method in class Attributes
-
Returns the class attribute.
- getClassIndex() - Method in class Attributes
-
Returns the index of the class label.
- getExamples() - Method in class DataSet
-
Gets the examples of this data set.
- getHasNumericAttributes() - Method in class Attributes
-
Returns true if this set of attributes has one or more numeric attributes;
returns false otherwise.
- getHasNumericAttributes() - Method in class DataSet
-
Returns true if this data set has numeric attributes; returns false
otherwise.
- getIndex(String) - Method in class Attributes
-
Returns the attribute's index.
- getIndex(String) - Method in class NominalAttribute
-
Returns the index of the specified value index for this nominal
attribute.
- getName() - Method in class Attribute
-
Gets the name of this attribute.
- getSeed() - Method in class DataSet
-
Gets the seed for this data set.
- getTestingSet() - Method in class TrainTestSets
-
Returns the testing set of this train/test set.
- getTrainingSet() - Method in class TrainTestSets
-
Returns the training set of this train/test set.
- getValue(int) - Method in class NominalAttribute
-
Returns the value of this nominal attribute at the specified index.