|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Helper | |
---|---|
net.sf.myra.datamining.io | |
net.sf.myra.datamining.util |
Uses of Helper in net.sf.myra.datamining.io |
---|
Subclasses of Helper in net.sf.myra.datamining.io | |
---|---|
class |
ArffHelper
Helper class to manipulate files in ARFF (Weka) format. |
class |
C45Helper
Helper class to manipulate files in C4.5 format. |
class |
CN2Helper
|
class |
ExtendedArffHelper
|
Methods in net.sf.myra.datamining.io that return Helper | |
---|---|
static Helper |
Helper.getHelper(java.io.File file)
Returns a Helper instance to read the specified file. |
static Helper |
Helper.getHelper(java.lang.String filename)
Returns a Helper instance to read the specified file. |
Uses of Helper in net.sf.myra.datamining.util |
---|
Methods in net.sf.myra.datamining.util with parameters of type Helper | |
---|---|
static void |
HierarchicalCrossValidation.export(Dataset dataset,
java.io.File directory,
Helper helper,
int folds)
Exports the dataset into training, validation and test set. |
static void |
HierarchicalCrossValidation.export(Dataset dataset,
java.io.File directory,
Helper helper,
int folds,
boolean validation)
Exports the dataset into folds partitions. |
static void |
FlatCrossValidation.export(Dataset dataset,
int folds,
java.io.File directory,
FlatCrossValidation.Mode mode,
Helper helper)
Exports the dataset into folds partitions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |