org.jdmp.core.dataset
Class CrossValidation
- java.lang.Object
-
- org.jdmp.core.dataset.CrossValidation
-
public class CrossValidation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description CrossValidation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ListMatrix<java.lang.Double>run(Classifier algorithm, ListDataSet dataSet)static ListMatrix<java.lang.Double>run(Regressor algorithm, ListDataSet dataSet, int folds, int runs, long randomSeed)
-
-
-
Method Detail
-
run
public static ListMatrix<java.lang.Double> run(Classifier algorithm, ListDataSet dataSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
run
public static ListMatrix<java.lang.Double> run(Regressor algorithm, ListDataSet dataSet, int folds, int runs, long randomSeed) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG