Last change
on this file since 336 was
336,
checked in by Peter, 18 years ago
|
moved members data_ and kf_ from base class Kernel to Kernel_SEV and Kernel_MEV. These two classes should perhaps in future be inherited from a intervening class since they are overlapping, but different from KernelView?.
|
File size:
623 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | INCLUDES = @LOCAL_INCLUDES@ |
---|
8 | |
---|
9 | noinst_LTLIBRARIES = libsvm.la |
---|
10 | libsvm_la_SOURCES = \ |
---|
11 | ConsensusInputRanker.cc CrossValidation.cc GaussianKernelFunction.cc \ |
---|
12 | InputRanker.cc Kernel_MEV.cc Kernel_SEV.cc KernelView.cc \ |
---|
13 | PolynomialKernelFunction.cc SVM.cc |
---|
14 | |
---|
15 | include_svmdir = $(includedir)/c++_tools/svm |
---|
16 | |
---|
17 | include_svm_HEADERS = \ |
---|
18 | ConsensusInputRanker.h CrossValidation.h GaussianKernelFunction.h \ |
---|
19 | InputRanker.h Kernel.h KernelFunction.h Kernel_MEV.h Kernel_SEV.h \ |
---|
20 | KernelView.h PolynomialKernelFunction.h SVM.h |
---|
Note: See
TracBrowser
for help on using the repository browser.