Create a model given the weights and intercept
Create a model given the weights and intercept
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries starting from the initial weights provided.
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries starting from the initial weights provided.
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries.
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries.
Set if the algorithm should add an intercept.
Set if the algorithm should add an intercept. Default true.
Set if the algorithm should validate data before training.
Set if the algorithm should validate data before training. Default true.
Train a Support Vector Machine (SVM) using Stochastic Gradient Descent. NOTE: Labels used in SVM should be {0, 1}.