Package | Description |
---|---|
org.kepler.spark.actor | |
org.kepler.spark.mllib |
Modifier and Type | Class and Description |
---|---|
class |
SaveableModelActor
A base class for Spark actors that save models.
|
class |
SparkSQLActor |
Modifier and Type | Class and Description |
---|---|
class |
ConvertColumns |
class |
CreateLabeledPoint
Create an RDD of LabeledPoints from a text file with space-delimited values.
|
class |
CreateVectorRDD
Create an RDD of Vectors from a text file or from an RDD of Strings.
|
class |
DatasetToJson |
class |
DropColumns |
class |
GetLiveMeasurements
Actor for retrieving weather station data from the Firemap web socket server.
|
class |
KMeansApply |
class |
RandomForestModel
Train a RandomForest model using Spark MLlib.
|
class |
RemoveNulls
Removes null values from a JavaRDD
|
class |
RemoveRowsWithNulls |
class |
SantaAnaDetect |
class |
SantaAnaIdentify |
class |
SparkSQLQuery |
class |
Standardize |
class |
StandardizeApply |
class |
SVMApply
Apply a trained support vector machine model to a data set.
|
class |
SVMKModel
Train an SVM model in Spark MLlib.
|
class |
VectorAssemble |