Package ai.libs.jaicore.ml.core.dataset
Interface ILabeledAttributeArrayDataset<L>
-
- All Superinterfaces:
AILabeledAttributeArrayDataset<ILabeledAttributeArrayInstance<L>,L>,java.util.Collection<ILabeledAttributeArrayInstance<L>>,IDataset<ILabeledAttributeArrayInstance<L>>,java.lang.Iterable<ILabeledAttributeArrayInstance<L>>
public interface ILabeledAttributeArrayDataset<L> extends AILabeledAttributeArrayDataset<ILabeledAttributeArrayInstance<L>,L>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILabeledAttributeArrayDataset<L>createEmpty()Creates an empty copy with the same attribute types as this IDataset.-
Methods inherited from interface ai.libs.jaicore.ml.core.dataset.AILabeledAttributeArrayDataset
getAttributeTypes, getNumberOfAttributes, getTargetType
-
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface ai.libs.jaicore.ml.core.dataset.IDataset
getFrequency
-
-
-
-
Method Detail
-
createEmpty
ILabeledAttributeArrayDataset<L> createEmpty()
Creates an empty copy with the same attribute types as this IDataset.- Specified by:
createEmptyin interfaceIDataset<L>- Returns:
- The newly created Dataset.
-
-