org.apache.spark.examples.ml.UnaryTransformerExample
Reads an ML instance from the input path, a shortcut of read.load(path)
.
Reads an ML instance from the input path, a shortcut of read.load(path)
.
Implementing classes should override this to be Java-friendly.
Returns an MLReader instance for this class.
Returns an MLReader instance for this class.
Companion object for our simple Transformer.
DefaultParamsReadable provides a default implementation for loading instances of this Transformer which were persisted using DefaultParamsWritable.