public interface DefaultParamsWritable extends MLWritable
Params types writable.  If a Params class stores
 all data as Param values, then extending this trait will provide
 a default implementation of writing saved instances of the class.
 This only handles simple Param types; e.g., it will not handle
 Dataset.
 DefaultParamsReadable, the counterpart to this trait| Modifier and Type | Method and Description | 
|---|---|
| MLWriter | write()Returns an  MLWriterinstance for this ML instance. | 
saveMLWriter write()
MLWritableMLWriter instance for this ML instance.write in interface MLWritable