Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxValue = math.MaxFloat64
)
Variables ¶
This section is empty.
Functions ¶
func ApproximatelyEqual ¶
func DefinitelyGreaterThan ¶
func DefinitelyLessThan ¶
func EssentiallyEqual ¶
Types ¶
type Matrix ¶
type Matrix [][]float64
this definition creates problem in client program defining Matrix and Vector i.e. mlgo.Vector != Vector type Matrix []Vector
func CopyMatrix ¶
CopyMatrix returns a Matrix filled with content from Y
type Summary ¶
type Summary struct {
Mean, N, Min, Max float64
// contains filtered or unexported fields
}
func (*Summary) Add ¶
Add accumulates running statistics for calculating variance and standard deviation using the Welford method (1962)
Click to show internal directories.
Click to hide internal directories.