Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Window is the window size Window = 8 // Samples is the number of samples Samples = 256 // Size is the size of the filter Size = 64 // Inputs is the number of inputs Inputs = Size // Outputs is the number of outputs Outputs = 8 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Net ¶
Net is a net
func (Net) CalculateStatistics ¶
CalculateStatistics calculates the statistics of systems
Click to show internal directories.
Click to hide internal directories.