org.apache.spark.ml.util
Trait for objects that provide MLReader.
ML instance type
Returns an MLReader instance for this class.
Reads an ML instance from the input path, a shortcut of read.load(path).
read.load(path)
Implementing classes should override this to be Java-friendly.
Trait for objects that provide MLReader.
ML instance type