Interface IMultiLabelClassificationDataset<I extends IMultiLabelClassificationInstance>
-
- All Superinterfaces:
java.util.Collection<I>,IDataset<I>,IDataSource<I>,IInstanceSchemaHandler,ILabeledDataset<I>,ILabeledDataSource<I>,ILabeledInstanceSchemaHandler,IMultiLabelClassificationDataSource<I>,java.lang.Iterable<I>,java.util.List<I>
public interface IMultiLabelClassificationDataset<I extends IMultiLabelClassificationInstance> extends IMultiLabelClassificationDataSource<I>, ILabeledDataset<I>
-
-
Method Summary
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IDataset
createCopy, getClassOfInstances, getFeatureMatrix, removeColumn, removeColumn, removeColumn
-
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.supervised.ILabeledDataset
createEmptyCopy, getLabelVector
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.ILabeledInstanceSchemaHandler
getInstanceSchema, getLabelAttribute, getRelationName
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-