Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

Modules | Packages | Classes

Interface of callback object for classification model traversal. More...

Detailed Description

Contains classes for decision tree classification algorithm.

Modules

 Prediction
 Contains classes for prediction based on decision tree classification models.
 
 Training
 Contains classes for training based on decision tree classification models.
 

Packages

package  com.intel.daal.algorithms.classifier
 Contains base classes for working with classification algorithms.
 
package  com.intel.daal.algorithms.decision_tree.classification
 Contains classes of the decision tree classification algorithm.
 

Classes

class  TreeNodeVisitor
 Interface of callback object for classification model traversal. More...
 
class  Model
 Model of the classifier trained by decision tree classification algorithm in batch processing mode. More...
 
class  Parameter
 Base class for parameters of the decision tree classification algorithm. More...
 
class  SplitCriterionId
 Split criterion for Decision tree classification algorithm. More...
 

For more complete information about compiler optimizations, see our Optimization Notice.