Class Algo
Object
org.apache.spark.mllib.tree.configuration.Algo
Enum to select the algorithm for the decision tree
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Algopublic Algo()
 
- 
- 
Method Details- 
Classificationpublic static scala.Enumeration.Value Classification()
- 
Regressionpublic static scala.Enumeration.Value Regression()
- 
toString
- 
valuespublic static scala.Enumeration.ValueSet values()
- 
maxIdpublic static final int maxId()
- 
applypublic static final scala.Enumeration.Value apply(int x) 
- 
withName
 
-