Documentation
¶
Index ¶
- func CalcNewW(w, X *mat.Dense) *mat.Dense
- func ColMeanVector(X *mat.Dense) *mat.Dense
- func ElemSum(X *mat.Dense) float64
- func ICA(X *mat.Dense, iter int, tol float64) (*mat.Dense, error)
- func NewDiagMat(fs []float64, n int) *mat.Dense
- func NewRandSlice(n int) []float64
- func NewRandVector(n int) *mat.Dense
- func NormalizeMat(x *mat.Dense) *mat.Dense
- func RowMeanVector(X *mat.Dense) *mat.Dense
- func SliceMean(fs []float64) float64
- func Whiten(X *mat.Dense) (*mat.Dense, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalcNewW ¶
CalcNewW calculate new w. //w is *mat.Dense [1, r] //X is *mat.Dense [r, c]: [signul num, sample num] w is *mat.Dense [c, 1] [,] [,] [,] X is *mat.Dense [r, c]: [signul num, sample num] [ , , , ] [ , , , ] [ , , , ] [ , , , ]
func NewRandSlice ¶
func NewRandVector ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.