float compactness(Logger& logger, StatisticalModelType::Pointer model) {
     return model->GetNumberOfPrincipalComponents();
}