#include <kl_point_cloud_generator.h>
klGaussianMixture::klGaussianMixture |
( |
__int64 |
numPointsPerCenter, |
|
|
__int64 |
numCenters, |
|
|
__int64 |
dimension, |
|
|
double |
scale |
|
) |
| |
|
inline |
void klGaussianMixture::addCluster |
( |
klVector< double > |
center, |
|
|
__int64 |
c |
|
) |
| |
|
inlineprivate |
klMatrix<double>& klGaussianMixture::getClusterCenters |
( |
| ) |
|
|
inline |
klVector<int>& klGaussianMixture::getClusterMembership |
( |
| ) |
|
|
inline |
klMatrix<double>& klGaussianMixture::getData |
( |
| ) |
|
|
inline |
klMatrix<double> klGaussianMixture::_clusterCenters |
|
private |
klVector<int> klGaussianMixture::_clusterMembership |
|
private |
klMatrix<double> klGaussianMixture::_data |
|
private |
__int64 klGaussianMixture::_dimension |
|
private |
__int64 klGaussianMixture::_numCenters |
|
private |
__int64 klGaussianMixture::_numPoints |
|
private |
__int64 klGaussianMixture::_numPointsPerCenter |
|
private |
double klGaussianMixture::_scale |
|
private |
The documentation for this class was generated from the following file: