Changeset 58


Ignore:
Timestamp:
Apr 14, 2004, 9:07:08 AM (19 years ago)
Author:
Jari Häkkinen
Message:

Implemented first version of KKNImpute.
Minor fixes.

Location:
trunk
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/first_page.doxygen

    r44 r58  
    66   @version $Revision$ $Date$
    77
    8    \author Daniel Dalevi, <a
    9    href="mailto:daniel@thep.lu.se">daniel@thep.lu.se</a>, Department
    10    of Theoretical Physics, Lund University, Sweden <br> <a
     8   \author <a href="mailto:daniel@thep.lu.se">Daniel Dalevi</a>,
     9   Department of Theoretical Physics, Lund University, Sweden <br> <a
    1110   href='mailto:&#106;&#97;&#114;&#105;&#64;&#116;&#104;&#101;&#112;.&#108;&#117;.&#115;e'>Jari
    1211   H&auml;kkinen</a>, Department of Theoretical Physics, Lund
    13    University, Sweden <br> Peter Johansson, <a
    14    href="mailto:peter@thep.lu.se">peter@thep.lu.se</a>, Department of
    15    Theoretical Physics, Lund University, Sweden
     12   University, Sweden <br> <a
     13   href="mailto:&#112;&#101;&#116;e&#114;&#64;t&#104;ep.&#108;&#117;.&#115;e">Peter
     14   Johansson</a>, Department of Theoretical Physics, Lund University,
     15   Sweden
    1616
    1717   This is the documentation for the thep C++ tools.
  • trunk/src/Makefile.am

    r42 r58  
    66
    77libc___tools_a_SOURCES = \
    8   GaussianKernelFunction.cc histogram.cc Kernel.cc matrix.cc PCA.cc \
    9   PolynomialKernelFunction.cc random_singleton.cc SVD.cc SVM.cc     \
    10   vector.cc
     8  FileIO.cc GaussianKernelFunction.cc histogram.cc Kernel.cc matrix.cc \
     9  PCA.cc PolynomialKernelFunction.cc random_singleton.cc stl_utility SVD.cc \
     10  SVM.cc vector.cc Wead.cc
    1111
    1212INCLUDES = -I/usr/local_bio/include -I/usr/local_bio
  • trunk/test/Makefile.am

    r42 r58  
    33## $Id$
    44
    5 check_PROGRAMS = test_kernel test_pca test_rnd test_svd test_svm
     5check_PROGRAMS = test_kernel test_pca test_rnd test_svd test_svm test_wead
    66
    77test_rnd_SOURCES = test_rnd.cc
     
    3030    $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB)
    3131
     32test_wead_SOURCES = test_wead.cc
     33test_wead_LDADD = -L@top_srcdir@/$(CPP_TOOLS_LIB_LOCATION) $(CPP_TOOLS_LIB) \
     34    -L/home/max/jari/local/lib -L/home/max/jari/local/lib/Linux_ATHLONSSE1 \
     35    $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB)
     36
    3237INCLUDES = -I@top_srcdir@/$(CPP_TOOLS_HEADER_LOCATION) \
    3338     -I/usr/local_bio/include
Note: See TracChangeset for help on using the changeset viewer.