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

Static Public Attributes | List of all members

Split finding method in gradient boosted trees algorithm. More...

Class Constructor

SplitMethod ( int  value)

Constructs the split method identifier using the provided value

Parameters
valueValue corresponding to the split method identifier

Static Public Attributes

static final SplitMethod exact = new SplitMethod(exactId)
 
static final SplitMethod inexact = new SplitMethod(inexactId)
 
static final SplitMethod defaultSplit = new SplitMethod(defaultSplitId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the split method identifier

Returns
Value corresponding to the split method identifier

Member Data Documentation

final SplitMethod defaultSplit = new SplitMethod(defaultSplitId)
static

Default split finding method

final SplitMethod exact = new SplitMethod(exactId)
static

Exact greedy method

final SplitMethod inexact = new SplitMethod(inexactId)
static

Inexact method for splits finding: bucket continuous features to discrete bins


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

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