Interface ISingleLabelClassificationDataSource
-
- All Superinterfaces:
IDataSource<ISingleLabelClassificationInstance>,IInstanceSchemaHandler,ILabeledDataSource<ISingleLabelClassificationInstance>,ILabeledInstanceSchemaHandler,java.lang.Iterable<ISingleLabelClassificationInstance>
- All Known Subinterfaces:
ISingleLabelClassificationDataset
public interface ISingleLabelClassificationDataSource extends ILabeledDataSource<ISingleLabelClassificationInstance>
-
-
Method Summary
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IDataSource
createEmptyCopy
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.IInstanceSchemaHandler
getAttribute, getListOfAttributes, getNumAttributes
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.ILabeledInstanceSchemaHandler
getInstanceSchema, getLabelAttribute
-
-