C# Класс numl.Unsupervised.GMM

A Generative Mixture Model.
Показать файл Открыть проект

Открытые методы

Метод Описание
Generate ( IEnumerable examples, int k ) : void

Generates.

Generate ( Matrix X, int k ) : void

Generates.

Normal ( Vector x, Vector mu, Vector sigma ) : double

Compute probability according to multivariate Gaussian.

Приватные методы

Метод Описание
pow ( double a, double d ) : double
sqrt ( double d ) : double

Описание методов

Generate() публичный Метод

Generates.
Thrown when the requested operation is invalid.
public Generate ( IEnumerable examples, int k ) : void
examples IEnumerable The examples.
k int The int to process.
Результат void

Generate() публичный Метод

Generates.
public Generate ( Matrix X, int k ) : void
X Matrix The Matrix to process.
k int The int to process.
Результат void

Normal() публичный Метод

Compute probability according to multivariate Gaussian.
public Normal ( Vector x, Vector mu, Vector sigma ) : double
x numl.Math.LinearAlgebra.Vector Vector in question.
mu numl.Math.LinearAlgebra.Vector Mean.
sigma numl.Math.LinearAlgebra.Vector diag(covariance)
Результат double