Package ai.libs.jaicore.ml.weka.dataset
Interface IWekaInstance
-
- All Superinterfaces:
org.apache.commons.math3.ml.clustering.Clusterable,org.api4.java.common.attributedobjects.IElementDecorator<weka.core.Instance>,org.api4.java.ai.ml.core.dataset.IInstance,org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance
- All Known Implementing Classes:
WekaInstance
public interface IWekaInstance extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance, org.api4.java.common.attributedobjects.IElementDecorator<weka.core.Instance>, org.apache.commons.math3.ml.clustering.Clusterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description weka.core.InstancegetElement()
-