public class Variance extends BaseScalarOp
startingValue
Constructor and Description |
---|
Variance() |
Modifier and Type | Method and Description |
---|---|
float |
accumulate(INDArray arr,
int i,
float soFar) |
Float |
apply(INDArray input) |
float |
var(INDArray arr)
Variance (see: apache commons)
|
public float var(INDArray arr)
arr
- the ndarray to get the variance ofpublic Float apply(INDArray input)
apply
in interface com.google.common.base.Function<INDArray,Float>
apply
in class BaseScalarOp
public float accumulate(INDArray arr, int i, float soFar)
accumulate
in class BaseScalarOp
Copyright © 2014. All Rights Reserved.