org.nd4j.linalg.indexing.conditions
Interface Condition
-
- All Superinterfaces:
- Function<java.lang.Number,java.lang.Boolean>
- All Known Implementing Classes:
- And, BaseCondition, ConditionEquals, EpsilonEquals, EqualsCondition, GreaterThan, GreaterThanOrEqual, IsInfinite, IsInfinite, IsNaN, LessThan, LessThanOrEqual, Not, Or
public interface Condition extends Function<java.lang.Number,java.lang.Boolean>
Condition for boolean indexing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Booleanapply(IComplexNumber input)java.lang.Booleanapply(java.lang.Number input)Returns the result of applying this function toinput.
-
-
-
Method Detail
-
apply
java.lang.Boolean apply(java.lang.Number input)
Description copied from interface:FunctionReturns the result of applying this function toinput. This method is generally expected, but not absolutely required, to have the following properties:- Its execution does not cause any observable side effects.
- The computation is consistent with equals; that is,
Objects.equal(a, b)implies thatObjects.equal(function.apply(a), function.apply(b)).
-
apply
java.lang.Boolean apply(IComplexNumber input)
-
-
DMelt 3.0 © DataMelt by jWork.ORG