Changeset 797 for trunk/yat/utility/WeNNI.cc
- Timestamp:
- Mar 12, 2007, 11:53:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/WeNNI.cc
r759 r797 53 53 { 54 54 for (unsigned int i=0; i<data_.rows(); i++) { 55 std::vector<std::pair<u_int,double> > distance =calculate_distances(i);55 std::vector<std::pair<u_int,double> > distance(calculate_distances(i)); 56 56 std::sort(distance.begin(),distance.end(), 57 57 pair_value_compare<u_int,double>());
Note: See TracChangeset
for help on using the changeset viewer.