Explorar o código

minor change for adapting to new GenericClusterAlgorithmSelection

Alexander Freytag %!s(int64=11) %!d(string=hai) anos
pai
achega
954c55b59c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;