|
Class Summary |
| ClassificationScaler |
This scaler is used to translate an input value for a classifier,
1.0 or 0.0 usually, to an intermediate value like 0.1 and 0.9. |
| Column |
Represents a column in the output data set. |
| DataReader |
This is an abstract data reader. |
| FactorScaler |
A factor scaler is an instance of scaler that divides the input value
by the given factor. |
| Field |
A field used to read in values. |
| FileDataReader |
Reads in data from a file. |
| KClassTranslator |
This translates one of a set of strings into an array of values,
such that there is a member for each possible string. |
| NMinusOneClassTranslator |
This class encodes a set of values using N-1 encoding, that is,
if it a class with K members is encoded using K-1 values. |
| OutputField |
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments |
| RangeScaler |
The range scaler scales a raw value between the min an max in a range. |
| RealField |
Translates the input string to a resulting double. |
| Scaler |
An abstract scaler. |
| TestReader |
To be removed: This was a quick test. |
| TranslatedField |
A translation is what happens to an input field that is not real valued. |
| Translator |
The translator takes a string and returns a set of values, which are a function
of the input. |