Module stamm::numerictree [] [src]

NumericTree implements a decision tree for numeric computation using stamm::tree.

Structs

EntropyImpurity

Impurity using entropy

NumericLeafParam

Every leaf saves the probability of being InClass

NumericNodeParam

A interior node saves a threshold for computing the feature.

NumericTreeFunc

Implements the feature of a numeric tree (meaning less or greater than a threshold).

NumericTreeLearnParams

Struct for training a numeric tree

Enums

NumericTruth

There a two labels: in class or not in class

Traits

ImpurityFunc

Impurity computation of a set (not two sets)

Type Definitions

NumericTree