org.apache.spark.mllib.tree.configuration
Class Algo

Object
  extended by scala.Enumeration
      extended by org.apache.spark.mllib.tree.configuration.Algo
All Implemented Interfaces:
java.io.Serializable

public class Algo
extends scala.Enumeration

:: Experimental :: Enum to select the algorithm for the decision tree

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class scala.Enumeration
scala.Enumeration.Val, scala.Enumeration.Value, scala.Enumeration.ValueOrdering$, scala.Enumeration.ValueSet, scala.Enumeration.ValueSet$
 
Field Summary
 
Fields inherited from class scala.Enumeration
serialVersionUID
 
Constructor Summary
Algo()
           
 
Method Summary
static scala.Enumeration.Value Classification()
           
static scala.Enumeration.Value Regression()
           
 
Methods inherited from class scala.Enumeration
apply, maxId, nextId_$eq, nextId, nextName_$eq, nextName, readResolve, scala$Enumeration$$bottomId_$eq, scala$Enumeration$$bottomId, scala$Enumeration$$isValDef$1, scala$Enumeration$$nameOf, scala$Enumeration$$nextNameOrNull, scala$Enumeration$$nmap, scala$Enumeration$$populateNameMap, scala$Enumeration$$topId_$eq, scala$Enumeration$$topId, scala$Enumeration$$vmap, scala$Enumeration$$vsetDefined_$eq, toString, Value, Value, Value, Value, ValueOrdering, values, ValueSet, withName
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Algo

public Algo()
Method Detail

Classification

public static scala.Enumeration.Value Classification()

Regression

public static scala.Enumeration.Value Regression()