Used to sort a mixture of gaussians in decreasing order of fitness. More...
#include <bsta_gaussian_stats.h>
Static Public Member Functions | |
| static bool | order (const bsta_gaussian_sphere< T, n > &d1, const T &w1, const bsta_gaussian_sphere< T, n > &d2, const T &w2) |
Used to sort a mixture of gaussians in decreasing order of fitness.
Partial specialization optimized for the spherical case
Definition at line 87 of file bsta_gaussian_stats.h.
| static bool bsta_gaussian_fitness< bsta_gaussian_sphere< T, n > >::order | ( | const bsta_gaussian_sphere< T, n > & | d1, |
| const T & | w1, | ||
| const bsta_gaussian_sphere< T, n > & | d2, | ||
| const T & | w2 | ||
| ) | [inline, static] |
Definition at line 89 of file bsta_gaussian_stats.h.
1.7.5.1