Changeset 527 for trunk/lib/classifier/NCC.cc
- Timestamp:
- Mar 1, 2006, 12:23:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/classifier/NCC.cc
r526 r527 119 119 prediction=gslapi::matrix(centroids_.columns(), input.columns()); 120 120 for(size_t j=0; j<input.columns();j++) { 121 DataLookup1D in(input,j, true);121 DataLookup1D in(input,j,false); 122 122 gslapi::vector out; 123 123 predict(in,out);
Note: See TracChangeset
for help on using the changeset viewer.