org.apache.spark.ml.util
:: Experimental ::
Trait for classes that provide MLWriter.
Returns an MLWriter instance for this ML instance.
Saves this ML instance to the input path, a shortcut of write.save(path).
write.save(path)
:: Experimental ::
Trait for classes that provide MLWriter.