Documentation
¶
Index ¶
- func MatrixProduct(X, Y [][]float64, c chan [][]float64)
- func MatrixVectorProduct(X [][]float64, y []float64, c chan []float64)
- func Max(x []float64) float64
- func Mean(x []float64) float64
- func Min(x []float64) float64
- func MinMax(X [][]float64) [][]float64
- func Normalize(X [][]float64) [][]float64
- func ParallelMatrixProd(X, Y [][]float64) (u [][]float64)
- func RescaleCoef(theta, mu, sigma []float64) []float64
- func Round(num []float64, precision int) []float64
- func Sd(x []float64) float64
- func Traspose(X [][]float64) (t [][]float64)
- func VectorAdd(x, y []float64) []float64
- func VectorDiff(x, y []float64) []float64
- func VectorProduct(x, y []float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatrixProduct ¶
MatrixProduct return the product between two matrix
func MatrixVectorProduct ¶
MatrixVectorProduct return the product between matrix and vector
func ParallelMatrixProd ¶
ParallelMatrixProd compute distribute the product between two matrix
func RescaleCoef ¶
RescaleCoef rescale coefficients fitted.
func VectorDiff ¶
VectorDiff return the difference between two vectors.
func VectorProduct ¶
VectorProduct return the scalar product between two vectors.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.