Package com.groiss.ml.ds
Class TrainTestSets
java.lang.Object
com.groiss.ml.ds.TrainTestSets
A simple container for the split result of a
DataSet
into a train and a test set.-
Constructor Summary
ConstructorDescriptionTrainTestSets
(DataSet trainSet, DataSet testSet) A new instance holding the passed train and test set -
Method Summary