public class BooleanIndexing extends Object
Constructor and Description |
---|
BooleanIndexing() |
Modifier and Type | Method and Description |
---|---|
static void |
applyWhere(IComplexNDArray to,
Condition condition,
com.google.common.base.Function<IComplexNumber,IComplexNumber> function)
Based on the matching elements
transform to based on condition to with function function
|
static void |
applyWhere(INDArray to,
Condition condition,
com.google.common.base.Function<Number,Number> function)
Based on the matching elements
transform to based on condition to with function function
|
public static void applyWhere(INDArray to, Condition condition, com.google.common.base.Function<Number,Number> function)
to
- the ndarray to transformcondition
- the condition on transformfunction
- the function to apply the transform topublic static void applyWhere(IComplexNDArray to, Condition condition, com.google.common.base.Function<IComplexNumber,IComplexNumber> function)
to
- the ndarray to transformcondition
- the condition on transformfunction
- the function to apply the transform toCopyright © 2014. All Rights Reserved.