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

Class BooleanParameter

  • All Implemented Interfaces:
    java.io.Serializable


    public abstract class BooleanParameter
    extends Parameter
    A boolean parameter that may be altered.
    See Also:
    Serialized Form
    • Constructor Detail

      • BooleanParameter

        public BooleanParameter()
    • Method Detail

      • getValue

        public abstract boolean getValue()
        Returns the current value for the parameter.
        Returns:
        the value for this parameter.
      • setValue

        public abstract boolean setValue(boolean val)
        Sets the value for this parameter.
        Returns:
        true if the value was set, false if the value was invalid, and thus ignored.
      • 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.