Méthode | Description | |
---|---|---|
Generate ( IEnumerable |
Generates.
|
|
Generate ( Matrix X, int k ) : void |
Generates.
|
|
Normal ( |
Compute probability according to multivariate Gaussian.
|
Méthode | Description | |
---|---|---|
pow ( double a, double d ) : double | ||
sqrt ( double d ) : double |
public Generate ( IEnumerable | ||
examples | IEnumerable | The examples. |
k | int | The int to process. |
Résultat | void |
public Generate ( Matrix X, int k ) : void | ||
X | Matrix | The Matrix to process. |
k | int | The int to process. |
Résultat | void |
public Normal ( |
||
x | Vector in question. | |
mu | Mean. | |
sigma | diag(covariance) | |
Résultat | double |