Class TrainTestSplit

java.lang.Object
deepnetts.data.TrainTestSplit

public final class TrainTestSplit extends Object
This class holds training and test data set pair. Splitting data into training and test set is common practice used in machine learning, in order to test how well the machine learning model will perform with data it has not seen during the training.