package
0.0.0-20230505210105-3ee970353c38
Repository: https://github.com/ep2012/golearn.git
Documentation: pkg.go.dev

# Functions

NewOneVsAllModel creates a new OneVsAllModel.

# Structs

BaggedModel trains base.Classifiers on subsets of the original Instances and combine the results through voting.
OneVsAllModel replaces class Attributes with numeric versions and trains n wrapped classifiers.