Package org.apache.spark.ml.param
Class JavaParams
Object
org.apache.spark.ml.param.JavaParams
- All Implemented Interfaces:
- Serializable,- Params,- Identifiable
Java-friendly wrapper for 
Params.
 Java developers who need to extend Params should use this class instead.
 If you need to extend an abstract class which already extends Params, then that abstract
 class should be Java-friendly as well.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.ml.util.IdentifiabletoString, uidMethods inherited from interface org.apache.spark.ml.param.Paramsclear, copy, copyValues, defaultCopy, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, set, set, set, setDefault, setDefault, shouldOwn
- 
Constructor Details- 
JavaParamspublic JavaParams()
 
- 
- 
Method Details