Skip to content

Namespace: sampleTrees

This namespaces contains pre trained trees, that you can use for classification.

Variables

Variables

titanicTree

Const titanicTree: TreeGardenNode

Tree trained on titanic data set

Defined in

sampleTrainedTrees/titanicTree.ts:11


titanicTreeTwo

Const titanicTreeTwo: TreeGardenNode

Another tree trained on titanic data set.

Defined in

sampleTrainedTrees/anotherTitanicTree.ts:7


tennisTree

Const tennisTree: TreeGardenNode

Tree trained on tennis data set

Defined in

sampleTrainedTrees/tennisTree.ts:13


simpleTree

Const simpleTree: TreeGardenNode

Simple tree

Defined in

sampleTrainedTrees/simpleTree.ts:13


simpleRegressionTree

Const simpleRegressionTree: TreeGardenNode

Small regression tree trained on simple regression data set

Defined in

sampleTrainedTrees/simpleRegressionTree.ts:8