Package ai.libs.jaicore.ml.weka.dataset
Interface IWekaInstances
-
- All Superinterfaces:
java.util.Collection<IWekaInstance>,org.api4.java.ai.ml.core.dataset.IDataset<IWekaInstance>,org.api4.java.ai.ml.core.dataset.IDataSource<IWekaInstance>,org.api4.java.ai.ml.core.dataset.schema.IInstanceSchemaHandler,org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<IWekaInstance>,org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataSource<IWekaInstance>,org.api4.java.ai.ml.core.dataset.schema.ILabeledInstanceSchemaHandler,java.lang.Iterable<IWekaInstance>,java.util.List<IWekaInstance>
- All Known Implementing Classes:
WekaInstances
public interface IWekaInstances extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<IWekaInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IWekaInstancescreateEmptyCopy()default weka.core.InstancesgetInstances()weka.core.InstancesgetList()-
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
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
IWekaInstances createEmptyCopy() throws org.api4.java.ai.ml.core.exception.DatasetCreationException, java.lang.InterruptedException
- Specified by:
createEmptyCopyin interfaceorg.api4.java.ai.ml.core.dataset.IDataset<IWekaInstance>- Specified by:
createEmptyCopyin interfaceorg.api4.java.ai.ml.core.dataset.IDataSource<IWekaInstance>- Specified by:
createEmptyCopyin interfaceorg.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<IWekaInstance>- Throws:
org.api4.java.ai.ml.core.exception.DatasetCreationExceptionjava.lang.InterruptedException
-
-