Changeset 254
- Timestamp:
- Mar 3, 2005, 7:30:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test_regression_local.cc
r238 r254 8 8 #include "vector.h" 9 9 10 10 #include <string> 11 11 // Standard includes 12 12 //////////////////// 13 #include <fstream> 13 14 #include <iostream> 14 15 #include <cmath> … … 29 30 rl.add(x, y); 30 31 } 31 std::cout << "Fit\n"; 32 rl.fit(0.1); 32 33 std::string tmp = "tmp"; 34 std::ofstream myout(tmp.c_str()); 35 rl.fit(myout,0.1,1); 33 36 34 37 if (ok)
Note: See TracChangeset
for help on using the changeset viewer.