Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ModelWindow is the window size ModelWindow = 32 // GaussianWindow is the gaussian window GaussianWindow = 8 // ModelSamples is the number of samples ModelSamples = 256 // Inputs is the number of inputs Inputs = 4 // Outputs is the number of outputs Outputs = 4 // Embedding is the embedding size Embedding = 3 * 4 // Clusters is the number of clusters Clusters = 3 )
Variables ¶
This section is empty.
Functions ¶
func XGMM ¶
func XGMM(flowers []Iris)
XGMM is a gaussian mixture model clustering algorithm https://github.com/Ransaka/GMM-from-scratch https://en.wikipedia.org/wiki/Multivariate_normal_distribution
Types ¶
type XNet ¶
XNet is a net
func (XNet) CalculateStatistics ¶
CalculateStatistics calculates the statistics of systems
Click to show internal directories.
Click to hide internal directories.