Interface IClusterableInstance

  • All Superinterfaces:
    org.apache.commons.math3.ml.clustering.Clusterable, org.api4.java.ai.ml.core.dataset.IInstance, org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance
    All Known Subinterfaces:
    ITimeSeriesInstance
    All Known Implementing Classes:
    AInstance, DenseInstance, MapInstance, SparseInstance, TimeSeriesInstance

    public interface IClusterableInstance
    extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance, org.apache.commons.math3.ml.clustering.Clusterable
    • Method Summary

      • 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