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

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

public class FeatureType
extends scala.Enumeration

:: Experimental :: Enum to describe whether a feature is "continuous" or "categorical"

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
FeatureType()
           
 
Method Summary
static scala.Enumeration.Value Categorical()
           
static scala.Enumeration.Value Continuous()
           
 
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

FeatureType

public FeatureType()
Method Detail

Continuous

public static scala.Enumeration.Value Continuous()

Categorical

public static scala.Enumeration.Value Categorical()