Class BooleanParam

Object
org.apache.spark.ml.param.Param<Object>
org.apache.spark.ml.param.BooleanParam
All Implemented Interfaces:
Serializable, scala.Serializable

public class BooleanParam extends Param<Object>
Specialized version of Param[Boolean] for Java.
See Also:
  • Constructor Details

  • Method Details

    • jsonDecode

      public boolean jsonDecode(String json)
    • jsonEncode

      public String jsonEncode(boolean value)
    • w

      public ParamPair<Object> w(boolean value)
      Creates a param pair with the given value (for Java).