A C D G I M P R S

G

getAttribute(String) - Method in class AttributeSet
Get the attribute with the given name.
getAttributeIndex(Attribute) - Method in class AttributeSet
Get the index of the given attribute in the attribute set's ordering.
getAttributeIndex(String) - Method in class AttributeSet
Get the index of the given attribute in the attribute set's ordering.
getAttributes() - Method in class AttributeSet
Get a list of attributes in the attribute set.
getAttributeSet() - Method in class InstanceSet
Get the set of attributes used by all the instances in this instance set.
getClassAttribute() - Method in class AttributeSet
Get the classification attribute for this attribute set.
getClassAttributeAsString() - Method in class AttributeSet
Get the name of the classification attribute for this attribute set.
getClassAttributeIndex() - Method in class AttributeSet
Get the index of the classification attribute in this attribute set's ordering of attributes
getEntropy() - Method in class Distribution
Get the entropy of the probability distribution.
getInstances() - Method in class InstanceSet
Get a list of all instances in this instance set.
getName() - Method in class Attribute
Get the name of the attribute.
getNameOfMaxFrequency() - Method in class Distribution
Get the name of the most frequently-observed attribute value.
getNameOfMaxProbability() - Method in class Distribution
Get the name of the most probable attribute value.
getNumInstances() - Method in class InstanceSet
Get the number of instances in this instance set.
getProbabilities() - Method in class Distribution
Get a HashMap of the probabilities in this distribution.
getTotalFrequencies() - Method in class Distribution
Get the total number of observations.
getValueOfMaxFrequency() - Method in class Distribution
Get the number of times the most frequently-observed value was observed.
getValueOfMaxProbability() - Method in class Distribution
Get the probability of the most probable attribute value.
getValues() - Method in class Attribute
Get an array listing the values this attribute can take.
getValues() - Method in class Instance
Get an array listing the values of this instance, listed in the same order as the AttributeSet for the current machine learning problem.

A C D G I M P R S