Class | Description |
---|---|
ConvertColumns | |
CreateLabeledPoint |
Create an RDD of LabeledPoints from a text file with space-delimited values.
|
CreateVectorRDD |
Create an RDD of Vectors from a text file or from an RDD of Strings.
|
DatasetToJson | |
DropColumns | |
ExtractColumns |
Takes a JavaRDD
|
GetLiveMeasurements |
Actor for retrieving weather station data from the Firemap web socket server.
|
KMeansApply | |
KMeansClustering | |
KMeansModel |
Train a KMeans model in Spark MLlib.
|
RandomForestModel |
Train a RandomForest model using Spark MLlib.
|
RemoveNulls |
Removes null values from a JavaRDD
|
RemoveRowsWithNulls | |
SantaAnaDetect | |
SantaAnaIdentify | |
SparkSQLQuery | |
Standardize | |
StandardizeApply | |
SVMApply |
Apply a trained support vector machine model to a data set.
|
SVMKModel |
Train an SVM model in Spark MLlib.
|
VectorAssemble |