dtree.decision

Undocumented in source.

Members

Functions

normalizeProb
auto normalizeProb(T probs)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Classification
struct Classification(alias ImpurityFun)

classification desicion implementation used at Node

DecisionInfo
struct DecisionInfo

infomation for left/right decision used in Decision and Node

Regression
struct Regression

regression desicion implementation used at Node

Meta