Interface IMekaInstances
-
- All Superinterfaces:
java.util.Collection<IMekaInstance>,org.api4.java.ai.ml.core.dataset.IDataset<IMekaInstance>,org.api4.java.ai.ml.core.dataset.IDataSource<IMekaInstance>,org.api4.java.ai.ml.core.dataset.schema.IInstanceSchemaHandler,org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<IMekaInstance>,org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataSource<IMekaInstance>,org.api4.java.ai.ml.core.dataset.schema.ILabeledInstanceSchemaHandler,java.lang.Iterable<IMekaInstance>,java.util.List<IMekaInstance>
- All Known Implementing Classes:
MekaInstances
public interface IMekaInstances extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<IMekaInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IMekaInstancescreateCopy()IMekaInstancescreateEmptyCopy()default weka.core.InstancesgetInstances()weka.core.InstancesgetList()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IDataset
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
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
-
-
-
-
Method Detail
-
getList
weka.core.Instances getList()
-
getInstances
default weka.core.Instances getInstances()
-
createEmptyCopy
IMekaInstances createEmptyCopy() throws org.api4.java.ai.ml.core.exception.DatasetCreationException, java.lang.InterruptedException
- Specified by:
createEmptyCopyin interfaceorg.api4.java.ai.ml.core.dataset.IDataset<IMekaInstance>- Specified by:
createEmptyCopyin interfaceorg.api4.java.ai.ml.core.dataset.IDataSource<IMekaInstance>- Specified by:
createEmptyCopyin interfaceorg.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<IMekaInstance>- Throws:
org.api4.java.ai.ml.core.exception.DatasetCreationExceptionjava.lang.InterruptedException
-
createCopy
IMekaInstances createCopy() throws org.api4.java.ai.ml.core.exception.DatasetCreationException, java.lang.InterruptedException
- Specified by:
createCopyin interfaceorg.api4.java.ai.ml.core.dataset.IDataset<IMekaInstance>- Specified by:
createCopyin interfaceorg.api4.java.ai.ml.core.dataset.IDataSource<IMekaInstance>- Throws:
org.api4.java.ai.ml.core.exception.DatasetCreationExceptionjava.lang.InterruptedException
-
-