Class NDArrayTimeseries
- java.lang.Object
-
- ai.libs.jaicore.basic.sets.ElementDecorator<org.nd4j.linalg.api.ndarray.INDArray>
-
- ai.libs.jaicore.ml.classification.singlelabel.timeseries.model.NDArrayTimeseries
-
- All Implemented Interfaces:
INDArrayTimeseries,org.api4.java.ai.ml.core.dataset.schema.attribute.ITimeseries<org.nd4j.linalg.api.ndarray.INDArray>,org.api4.java.common.attributedobjects.IElementDecorator<org.nd4j.linalg.api.ndarray.INDArray>
public class NDArrayTimeseries extends ai.libs.jaicore.basic.sets.ElementDecorator<org.nd4j.linalg.api.ndarray.INDArray> implements INDArrayTimeseries
-
-
Constructor Summary
Constructors Constructor Description NDArrayTimeseries(org.nd4j.linalg.api.ndarray.INDArray element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]getPoint()org.nd4j.linalg.api.ndarray.INDArraygetValue()intlength()
-
-
-
Method Detail
-
getValue
public org.nd4j.linalg.api.ndarray.INDArray getValue()
- Specified by:
getValuein interfaceorg.api4.java.ai.ml.core.dataset.schema.attribute.ITimeseries<org.nd4j.linalg.api.ndarray.INDArray>
-
length
public int length()
- Specified by:
lengthin interfaceINDArrayTimeseries
-
getPoint
public double[] getPoint()
- Specified by:
getPointin interfaceINDArrayTimeseries
-
-