source: trunk/lib/classifier/Makefile.am @ 527

Last change on this file since 527 was 527, checked in by Peter, 17 years ago

Modified Kernel to be built from MatrixLookup? rather than
gslapi::matrix. Also changed interface to create DataLookup1D from
DataLookup2D - is now coherent with gslapi.

File size: 1.0 KB
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
7INCLUDES = @LOCAL_INCLUDES@
8
9noinst_LTLIBRARIES = libclassifier.la
10libclassifier_la_SOURCES = \
11  ConsensusInputRanker.cc \
12  CrossSplitter.cc \
13  DataLookup1D.cc \
14  DataLookup2D.cc \
15  EnsembleBuilder.cc \
16  GaussianKernelFunction.cc \
17  InputRanker.cc \
18  Kernel_MEV.cc \
19  Kernel_SEV.cc \
20  KernelLookup.cc \
21  KernelWeighted_MEV.cc \
22  KernelWeighted_SEV.cc \
23  MatrixLookup.cc \
24  NCC.cc \
25  PolynomialKernelFunction.cc \
26  SupervisedClassifier.cc \
27  SVM.cc \
28  Target.cc
29
30
31
32include_classifierdir = $(includedir)/c++_tools/classifier
33
34include_classifier_HEADERS = \
35  ConsensusInputRanker.h \
36  CrossSplitter.h \
37  DataLookup2D.h \
38  EnsembleBuilder.h \
39  GaussianKernelFunction.h \
40  InputRanker.h \
41  Kernel.h \
42  KernelFunction.h \
43  Kernel_MEV.h \
44  Kernel_SEV.h \
45  KernelLookup.h \
46  KernelWeighted_MEV.h \
47  KernelWeighted_SEV.h \
48  MatrixLookup.h \
49  NCC.h \
50  PolynomialKernelFunction.h \
51  SupervisedClassifier.h \
52  SVM.h \
53  Target.h \
54  DataLookup1D.h
Note: See TracBrowser for help on using the repository browser.