Package | Description |
---|---|
org.tribuo.regression.rtree.impl |
Provides internal implementation classes for the regression trees.
|
Modifier and Type | Method and Description |
---|---|
TreeFeature |
TreeFeature.deepCopy()
Returns a deep copy of this tree feature.
|
Modifier and Type | Method and Description |
---|---|
com.oracle.labs.mlrg.olcut.util.Pair<TreeFeature,TreeFeature> |
TreeFeature.split(int[] leftIndices,
int[] rightIndices,
IntArrayContainer firstBuffer,
IntArrayContainer secondBuffer)
Splits this tree feature into two.
|
com.oracle.labs.mlrg.olcut.util.Pair<TreeFeature,TreeFeature> |
TreeFeature.split(int[] leftIndices,
int[] rightIndices,
IntArrayContainer firstBuffer,
IntArrayContainer secondBuffer)
Splits this tree feature into two.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.