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.Instance getElement()  
      • Methods inherited from interface org.apache.commons.math3.ml.clustering.Clusterable

        getPoint
      • Methods inherited from interface org.api4.java.ai.ml.core.dataset.IInstance

        getAttributes, getAttributeValue, getNumAttributes, getPoint, getPointValue, isAttributeValuePresent, removeColumn
      • Methods inherited from interface org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance

        getLabel, isLabelPresent, setAttributeValue, setLabel
    • Method Detail

      • getElement

        weka.core.Instance getElement()
        Specified by:
        getElement in interface org.api4.java.common.attributedobjects.IElementDecorator<weka.core.Instance>