Import code from my Subversion repositorymaster
commitbdfacdabc774f8cf60cd45b6fd3ca041acf5e193
authorAndrew Miller <amil082@bioeng44.bioeng.auckland.ac.nz>
Sun, 6 Apr 2008 23:09:45 +0000 (7 11:09 +1200)
committerAndrew Miller <amil082@bioeng44.bioeng.auckland.ac.nz>
Sun, 6 Apr 2008 23:09:45 +0000 (7 11:09 +1200)
tree8c5bd1d2458a0797ed229734b45a3df63cce90ef
Import code from my Subversion repository
74 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
blaboc_config.h.in [new file with mode: 0644]
build/bcc-wrapper [new file with mode: 0755]
build/cygwin-wrapper [new file with mode: 0755]
build/msvc-wrapper [new file with mode: 0755]
build/tlib-wrapper [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
install-sh [new file with mode: 0755]
interfaces/BlaBoC.idl [new file with mode: 0644]
interfaces/build.mk [new file with mode: 0644]
libltdl/COPYING.LIB [new file with mode: 0644]
libltdl/README [new file with mode: 0644]
libltdl/build.mk [new file with mode: 0644]
libltdl/libltdl/lt__alloc.h [new file with mode: 0644]
libltdl/libltdl/lt__dirent.h [new file with mode: 0644]
libltdl/libltdl/lt__glibc.h [new file with mode: 0644]
libltdl/libltdl/lt__private.h [new file with mode: 0644]
libltdl/libltdl/lt_dlloader.h [new file with mode: 0644]
libltdl/libltdl/lt_error.h [new file with mode: 0644]
libltdl/libltdl/lt_system.h [new file with mode: 0644]
libltdl/libltdl/slist.h [new file with mode: 0644]
libltdl/loaders/dld_link.c [new file with mode: 0644]
libltdl/loaders/dlopen.c [new file with mode: 0644]
libltdl/loaders/dyld.c [new file with mode: 0644]
libltdl/loaders/load_add_on.c [new file with mode: 0644]
libltdl/loaders/loadlibrary.c [new file with mode: 0644]
libltdl/loaders/preopen.c [new file with mode: 0644]
libltdl/loaders/shl_load.c [new file with mode: 0644]
libltdl/lt__alloc.c [new file with mode: 0644]
libltdl/lt_argz.c [new file with mode: 0644]
libltdl/lt_argz.h [new file with mode: 0644]
libltdl/lt_dlloader.c [new file with mode: 0644]
libltdl/lt_error.c [new file with mode: 0644]
libltdl/ltdl.c [new file with mode: 0644]
libltdl/ltdl.h [new file with mode: 0644]
libltdl/slist.c [new file with mode: 0644]
ltmain.sh [new file with mode: 0644]
missing [new file with mode: 0755]
runtime/BlackBoxRuntime.cpp [new file with mode: 0644]
runtime/BlackBoxRuntime.hpp [new file with mode: 0644]
runtime/BlackBoxVM.cpp [new file with mode: 0644]
runtime/BootstrapPValue.cpp [new file with mode: 0644]
runtime/BuildTrainingDatabase.cpp [new file with mode: 0644]
runtime/ComputeAverageRMS.cpp [new file with mode: 0644]
runtime/ComputeAverageRSS.cpp [new file with mode: 0644]
runtime/ComputeRSSByLevels.cpp [new file with mode: 0644]
runtime/DoCrossValidation.cpp [new file with mode: 0644]
runtime/KNearestNeighbours.cpp [new file with mode: 0644]
runtime/OptimiseSVMParameters.cpp [new file with mode: 0644]
runtime/RunBB.cpp [new file with mode: 0644]
runtime/SVMParams.hpp [new file with mode: 0644]
runtime/SuperviseSVMOptimisation.cpp [new file with mode: 0644]
runtime/SupportVectorMachines.cpp [new file with mode: 0644]
runtime/TrainingDatabase.hpp [new file with mode: 0644]
runtime/build.mk [new file with mode: 0644]
sources/BlaBoC/BlaBoCAssembler.cpp [new file with mode: 0644]
sources/BlaBoC/BlaBoCBootstrap.hpp [new file with mode: 0644]
sources/BlaBoC/BlaBoCImpl.cpp [new file with mode: 0644]
sources/BlaBoC/BlaBoCImpl.hpp [new file with mode: 0644]
sources/BlaBoC/BlaBoCML.hpp [new file with mode: 0644]
sources/BlaBoC/build.mk [new file with mode: 0644]
tests/BlackBoxesForVariants.cpp [new file with mode: 0644]
tests/GenBlackBox.cpp [new file with mode: 0644]
tests/build.mk [new file with mode: 0644]