DataType
- The type of the data in the dataset.public interface PartitionedDataset<DataType>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DataType> |
getTestingSet()
Gets the testing dataset.
|
java.util.Collection<DataType> |
getTrainingSet()
Gets the training dataset.
|