Browse Source

minor change for adapting to new GenericClusterAlgorithmSelection

Alexander Freytag 11 years ago
parent
commit
954c55b59c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      progs/evaluateCompleteBoWPipeline.cpp

+ 1 - 1
progs/evaluateCompleteBoWPipeline.cpp

@@ -151,7 +151,7 @@ int main( int argc, char **argv )
   
   std::cerr << "CODEBOOK CREATION" << std::endl;
   
-  OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgo ( conf );
+  OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgorithm ( conf );
    
   NICE::VVector prototypes;