Changeset 662 for trunk


Ignore:
Timestamp:
Sep 27, 2006, 12:16:17 PM (17 years ago)
Author:
Peter
Message:

refs #57 added class for Naive Baysian Classification. Predict function not yet implemented though.

Location:
trunk/c++_tools/classifier
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/c++_tools/classifier/Makefile.am

    r660 r662  
    4343  MatrixLookup.cc \
    4444  MatrixLookupWeighted.cc \
     45  NBC.cc \
    4546  NCC.cc \
    4647  PolynomialKernelFunction.cc \
     
    7677  MatrixLookup.h \
    7778  MatrixLookupWeighted.h \
     79  NBC.h \
    7880  NCC.h \
    7981  PolynomialKernelFunction.h \
Note: See TracChangeset for help on using the changeset viewer.