Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. /home/wiking/shogun/src/shogun/multiclass/KDTreeKNNsolver.cpp: In member function ‘virtual shogun::CMulticlassLabels* shogun::CKDTREEKNNSolver::classify_objects(shogun::CDistance*, int32_t, int32_t*, float64_t*) const’:
  2. /home/wiking/shogun/src/shogun/multiclass/KDTreeKNNsolver.cpp:20:139: warning: declaration of ‘distance’ shadows a member of 'this' [-Wshadow]
  3. CMulticlassLabels* CKDTREEKNNSolver::classify_objects(CDistance* distance, const int32_t num_lab, int32_t* train_lab, float64_t* classes) const
  4. ^
  5. /home/wiking/shogun/src/shogun/multiclass/KDTreeKNNsolver.cpp: In member function ‘virtual int32_t* shogun::CKDTREEKNNSolver::classify_objects_k(shogun::CDistance*, int32_t, int32_t*, int32_t*) const’:
  6. /home/wiking/shogun/src/shogun/multiclass/KDTreeKNNsolver.cpp:47:129: warning: declaration of ‘distance’ shadows a member of 'this' [-Wshadow]
  7. int32_t* CKDTREEKNNSolver::classify_objects_k(CDistance* distance, const int32_t num_lab, int32_t* train_lab, int32_t* classes) const
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement