public abstract class BaseScalarOp extends Object implements ScalarOp
protected float
startingValue
BaseScalarOp(float startingValue)
abstract float
accumulate(INDArray arr, int i, float soFar)
Float
apply(INDArray input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
protected float startingValue
public BaseScalarOp(float startingValue)
public Float apply(INDArray input)
apply
com.google.common.base.Function<INDArray,Float>
public abstract float accumulate(INDArray arr, int i, float soFar)
Copyright © 2014. All Rights Reserved.