Gets the input FeatureSpecification value present at position index
Gets the input FeatureSpecification value present at position index
the index of the specification
a FeatureSpecification representing the specification for the feature
Evaluates whether an input feature is numeric
Evaluates whether an input feature is numeric
the index of the feature
true if the feature is numeric
Evaluates whether an output feature is numeric
Evaluates whether an output feature is numeric
the index of the feature
true if the feature is numeric
Gets the input name of the feature at position index
Gets the input name of the feature at position index
the index of the class
a string representing the name of the feature
Gets the output name of the feature at position index
Gets the output name of the feature at position index
the index of the class
a string representing the name of the feature
Gets the number of input features
Gets the number of input features
an Integer representing the number of input features
Gets the number of output features
Gets the number of output features
an Integer representing the number of output features
Gets the output FeatureSpecification value present at position index
Gets the output FeatureSpecification value present at position index
the index of the specification
a FeatureSpecification representing the specification for the feature
An ExampleSpecification contains information about the input and output features. It contains a reference to an input InstanceSpecification and an output InstanceSpecification, and provides setters and getters for the feature specification properties.