Documentation of 'org.nd4j.linalg.indexing.conditions.Condition' Java class
Condition
org.nd4j.linalg.indexing.conditions

Interface Condition

    • Method Detail

      • apply

        java.lang.Boolean apply(java.lang.Number input)
        Description copied from interface: Function
        Returns the result of applying this function to input. 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 that Objects.equal(function.apply(a), function.apply(b)).
        Specified by:
        apply in interface Function<java.lang.Number,java.lang.Boolean>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.