Changeset 299
- Timestamp:
- Apr 29, 2005, 2:23:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test_nni.cc
r292 r299 43 43 theplu::gslapi::matrix weight(weight_stream); 44 44 theplu::cpptools::kNNI knni(data,weight,neighbours); 45 knni.estimate(); 45 46 std::ifstream control_stream(knni_result.c_str()); 46 47 theplu::gslapi::matrix control(control_stream); … … 76 77 weight=theplu::gslapi::matrix(weight_stream); 77 78 theplu::cpptools::WeNNI wenni(data,weight,neighbours); 79 wenni.estimate(); 78 80 control_stream.open(wenni_result.c_str()); 79 81 control=theplu::gslapi::matrix(control_stream);
Note: See TracChangeset
for help on using the changeset viewer.