Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members
TreeNodeVisitor Class Referenceabstract

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

Class Constructor

Default constructor

Detailed Description

Member Function Documentation

abstract boolean onLeafNode ( LeafNodeDescriptor  desc)
abstract

This method is called by traversal method when a leaf node is visited.

Parameters
descStrucutre describing the split node of the tree
Returns
This method should return false to cancel further search and true otherwise
abstract boolean onSplitNode ( SplitNodeDescriptor  desc)
abstract

This method is called by traversal method when a split node is visited.

Parameters
descStrucutre describing the split node of the tree
Returns
This method should return false to cancel further search and true otherwise

The documentation for this class was generated from the following file:

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