Package org.api4.java.ai.ml.core.dataset.supervised
-
Interface Summary Interface Description ILabeledDataset<I extends ILabeledInstance> ILabeledDataSource<I extends ILabeledInstance> The supervised dataset is a list (ordered collection) of instances.ILabeledInstance Interface of an instance that has a target value.