aime

package module
v0.0.0-...-e5f6589 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2024 License: MIT Imports: 1 Imported by: 0

README

aime

Action Report Card Lines of code godoc License

xuender/aime is a ...

🚀 Install

go install github.com/xuender/aime@latest

💡 Usage

TODO

👤 Contributors

Contributors

📝 License

© ender, 2024~time.Now

MIT LICENSE

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Classifier

type Classifier[C, V comparable] interface {
	Train(seq iter.Seq2[C, []V])
	Scores(values []V) iter.Seq2[C, float64]
	Predict(values []V) (C, bool)
}

Directories

Path Synopsis
Package bayes implements a simple Naive Bayes classifier.
Package bayes implements a simple Naive Bayes classifier.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL