Interface IMultiLabelClassificationDataSource
-
- All Superinterfaces:
IDataSource<IMultiLabelClassificationInstance>,IInstanceSchemaHandler,ILabeledDataSource<IMultiLabelClassificationInstance>,ILabeledInstanceSchemaHandler,java.lang.Iterable<IMultiLabelClassificationInstance>
- All Known Subinterfaces:
IMultiLabelClassificationDataset
public interface IMultiLabelClassificationDataSource extends ILabeledDataSource<IMultiLabelClassificationInstance>
-
-
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
-
-