public class AllPossibleValues
extends java.lang.Object
This class computes all the possible values found in the data set for a given missing value
| Constructor and Description |
|---|
AllPossibleValues(java.lang.String fileParam)
Creates a new instance of AllPossibleValues
|
| Modifier and Type | Method and Description |
|---|---|
void |
process()
Process the training and test files provided in the parameters file to the constructor.
|