public class CrossValidation extends Object
| Constructor and Description |
|---|
CrossValidation() |
| Modifier and Type | Method and Description |
|---|---|
static ListMatrix<Double> |
run(Classifier algorithm,
ListDataSet dataSet) |
static ListMatrix<Double> |
run(Regressor algorithm,
ListDataSet dataSet,
int folds,
int runs,
long randomSeed) |
public static ListMatrix<Double> run(Classifier algorithm, ListDataSet dataSet) throws Exception
Exceptionpublic static ListMatrix<Double> run(Regressor algorithm, ListDataSet dataSet, int folds, int runs, long randomSeed) throws Exception
ExceptionCopyright © 2015 Java Data Mining Package. All rights reserved.