Guest User

Untitled

a guest
Dec 22nd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. In file included from /home/rishabh/mlpack/src/mlpack/../mlpack/core/tree/rectangle_tree/r_plus_tree_descent_heuristic.hpp:51:0,
  2. from /home/rishabh/mlpack/src/mlpack/../mlpack/core/tree/rectangle_tree.hpp:36,
  3. from /home/rishabh/mlpack/src/mlpack/tests/rectangle_tree_test.cpp:16:
  4. /home/rishabh/mlpack/src/mlpack/../mlpack/core/tree/rectangle_tree/r_plus_tree_descent_heuristic_impl.hpp: In static member function ‘static size_t mlpack::tree::RPlusTreeDescentHeuristic::ChooseDescentNode(TreeType*, size_t) [with TreeType = mlpack::tree::RectangleTree<mlpack::metric::LMetric<2, true>, mlpack::neighbor::NeighborSearchStat<mlpack::neighbor::NearestNeighborSort>, arma::Mat<double>, mlpack::tree::RPlusTreeSplit<mlpack::tree::RPlusTreeSplitPolicy, mlpack::tree::MinimalCoverageSweep>, mlpack::tree::RPlusTreeDescentHeuristic, mlpack::tree::NoAuxiliaryInformation>; size_t = long unsigned int]’:
  5. /home/rishabh/mlpack/src/mlpack/../mlpack/core/tree/rectangle_tree/r_plus_tree_descent_heuristic_impl.hpp:73:3: warning: ‘success’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  6. if (!success) // We could not find two nodes that do no overlap each other.
  7. ^
Add Comment
Please, Sign In to add comment