Interface UpdatesHandler

  • All Superinterfaces:
    org.reactivestreams.Subscriber<org.nd4j.linalg.api.ndarray.INDArray>
    All Known Implementing Classes:
    AbstractUpdatesHandler

    public interface UpdatesHandler
    extends org.reactivestreams.Subscriber<org.nd4j.linalg.api.ndarray.INDArray>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.nd4j.linalg.api.ndarray.INDArray getParametersArray()
      This method returns parameters array maintained by this handler
      • Methods inherited from interface org.reactivestreams.Subscriber

        onComplete, onError, onNext, onSubscribe
    • Method Detail

      • getParametersArray

        org.nd4j.linalg.api.ndarray.INDArray getParametersArray()
        This method returns parameters array maintained by this handler
        Returns: