model

package
v0.0.0-...-51fb139 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Linear = iota
	Logistic
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model interface {
	Initialise(x [][]float64, y []float64) error
	Train(iter int, alpha float64) error
	Predict(x [][]float64) []float64
}

func NewModel

func NewModel(n int) Model

Jump to

Keyboard shortcuts

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