Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
NetworkInput int
NetworkLayer []int
NetworkOutput int
Data *learn.Set
WinnerNetwork *neural.Network
WinnerEvaluation evaluation.Evaluation
Verbose bool
Usage neural.NetworkType
RegressionThreshold float64
}
Engine contains every necessary for starting the engine
func (*Engine) GetWinner ¶
func (e *Engine) GetWinner() (*neural.Network, *evaluation.Evaluation)
GetWinner returns the winner network from training
func (*Engine) SetRegressionThreshold ¶
SetRegressionThreshold sets the evaluation threshold for the regression
func (*Engine) SetVerbose ¶
SetVerbose set verbose mode default = false
Click to show internal directories.
Click to hide internal directories.