org.encog.ml.data.cross
public class DataFold extends Object
Constructor and Description |
---|
DataFold(MatrixMLDataSet theTraining,
MatrixMLDataSet theValidation) |
Modifier and Type | Method and Description |
---|---|
MLMethod |
getMethod() |
double |
getScore() |
MatrixMLDataSet |
getTraining() |
MatrixMLDataSet |
getValidation() |
void |
setMethod(MLMethod method) |
void |
setScore(double score) |
public DataFold(MatrixMLDataSet theTraining, MatrixMLDataSet theValidation)
public double getScore()
public void setScore(double score)
score
- the score to setpublic MatrixMLDataSet getTraining()
public MatrixMLDataSet getValidation()
public MLMethod getMethod()
public void setMethod(MLMethod method)
method
- the method to setCopyright © 2014. All Rights Reserved.