#include <plda.h>

Public Member Functions | |
| bool | operator< (const ClassInfo &other) const |
| ClassInfo (double weight, Vector< double > *mean, int32 num_examples) | |
Public Attributes | |
| double | weight |
| Vector< double > * | mean |
| int32 | num_examples |
| Vector<double>* mean |
Definition at line 210 of file plda.h.
Referenced by PldaEstimator::ComputeObjfPart2(), and PldaEstimator::GetStatsFromClassMeans().
| int32 num_examples |
Definition at line 212 of file plda.h.
Referenced by PldaEstimator::ComputeObjfPart2(), PldaEstimator::GetStatsFromClassMeans(), and PldaStats::ClassInfo::operator<().
| double weight |
Definition at line 209 of file plda.h.
Referenced by PldaEstimator::ComputeObjfPart2(), and PldaEstimator::GetStatsFromClassMeans().