RandomForestRegression
Spec for RandomForestRegressionStat: ensembled VFDT regression forest.
Properties
Functions
Wrap this regression spec so updates are forwarded only when pred evaluates true.
Construct a live RegressionStat from a RegressionStatSpec. See SeriesStatSpec.materialize.
Construct a live stat from any StatSpec, dispatching on its modality. Useful for code paths (like StatSchemaDef.materialize) that iterate over an erased Map<String, StatSpec> and don't statically know the modality.
Element-wise min-max scale a regression spec's feature vector.
Element-wise standardise a regression spec's feature vector.
Wrap this regression spec so it only sees one in every every updates.
Wrap this regression spec so x is remapped by expr before the inner stat sees it.
Wrap this regression spec so y is remapped by expr before the inner stat sees it.
Wrap this regression spec so every update's weight is multiplied by expr.eval(0, y, v).
Wrap this regression spec so every update uses weight regardless of caller input.
RandomForestRegression
bagging
config
RegressionTree growth tunables (mtry defaults to ceil(sqrt(p)) when null).
featureSize
Number of input features.
nbrTrees
randomSeed
PRNG seed shared across trees.
splitCandidates
Candidate split pool.