Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Online ¶
type Online struct {
NetworkInput int
NetworkLayer []int
NetworkOutput int
Data *learn.Set
Network *neural.Network
LastEvaluation *evaluation.Evaluation
Verbose bool
Usage neural.NetworkType
AddedPoints int
RegressionThreshold float64
}
Online contains every necessary for starting the engine
func (*Online) SetVerbose ¶
SetVerbose sets the verbose version meaning debug and evaluation logs
Click to show internal directories.
Click to hide internal directories.