Changeset 830 for trunk/yat/classifier


Ignore:
Timestamp:
Mar 24, 2007, 3:54:42 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #206.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/NCC.cc

    r792 r830  
    143143        utility::vector out;
    144144        predict(in,weights,out);
    145         prediction.set_column(j,out);
     145        prediction.column(j,out);
    146146      }
    147147    }
     
    154154          utility::vector out;
    155155          predict(in,weights,out);
    156           prediction.set_column(j,out);
     156          prediction.column(j,out);
    157157        }
    158158      }
Note: See TracChangeset for help on using the changeset viewer.