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

Class GreaterThanOrEqual

  • All Implemented Interfaces:
    Function<java.lang.Number,java.lang.Boolean>, Condition


    public class GreaterThanOrEqual
    extends BaseCondition
    Created by agibsonccc on 10/8/14.
    • Constructor Detail

      • GreaterThanOrEqual

        public GreaterThanOrEqual(java.lang.Number value)
      • GreaterThanOrEqual

        public GreaterThanOrEqual(IComplexNumber complexNumber)
    • Method Detail

      • apply

        public 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)).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.