org.apache.spark.mllib.feature.ChiSqSelectorModel
Serializable
, VectorTransformer
, Saveable
param: selectedFeatures list of indices to select (filter).
Nested Classes
Constructors
void
Save this model to the given path.
int[]
Applies transformation on a vector.
public ChiSqSelectorModel(int[] selectedFeatures)
public int[] selectedFeatures()
transform
in interface VectorTransformer
vector
- vector to be transformed.
Saveable
Save this model to the given path.
This saves: - human-readable (JSON) model metadata to path/metadata/ - Parquet formatted data to path/data/
The model may be loaded using Loader.load
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4