Last change
on this file since 307 was
307,
checked in by Peter, 18 years ago
|
changed names of Kernels and made them work
|
File size:
354 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 \ |
---|
13 | PolynomialKernelFunction.cc SVM.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.