org.apache.spark.mllib.feature
Current version of model save/load format.
Current version of model save/load format.
Save this model to the given path.
Save this model to the given path.
This saves:
The model may be loaded using Loader.load
.
Spark context used to save model data.
Path specifying the directory in which to save this model. If the directory already exists, this method throws an exception.
list of indices to select (filter).
list of indices to select (filter).
Applies transformation on a vector.
Applies transformation on a vector.
vector to be transformed.
transformed vector.
Applies transformation on a JavaRDD[Vector].
Applies transformation on a JavaRDD[Vector].
JavaRDD[Vector] to be transformed.
transformed JavaRDD[Vector].
Applies transformation on an RDD[Vector].
Applies transformation on an RDD[Vector].
RDD[Vector] to be transformed.
transformed RDD[Vector].
Chi Squared selector model.