Exemplo n.º 1
0
float compactness(Logger& logger, StatisticalModelType::Pointer model) {
     return model->GetNumberOfPrincipalComponents();
}