Interface ITimeSeriesInstance
-
- All Superinterfaces:
org.apache.commons.math3.ml.clustering.Clusterable,IClusterableInstance,org.api4.java.ai.ml.core.dataset.IInstance,org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,java.lang.Iterable<INDArrayTimeseries>
- All Known Implementing Classes:
TimeSeriesInstance
public interface ITimeSeriesInstance extends IClusterableInstance, org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance, java.lang.Iterable<INDArrayTimeseries>
-
-
Method Summary
-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.IInstance
getAttributes, getAttributeValue, getNumAttributes, getPoint, getPointValue, isAttributeValuePresent, removeColumn
-
-