Class 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.INDArray getValue()  
      int length()  
      • Methods inherited from class ai.libs.jaicore.basic.sets.ElementDecorator

        equals, getElement, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NDArrayTimeseries

        public NDArrayTimeseries​(org.nd4j.linalg.api.ndarray.INDArray element)
    • Method Detail

      • getValue

        public org.nd4j.linalg.api.ndarray.INDArray getValue()
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.ITimeseries<org.nd4j.linalg.api.ndarray.INDArray>