Documentation of 'jsat.parameters.ObjectParameter' Java class
ObjectParameter
jsat.parameters

Class ObjectParameter<T>

    • Constructor Detail

      • ObjectParameter

        public ObjectParameter()
    • Method Detail

      • getObject

        public abstract T getObject()
        Returns the current object value
        Returns:
        the current object set for the parameter
      • setObject

        public abstract boolean setObject(T obj)
        Sets the parameter to the given object
        Parameters:
        obj - the new parameter value
        Returns:
        true if the value was set, false if the value was invalid, and thus ignored.
      • parameterOptions

        public abstract java.util.List<T> parameterOptions()
        Returns a list of all possible objects that may be used as a parameter.
        Returns:
        a list of all possible objects that may be used as a parameter.
      • getValueString

        public java.lang.String getValueString()
        Description copied from class: Parameter
        Returns a string indicating the value currently held by the Parameter
        Specified by:
        getValueString in class Parameter
        Returns:
        a string representation of the parameter's value

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.