QuantileRegressionTreeEnsemble Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class QuantileRegressionTreeEnsemble : Microsoft.ML.Trainers.FastTree.TreeEnsemble<Microsoft.ML.Trainers.FastTree.QuantileRegressionTree>
type QuantileRegressionTreeEnsemble = class
inherit TreeEnsemble<QuantileRegressionTree>
Public NotInheritable Class QuantileRegressionTreeEnsemble
Inherits TreeEnsemble(Of QuantileRegressionTree)
- Inheritance
Properties
Bias |
When doing prediction, this is a value added to the weighted sum of all Trees' outputs. (Inherited from TreeEnsemble<T>) |
Trees |
Trees[i] is the i-th RegressionTreeBase in Trees. (Inherited from TreeEnsemble<T>) |
TreeWeights |
TreeWeights[i] is the i-th RegressionTreeBase's weight in Trees. (Inherited from TreeEnsemble<T>) |