Package org.apache.spark.ml.ann


package org.apache.spark.ml.ann
  • Class
    Description
    Trait for functions and their derivatives for functional layers
    Implements in-place application of functions in the arrays
    In-place DGEMM and DGEMV for Breeze
    Trait that holds Layer properties, that are needed to instantiate it.
    Trait that holds Layer weights (or parameters).
    Trait for loss function
    Trait for the artificial neural network (ANN) topology properties
    Trait for ANN topology model