package
1.0.8
Repository: https://github.com/cela2/golearn.git
Documentation: pkg.go.dev

# Functions

NewMultiLinearSVC creates a new MultiLinearSVC using the OneVsAllModel.
NewRandomForest generates and return a new random forests forestSize controls the number of trees that get built features controls the number of features used to build each tree.

# Structs

MultiLinearSVC implements a multi-class Support Vector Classifier using a one-vs-all voting scheme.
RandomForest classifies instances using an ensemble of bagged random decision trees.