Documentation of 'org.nd4j.linalg.indexing.functions.Value' Java class
Value
org.nd4j.linalg.indexing.functions

Class Value

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


    public class Value
    extends java.lang.Object
    implements Function<java.lang.Number,java.lang.Number>
    Created by agibsonccc on 10/8/14.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Value(java.lang.Number number) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Number apply(java.lang.Number number)
      Returns the result of applying this function to input.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Value

        public Value(java.lang.Number number)
    • Method Detail

      • apply

        public java.lang.Number apply(java.lang.Number number)
        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.Number>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.