Interface ISingleLabelClassificationDataSource<I extends ISingleLabelClassificationInstance>
-
- All Superinterfaces:
IDataSource<I>,IInstanceSchemaHandler,ILabeledDataSource<I>,ILabeledInstanceSchemaHandler,java.lang.Iterable<I>
- All Known Subinterfaces:
ISingleLabelClassificationDataset
public interface ISingleLabelClassificationDataSource<I extends ISingleLabelClassificationInstance> extends ILabeledDataSource<I>
-
-
Method Summary
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IDataSource
createCopy, 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, getRelationName
-
-