source:
trunk/lib/classifier/Makefile.am
@
506
Last change on this file since 506 was 506, checked in by , 17 years ago | |
---|---|
File size: 953 bytes |
Rev | Line | |
---|---|---|
[295] | 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 | ||
[452] | 9 | noinst_LTLIBRARIES = libclassifier.la |
10 | libclassifier_la_SOURCES = \ | |
[506] | 11 | Target.cc \ |
[459] | 12 | ConsensusInputRanker.cc \ |
[482] | 13 | CrossSplitter.cc \ |
[475] | 14 | DataLookup1D.cc \ |
15 | DataLookup2D.cc \ | |
[485] | 16 | EnsembleBuilder.cc \ |
[457] | 17 | GaussianKernelFunction.cc \ |
[459] | 18 | InputRanker.cc \ |
19 | Kernel_MEV.cc \ | |
20 | Kernel_SEV.cc \ | |
[475] | 21 | KernelLookup.cc \ |
22 | MatrixLookup.cc \ | |
[459] | 23 | NCC.cc \ |
24 | PolynomialKernelFunction.cc \ | |
[476] | 25 | SupervisedClassifier.cc \ |
[506] | 26 | SVM.cc |
[319] | 27 | |
[475] | 28 | |
[476] | 29 | |
[452] | 30 | include_classifierdir = $(includedir)/c++_tools/classifier |
[319] | 31 | |
[452] | 32 | include_classifier_HEADERS = \ |
[459] | 33 | ConsensusInputRanker.h \ |
[482] | 34 | CrossSplitter.h \ |
[475] | 35 | DataLookup2D.h \ |
[485] | 36 | EnsembleBuilder.h \ |
[457] | 37 | GaussianKernelFunction.h \ |
[459] | 38 | InputRanker.h \ |
39 | Kernel.h \ | |
40 | KernelFunction.h \ | |
41 | Kernel_MEV.h \ | |
42 | Kernel_SEV.h \ | |
[475] | 43 | KernelLookup.h \ |
44 | MatrixLookup.h \ | |
[459] | 45 | NCC.h \ |
46 | PolynomialKernelFunction.h \ | |
[476] | 47 | SupervisedClassifier.h \ |
[475] | 48 | SVM.h \ |
49 | Target.h \ | |
50 | DataLookup1D.h |
Note: See TracBrowser
for help on using the repository browser.