| Class | Description |
|---|---|
| FreqList |
This class represents a list of frequencies of Strings
|
| Main | |
| svmImpute |
This class imputes the missing values by means of the SVM regression.
|
| VAList |
This class stores a list of Value-attribute elements.
|
| valueAssociations |
This class stores a frequency list of classes for a given value, i.e. for a same value in a attribute,
it stores the number of times a determined class is associated with the value.
|
| ValueFreq |
this class store a value (String) and its frequency (int)
|