Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
triger jenkins
  • Loading branch information
DB Tsai committed Feb 2, 2015
commit 4e2f354d8749b1029eb57e89a6c2343b117907d4
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.apache.spark.rdd.RDD
* @param intercept Intercept computed for this model. (Only used in Binary Logistic Regression.
* In Multinomial Logistic Regression, the intercepts will not be a single values,
* so the intercepts will be part of the weights.)
* @param numFeatures the dimension of the features
* @param numFeatures the dimension of the features.
* @param numClasses the number of possible outcomes for k classes classification problem in
* Multinomial Logistic Regression. By default, it is binary logistic regression
* so numClasses will be set to 2.
Expand Down