Interface INDArrayTimeseries

  • All Superinterfaces:
    org.api4.java.ai.ml.core.dataset.schema.attribute.ITimeseries<org.nd4j.linalg.api.ndarray.INDArray>
    All Known Implementing Classes:
    NDArrayTimeseries

    public interface INDArrayTimeseries
    extends org.api4.java.ai.ml.core.dataset.schema.attribute.ITimeseries<org.nd4j.linalg.api.ndarray.INDArray>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double[] getPoint()  
      int length()  
      • Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.ITimeseries

        getValue
    • Method Detail

      • length

        int length()
      • getPoint

        double[] getPoint()