| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        DecisionTreeModel
A decision tree model for classification or regression.
EXPERIMENTAL: This is an experimental API.
              It will probably be modified for Spark v1.2.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 :param sc: Spark context :param java_model: Handle to Java model object 
 | 
| 
 
Predict the label of one or more examples.
:param x:  Data point (feature vector),
           or an RDD of data points (feature vectors).
 | 
| 
 str(x) 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 24 15:21:12 2014 | http://epydoc.sourceforge.net |