Class ApplyInPlace

Object
org.apache.spark.ml.ann.ApplyInPlace

public class ApplyInPlace extends Object
Implements in-place application of functions in the arrays
  • Constructor Details

    • ApplyInPlace

      public ApplyInPlace()
  • Method Details

    • apply

      public static void apply(breeze.linalg.DenseMatrix<Object> x, breeze.linalg.DenseMatrix<Object> y, scala.Function1<Object,Object> func)
    • apply

      public static void apply(breeze.linalg.DenseMatrix<Object> x1, breeze.linalg.DenseMatrix<Object> x2, breeze.linalg.DenseMatrix<Object> y, scala.Function2<Object,Object,Object> func)