Changeset 3709
- Timestamp:
- Nov 8, 2017, 11:49:06 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r3686 r3709 86 86 test/ostream_iterator.test \ 87 87 test/pca.test \ 88 test/perceptron.test \ 88 89 test/phred.test \ 89 90 test/pileup.test \ -
trunk/yat/classifier/Makefile.am
r2932 r3709 2 2 3 3 # Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 4 # Copyright (C) 2009, 2010, 2012 Peter Johansson4 # Copyright (C) 2009, 2010, 2012, 2017 Peter Johansson 5 5 # 6 6 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 40 40 yat/classifier/MatrixLookupWeighted.cc \ 41 41 yat/classifier/NBC.cc \ 42 yat/classifier/Perceptron.cc \ 42 43 yat/classifier/PolynomialKernelFunction.cc \ 43 44 yat/classifier/Sampler.cc \ … … 77 78 $(srcdir)/yat/classifier/NBC.h \ 78 79 $(srcdir)/yat/classifier/NCC.h \ 80 $(srcdir)/yat/classifier/Perceptron.h \ 79 81 $(srcdir)/yat/classifier/PolynomialKernelFunction.h \ 80 82 $(srcdir)/yat/classifier/SVM.h \
Note: See TracChangeset
for help on using the changeset viewer.