Package | Description |
---|---|
org.tribuo.regression.rtree.impl |
Provides internal implementation classes for the regression trees.
|
Modifier and Type | Method and Description |
---|---|
static RegressorTrainingNode.InvertedData |
RegressorTrainingNode.invertData(Dataset<Regressor> examples)
Inverts a training dataset from row major to column major.
|
Constructor and Description |
---|
RegressorTrainingNode(RegressorImpurity impurity,
RegressorTrainingNode.InvertedData tuple,
int dimIndex,
String dimName,
int numExamples,
ImmutableFeatureMap featureIDMap,
ImmutableOutputInfo<Regressor> outputInfo) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.