Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CART ¶
type CART struct {
Root *DecisionNode
}
type DecisionNode ¶
type DecisionNode struct { FeatureIndex int Threshold float64 Left *DecisionNode Right *DecisionNode Value float64 IsLeaf bool }
Click to show internal directories.
Click to hide internal directories.