- * Package: sci-libs/shogun-2.0.0
- * Repository: gentoo
- * Maintainer: sci@gentoo.org
- * USE: amd64 bzip2 doc elibc_glibc kernel_linux lapack readline test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- Installed LAPACK for library directory lib64
- [1] reference *
- Installed BLAS for library directory lib64
- [1] reference *
- Installed CBLAS for library directory lib64
- [1] gsl
- [2] reference *
- >>> Unpacking source...
- >>> Unpacking shogun-2.0.0.tar.bz2 to /tmp/portage/sci-libs/shogun-2.0.0/work
- >>> Unpacking shogun-data-0.4.tar.bz2 to /tmp/portage/sci-libs/shogun-2.0.0/work
- >>> Source unpacked in /tmp/portage/sci-libs/shogun-2.0.0/work
- >>> Preparing source in /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src ...
- * Applying shogun-1.1.0-respect-ldflags.patch ...
- [ ok ]
- * Applying shogun-1.1.0-test-readline.patch ...
- [ ok ]
- * Applying shogun-1.1.0-as-needed.patch ...
- [ ok ]
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src ...
- Running configure for SHOGUN version 2.0.0
- Checking for C Compiler ... gcc 4.7.2, ok
- Checking for C Compiler flags ... -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -O2
- Checking for C++ Compiler ... gcc 4.7.2, ok
- Checking for C++ Compiler flags ... -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -O2
- Detected Operating System: Linux
- Detected Host Architecture: x86_64
- Checking for makedepend ... gcc -MM
- Checking for Python ... 2.7.3
- Checking for pkg-config ... 0.28
- Checking for GNU Make ... GNU Make 3.82
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- Checking for Doxygen ... 1.8.3.1
- Checking for Google C++ Mocking Framework ... 1.6.0
- Checking for CPU vendor ... AuthenticAMD (21:1:2)
- Checking for CPU type ... AMD Opteron(TM) Processor 6272
- Checking for GCC & CPU optimization abilities ... k8
- Checking for xmmintrin.h ... yes
- Checking for mm3dnow.h ... yes
- Checking for Word Size ... 64 bit
- Checking for Math support (-lm) ... yes
- Checking for Math powl() support ... yes
- Checking for Math lgammal() support ... yes
- Checking for Math sqrtl() support ... yes
- Checking for Math log2() support ... yes
- Checking for Posix threads support ... yes
- Checking for AMD ACML support ... no
- Checking for Intel MKL support ... no
- Checking for Atlas support ... no
- Checking for Mac OS vector library ... no
- Checking for Vanilla lapack and blas support ... yes
- Checking for Mosek support ... no
- Checking for CPLEX support ... no
- Checking for bzip2 ... yes
- Checking for Posix thread spinlock support ... yes
- Checking for libshogun ... yes (internal in source tree)
- Checking for SWIG ... 2.0.9
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- WARNING: SHOGUN is built using SVMlight which was written
- by Thorsten Joachims and uses a different non GPL compatible license.
- To build a fully GPL'd SHOGUN use
- ./configure --disable-svm-light
- The SVMlight license can be found in LICENSE.SVMlight. In case
- you do not know or cannot agree to the licensing terms expressed in
- LICENSE.SVMlight press ctrl+c to abort configure now.
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- SHOGUN was configured for
- libshogun
- interface(s) with the following configure options --disable-cpudetection --destdir=/tmp/portage/sci-libs/shogun-2.0.0/image/ --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib64 --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --target= --interfaces= --disable-arpack --enable-bzip2 --enable-doxygen --disable-eigen3 --disable-glpk --disable-gzip --disable-hdf5 --disable-json --enable-lapack --disable-lpsolve --disable-lzma --disable-lzo --disable-nlopt --enable-readline --disable-hmm-parallel --disable-snappy --disable-static --disable-superlu --disable-xml
- It will support the following data types bool,char,uint8_t,uint16_t,int32_t,int64_t,uint64_t,float32_t,float64_t.
- type "make" now to compile
- >>> Source configured.
- >>> Compiling source in /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src ...
- make -j24
- make -C../examples
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples'
- bash ./generate_documented.sh
- make -C shogun
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- find . -name "*.c" -o -name "*.cpp" \
- -exec gcc -MM -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -I. -I.. -I../libshogun -I.. {} -MT {}.o \; >.depend
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples'
- touch examples
- ( find . -name "*.i" | cut -c 3- ; find ..//shogun/ -name "*.h" ) | \
- sed 's#/[/]*#/#g' | \
- python ..//.generate_link_dependencies.py "" \
- "" internal >>.depend
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. clustering/Hierarchical.cpp -o clustering/Hierarchical.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. clustering/KMeans.cpp -o clustering/KMeans.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. clustering/GMM.cpp -o clustering/GMM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. modelselection/ParameterCombination.cpp -o modelselection/ParameterCombination.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. modelselection/ModelSelection.cpp -o modelselection/ModelSelection.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. modelselection/GridSearchModelSelection.cpp -o modelselection/GridSearchModelSelection.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. modelselection/RandomSearchModelSelection.cpp -o modelselection/RandomSearchModelSelection.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. modelselection/GradientModelSelection.cpp -o modelselection/GradientModelSelection.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. modelselection/ModelSelectionParameters.cpp -o modelselection/ModelSelectionParameters.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/CosineDistance.cpp -o distance/CosineDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/TanimotoDistance.cpp -o distance/TanimotoDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/HammingWordDistance.cpp -o distance/HammingWordDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/ManhattanMetric.cpp -o distance/ManhattanMetric.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/KernelDistance.cpp -o distance/KernelDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/GeodesicMetric.cpp -o distance/GeodesicMetric.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/ChebyshewMetric.cpp -o distance/ChebyshewMetric.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/SparseEuclideanDistance.cpp -o distance/SparseEuclideanDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/JensenMetric.cpp -o distance/JensenMetric.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/CanberraMetric.cpp -o distance/CanberraMetric.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/MahalanobisDistance.cpp -o distance/MahalanobisDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/EuclideanDistance.cpp -o distance/EuclideanDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/ManhattanWordDistance.cpp -o distance/ManhattanWordDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/CanberraWordDistance.cpp -o distance/CanberraWordDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/ChiSquareDistance.cpp -o distance/ChiSquareDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/BrayCurtisDistance.cpp -o distance/BrayCurtisDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/AttenuatedEuclideanDistance.cpp -o distance/AttenuatedEuclideanDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/MinkowskiMetric.cpp -o distance/MinkowskiMetric.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/Distance.cpp -o distance/Distance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distance/CustomDistance.cpp -o distance/CustomDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/DotFeatures.cpp -o features/DotFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/SparseFeatures.cpp -o features/SparseFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/ImplicitWeightedSpecFeatures.cpp -o features/ImplicitWeightedSpecFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/PolyFeatures.cpp -o features/PolyFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/StringFeatures.cpp -o features/StringFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/DataGenerator.cpp -o features/DataGenerator.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/CombinedDotFeatures.cpp -o features/CombinedDotFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/LatentFeatures.cpp -o features/LatentFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/DenseSubsetFeatures.cpp -o features/DenseSubsetFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/DenseFeatures.cpp -o features/DenseFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/WDFeatures.cpp -o features/WDFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/streaming/StreamingStringFeatures.cpp -o features/streaming/StreamingStringFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/streaming/StreamingDotFeatures.cpp -o features/streaming/StreamingDotFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/streaming/StreamingDenseFeatures.cpp -o features/streaming/StreamingDenseFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/streaming/StreamingVwFeatures.cpp -o features/streaming/StreamingVwFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/streaming/StreamingFeatures.cpp -o features/streaming/StreamingFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/streaming/StreamingSparseFeatures.cpp -o features/streaming/StreamingSparseFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/HashedWDFeaturesTransposed.cpp -o features/HashedWDFeaturesTransposed.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/SNPFeatures.cpp -o features/SNPFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/AttributeFeatures.cpp -o features/AttributeFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/Subset.cpp -o features/Subset.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/MatrixFeatures.cpp -o features/MatrixFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/CombinedFeatures.cpp -o features/CombinedFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/FKFeatures.cpp -o features/FKFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/SubsetStack.cpp -o features/SubsetStack.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/SparsePolyFeatures.cpp -o features/SparsePolyFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/Features.cpp -o features/Features.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/TOPFeatures.cpp -o features/TOPFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/LBPPyrDotFeatures.cpp -o features/LBPPyrDotFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/StringFileFeatures.cpp -o features/StringFileFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/DummyFeatures.cpp -o features/DummyFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/HashedWDFeatures.cpp -o features/HashedWDFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/BinnedDotFeatures.cpp -o features/BinnedDotFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/RealFileFeatures.cpp -o features/RealFileFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/ExplicitSpecFeatures.cpp -o features/ExplicitSpecFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. features/Alphabet.cpp -o features/Alphabet.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableJsonReader00.cpp -o io/SerializableJsonReader00.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/HDF5File.cpp -o io/HDF5File.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/File.cpp -o io/File.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/BinaryFile.cpp -o io/BinaryFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/streaming/StreamingFile.cpp -o io/streaming/StreamingFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/streaming/StreamingVwFile.cpp -o io/streaming/StreamingVwFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/streaming/StreamingAsciiFile.cpp -o io/streaming/StreamingAsciiFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/streaming/StreamingVwCacheFile.cpp -o io/streaming/StreamingVwCacheFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/streaming/StreamingFileFromFeatures.cpp -o io/streaming/StreamingFileFromFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableAsciiReader00.cpp -o io/SerializableAsciiReader00.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableJsonFile.cpp -o io/SerializableJsonFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableXmlFile.cpp -o io/SerializableXmlFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableXmlReader00.cpp -o io/SerializableXmlReader00.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/IOBuffer.cpp -o io/IOBuffer.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableAsciiFile.cpp -o io/SerializableAsciiFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableHdf5Reader00.cpp -o io/SerializableHdf5Reader00.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/AsciiFile.cpp -o io/AsciiFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SGIO.cpp -o io/SGIO.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableHdf5File.cpp -o io/SerializableHdf5File.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. io/SerializableFile.cpp -o io/SerializableFile.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/MultiquadricKernel.cpp -o kernel/MultiquadricKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/ANOVAKernel.cpp -o kernel/ANOVAKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/InverseMultiQuadricKernel.cpp -o kernel/InverseMultiQuadricKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/CustomKernel.cpp -o kernel/CustomKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/CauchyKernel.cpp -o kernel/CauchyKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/TStudentKernel.cpp -o kernel/TStudentKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/PyramidChi2.cpp -o kernel/PyramidChi2.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/SigmoidKernel.cpp -o kernel/SigmoidKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/SphericalKernel.cpp -o kernel/SphericalKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/DiagKernel.cpp -o kernel/DiagKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/LinearARDKernel.cpp -o kernel/LinearARDKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/GaussianShortRealKernel.cpp -o kernel/GaussianShortRealKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/WaveletKernel.cpp -o kernel/WaveletKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/DistanceKernel.cpp -o kernel/DistanceKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/LinearKernel.cpp -o kernel/LinearKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/GaussianARDKernel.cpp -o kernel/GaussianARDKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/PowerKernel.cpp -o kernel/PowerKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/WaveKernel.cpp -o kernel/WaveKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/PolyKernel.cpp -o kernel/PolyKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/CircularKernel.cpp -o kernel/CircularKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/AUCKernel.cpp -o kernel/AUCKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/JensenShannonKernel.cpp -o kernel/JensenShannonKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/WeightedDegreeStringKernel.cpp -o kernel/string/WeightedDegreeStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/PolyMatchStringKernel.cpp -o kernel/string/PolyMatchStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/LocalAlignmentStringKernel.cpp -o kernel/string/LocalAlignmentStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/RegulatoryModulesStringKernel.cpp -o kernel/string/RegulatoryModulesStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/SpectrumMismatchRBFKernel.cpp -o kernel/string/SpectrumMismatchRBFKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/HistogramWordStringKernel.cpp -o kernel/string/HistogramWordStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/PolyMatchWordStringKernel.cpp -o kernel/string/PolyMatchWordStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/SparseSpatialSampleStringKernel.cpp -o kernel/string/SparseSpatialSampleStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/LocalityImprovedStringKernel.cpp -o kernel/string/LocalityImprovedStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/LinearStringKernel.cpp -o kernel/string/LinearStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/SalzbergWordStringKernel.cpp -o kernel/string/SalzbergWordStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/FixedDegreeStringKernel.cpp -o kernel/string/FixedDegreeStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/MatchWordStringKernel.cpp -o kernel/string/MatchWordStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/SNPStringKernel.cpp -o kernel/string/SNPStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/OligoStringKernel.cpp -o kernel/string/OligoStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/CommWordStringKernel.cpp -o kernel/string/CommWordStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/WeightedDegreePositionStringKernel.cpp -o kernel/string/WeightedDegreePositionStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/WeightedCommWordStringKernel.cpp -o kernel/string/WeightedCommWordStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/CommUlongStringKernel.cpp -o kernel/string/CommUlongStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/SimpleLocalityImprovedStringKernel.cpp -o kernel/string/SimpleLocalityImprovedStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/DistantSegmentsKernel.cpp -o kernel/string/DistantSegmentsKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/GaussianMatchStringKernel.cpp -o kernel/string/GaussianMatchStringKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/string/SpectrumRBFKernel.cpp -o kernel/string/SpectrumRBFKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/GaussianKernel.cpp -o kernel/GaussianKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/WeightedDegreeRBFKernel.cpp -o kernel/WeightedDegreeRBFKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/Kernel.cpp -o kernel/Kernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/RationalQuadraticKernel.cpp -o kernel/RationalQuadraticKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/Chi2Kernel.cpp -o kernel/Chi2Kernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/ConstKernel.cpp -o kernel/ConstKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/ProductKernel.cpp -o kernel/ProductKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/CombinedKernel.cpp -o kernel/CombinedKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/LogKernel.cpp -o kernel/LogKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/GaussianShiftKernel.cpp -o kernel/GaussianShiftKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/SplineKernel.cpp -o kernel/SplineKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/TensorProductPairKernel.cpp -o kernel/TensorProductPairKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/BesselKernel.cpp -o kernel/BesselKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/ExponentialKernel.cpp -o kernel/ExponentialKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. kernel/HistogramIntersectionKernel.cpp -o kernel/HistogramIntersectionKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/SubGradientLPM.cpp -o classifier/SubGradientLPM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/LPBoost.cpp -o classifier/LPBoost.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKLMulticlass.cpp -o classifier/mkl/MKLMulticlass.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKLMulticlassGLPK.cpp -o classifier/mkl/MKLMulticlassGLPK.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKL.cpp -o classifier/mkl/MKL.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKLOneClass.cpp -o classifier/mkl/MKLOneClass.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKLClassification.cpp -o classifier/mkl/MKLClassification.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKLMulticlassGradient.cpp -o classifier/mkl/MKLMulticlassGradient.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/mkl/MKLMulticlassOptimizationBase.cpp -o classifier/mkl/MKLMulticlassOptimizationBase.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/FeatureBlockLogisticRegression.cpp -o classifier/FeatureBlockLogisticRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/vw_math.cpp -o classifier/vw/vw_math.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/VowpalWabbit.cpp -o classifier/vw/VowpalWabbit.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/cache/VwCacheWriter.cpp -o classifier/vw/cache/VwCacheWriter.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/cache/VwCacheReader.cpp -o classifier/vw/cache/VwCacheReader.cpp.o
- classifier/mkl/MKL.cpp: In member function 'virtual bool shogun::CMKL::perform_mkl_step(const float64_t*, float64_t)':
- classifier/mkl/MKL.cpp:412:10: warning: unused variable 'inner_iters' [-Wunused-variable]
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/cache/VwNativeCacheReader.cpp -o classifier/vw/cache/VwNativeCacheReader.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/cache/VwNativeCacheWriter.cpp -o classifier/vw/cache/VwNativeCacheWriter.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/VwRegressor.cpp -o classifier/vw/VwRegressor.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/vw_label.cpp -o classifier/vw/vw_label.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/VwEnvironment.cpp -o classifier/vw/VwEnvironment.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/vw_example.cpp -o classifier/vw/vw_example.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/VwParser.cpp -o classifier/vw/VwParser.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/learners/VwAdaptiveLearner.cpp -o classifier/vw/learners/VwAdaptiveLearner.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/vw/learners/VwNonAdaptiveLearner.cpp -o classifier/vw/learners/VwNonAdaptiveLearner.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/Perceptron.cpp -o classifier/Perceptron.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/LDA.cpp -o classifier/LDA.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/AveragedPerceptron.cpp -o classifier/AveragedPerceptron.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SVMLin.cpp -o classifier/svm/SVMLin.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/NewtonSVM.cpp -o classifier/svm/NewtonSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SVMOcas.cpp -o classifier/svm/SVMOcas.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/OnlineLibLinear.cpp -o classifier/svm/OnlineLibLinear.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/LibSVMOneClass.cpp -o classifier/svm/LibSVMOneClass.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/WDSVMOcas.cpp -o classifier/svm/WDSVMOcas.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SGDQN.cpp -o classifier/svm/SGDQN.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SVM.cpp -o classifier/svm/SVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/CPLEXSVM.cpp -o classifier/svm/CPLEXSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/LibLinear.cpp -o classifier/svm/LibLinear.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/GNPPSVM.cpp -o classifier/svm/GNPPSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/LibSVM.cpp -o classifier/svm/LibSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SubGradientSVM.cpp -o classifier/svm/SubGradientSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/MPDSVM.cpp -o classifier/svm/MPDSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/GPBTSVM.cpp -o classifier/svm/GPBTSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SVMLight.cpp -o classifier/svm/SVMLight.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/GNPPLib.cpp -o classifier/svm/GNPPLib.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SVMLightOneClass.cpp -o classifier/svm/SVMLightOneClass.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/SVMSGD.cpp -o classifier/svm/SVMSGD.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/OnlineSVMSGD.cpp -o classifier/svm/OnlineSVMSGD.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/svm/QPBSVMLib.cpp -o classifier/svm/QPBSVMLib.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/LPM.cpp -o classifier/LPM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/NearestCentroid.cpp -o classifier/NearestCentroid.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. classifier/PluginEstimate.cpp -o classifier/PluginEstimate.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIDistance.cpp -o ui/GUIDistance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIMath.cpp -o ui/GUIMath.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIKernel.cpp -o ui/GUIKernel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUITime.cpp -o ui/GUITime.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIStructure.cpp -o ui/GUIStructure.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIConverter.cpp -o ui/GUIConverter.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIHMM.cpp -o ui/GUIHMM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUILabels.cpp -o ui/GUILabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIPluginEstimate.cpp -o ui/GUIPluginEstimate.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/SGInterface.cpp -o ui/SGInterface.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIFeatures.cpp -o ui/GUIFeatures.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIClassifier.cpp -o ui/GUIClassifier.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. ui/GUIPreprocessor.cpp -o ui/GUIPreprocessor.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/SortWordString.cpp -o preprocessor/SortWordString.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/LogPlusOne.cpp -o preprocessor/LogPlusOne.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/DensePreprocessor.cpp -o preprocessor/DensePreprocessor.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/RandomFourierGaussPreproc.cpp -o preprocessor/RandomFourierGaussPreproc.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/SortUlongString.cpp -o preprocessor/SortUlongString.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/NormOne.cpp -o preprocessor/NormOne.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/SumOne.cpp -o preprocessor/SumOne.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/PruneVarSubMean.cpp -o preprocessor/PruneVarSubMean.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/PCA.cpp -o preprocessor/PCA.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/DimensionReductionPreprocessor.cpp -o preprocessor/DimensionReductionPreprocessor.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/HomogeneousKernelMap.cpp -o preprocessor/HomogeneousKernelMap.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/KernelPCA.cpp -o preprocessor/KernelPCA.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/PNorm.cpp -o preprocessor/PNorm.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. preprocessor/DecompressString.cpp -o preprocessor/DecompressString.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/SGVector.cpp -o lib/SGVector.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/IndexBlock.cpp -o lib/IndexBlock.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/slep_mc_tree_lr.cpp -o lib/slep/slep_mc_tree_lr.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/SpInvCoVa/invCov.cpp -o lib/slep/SpInvCoVa/invCov.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/tree/general_altra.cpp -o lib/slep/tree/general_altra.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/tree/altra.cpp -o lib/slep/tree/altra.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/flsa/tesla_proj.cpp -o lib/slep/flsa/tesla_proj.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/flsa/sfa.cpp -o lib/slep/flsa/sfa.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/flsa/flsa.cpp -o lib/slep/flsa/flsa.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/slep_solver.cpp -o lib/slep/slep_solver.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/q1/epph.cpp -o lib/slep/q1/epph.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/q1/eppMatrix.cpp -o lib/slep/q1/eppMatrix.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/slep/overlapping/overlapping.cpp -o lib/slep/overlapping/overlapping.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/FibonacciHeap.cpp -o lib/FibonacciHeap.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/Time.cpp -o lib/Time.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/IndexBlockTree.cpp -o lib/IndexBlockTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/Hash.cpp -o lib/Hash.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/Trie.cpp -o lib/Trie.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/memory.cpp -o lib/memory.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/Signal.cpp -o lib/Signal.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/DataType.cpp -o lib/DataType.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/ShogunException.cpp -o lib/ShogunException.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/SGMatrix.cpp -o lib/SGMatrix.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/Data.cpp -o lib/Data.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/IndexBlockRelation.cpp -o lib/IndexBlockRelation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/Compressor.cpp -o lib/Compressor.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/brent.cpp -o lib/external/brent.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/libocas.cpp -o lib/external/libocas.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/libqp_splx.cpp -o lib/external/libqp_splx.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/shogun_libsvm.cpp -o lib/external/shogun_libsvm.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/gpm.cpp -o lib/external/gpm.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/ssl.cpp -o lib/external/ssl.cpp.o
- x86_64-pc-linux-gnu-gcc -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/PMurHash.c -o lib/external/PMurHash.c.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/gpdtsolve.cpp -o lib/external/gpdtsolve.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/gpdt.cpp -o lib/external/gpdt.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/libqp_gsmo.cpp -o lib/external/libqp_gsmo.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/external/pr_loqo.cpp -o lib/external/pr_loqo.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/StructuredData.cpp -o lib/StructuredData.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/SGMatrixList.cpp -o lib/SGMatrixList.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/malsar/malsar_joint_feature_learning.cpp -o lib/malsar/malsar_joint_feature_learning.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/malsar/malsar_clustered.cpp -o lib/malsar/malsar_clustered.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/malsar/malsar_low_rank.cpp -o lib/malsar/malsar_low_rank.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. lib/IndexBlockGroup.cpp -o lib/IndexBlockGroup.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. latent/LatentSOSVM.cpp -o latent/LatentSOSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. latent/LatentModel.cpp -o latent/LatentModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. latent/LatentSVM.cpp -o latent/LatentSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/SparseInverseCovariance.cpp -o mathematics/SparseInverseCovariance.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/Mosek.cpp -o mathematics/Mosek.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/Cplex.cpp -o mathematics/Cplex.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/Math.cpp -o mathematics/Math.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/Statistics.cpp -o mathematics/Statistics.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/munkres.cpp -o mathematics/munkres.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/arpack.cpp -o mathematics/arpack.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. mathematics/lapack.cpp -o mathematics/lapack.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassOneVsOneStrategy.cpp -o multiclass/MulticlassOneVsOneStrategy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassSVM.cpp -o multiclass/MulticlassSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassOCAS.cpp -o multiclass/MulticlassOCAS.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/tree/BalancedConditionalProbabilityTree.cpp -o multiclass/tree/BalancedConditionalProbabilityTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/tree/RelaxedTreeUtil.cpp -o multiclass/tree/RelaxedTreeUtil.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/tree/RelaxedTree.cpp -o multiclass/tree/RelaxedTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/tree/VwConditionalProbabilityTree.cpp -o multiclass/tree/VwConditionalProbabilityTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/tree/ConditionalProbabilityTree.cpp -o multiclass/tree/ConditionalProbabilityTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/tree/RandomConditionalProbabilityTree.cpp -o multiclass/tree/RandomConditionalProbabilityTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassTreeGuidedLogisticRegression.cpp -o multiclass/MulticlassTreeGuidedLogisticRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/GMNPLib.cpp -o multiclass/GMNPLib.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ShareBoostOptimizer.cpp -o multiclass/ShareBoostOptimizer.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/QDA.cpp -o multiclass/QDA.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/GaussianNaiveBayes.cpp -o multiclass/GaussianNaiveBayes.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/KNN.cpp -o multiclass/KNN.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/LaRank.cpp -o multiclass/LaRank.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ShareBoost.cpp -o multiclass/ShareBoost.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCOVREncoder.cpp -o multiclass/ecoc/ECOCOVREncoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCLLBDecoder.cpp -o multiclass/ecoc/ECOCLLBDecoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCRandomDenseEncoder.cpp -o multiclass/ecoc/ECOCRandomDenseEncoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCSimpleDecoder.cpp -o multiclass/ecoc/ECOCSimpleDecoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCOVOEncoder.cpp -o multiclass/ecoc/ECOCOVOEncoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCRandomSparseEncoder.cpp -o multiclass/ecoc/ECOCRandomSparseEncoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCIHDDecoder.cpp -o multiclass/ecoc/ECOCIHDDecoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCDiscriminantEncoder.cpp -o multiclass/ecoc/ECOCDiscriminantEncoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCStrategy.cpp -o multiclass/ecoc/ECOCStrategy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCDecoder.cpp -o multiclass/ecoc/ECOCDecoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ecoc/ECOCForestEncoder.cpp -o multiclass/ecoc/ECOCForestEncoder.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/GMNPSVM.cpp -o multiclass/GMNPSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassLibLinear.cpp -o multiclass/MulticlassLibLinear.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassStrategy.cpp -o multiclass/MulticlassStrategy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassLibSVM.cpp -o multiclass/MulticlassLibSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/MulticlassOneVsRestStrategy.cpp -o multiclass/MulticlassOneVsRestStrategy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ScatterSVM.cpp -o multiclass/ScatterSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. multiclass/ConjugateIndex.cpp -o multiclass/ConjugateIndex.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/KernelRidgeRegression.cpp -o regression/KernelRidgeRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/svr/SVRLight.cpp -o regression/svr/SVRLight.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/svr/LibSVR.cpp -o regression/svr/LibSVR.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/svr/MKLRegression.cpp -o regression/svr/MKLRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/svr/LibLinearRegression.cpp -o regression/svr/LibLinearRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/LinearRidgeRegression.cpp -o regression/LinearRidgeRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/StudentsTLikelihood.cpp -o regression/gp/StudentsTLikelihood.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/MeanFunction.cpp -o regression/gp/MeanFunction.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/LaplacianInferenceMethod.cpp -o regression/gp/LaplacianInferenceMethod.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/ZeroMean.cpp -o regression/gp/ZeroMean.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/InferenceMethod.cpp -o regression/gp/InferenceMethod.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/GaussianLikelihood.cpp -o regression/gp/GaussianLikelihood.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/ExactInferenceMethod.cpp -o regression/gp/ExactInferenceMethod.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/FITCInferenceMethod.cpp -o regression/gp/FITCInferenceMethod.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/gp/LikelihoodModel.cpp -o regression/gp/LikelihoodModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/GaussianProcessRegression.cpp -o regression/GaussianProcessRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/LeastAngleRegression.cpp -o regression/LeastAngleRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. regression/LeastSquaresRegression.cpp -o regression/LeastSquaresRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/ClusteringAccuracy.cpp -o evaluation/ClusteringAccuracy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/PRCEvaluation.cpp -o evaluation/PRCEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/ClusteringMutualInformation.cpp -o evaluation/ClusteringMutualInformation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/MeanSquaredError.cpp -o evaluation/MeanSquaredError.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/MeanSquaredLogError.cpp -o evaluation/MeanSquaredLogError.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/CrossValidationPrintOutput.cpp -o evaluation/CrossValidationPrintOutput.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/MulticlassAccuracy.cpp -o evaluation/MulticlassAccuracy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/SplittingStrategy.cpp -o evaluation/SplittingStrategy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/GradientResult.cpp -o evaluation/GradientResult.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/CrossValidationMKLStorage.cpp -o evaluation/CrossValidationMKLStorage.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/GradientEvaluation.cpp -o evaluation/GradientEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/StructuredAccuracy.cpp -o evaluation/StructuredAccuracy.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/ROCEvaluation.cpp -o evaluation/ROCEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/StratifiedCrossValidationSplitting.cpp -o evaluation/StratifiedCrossValidationSplitting.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/GradientCriterion.cpp -o evaluation/GradientCriterion.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/MeanAbsoluteError.cpp -o evaluation/MeanAbsoluteError.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/CrossValidation.cpp -o evaluation/CrossValidation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/MulticlassOVREvaluation.cpp -o evaluation/MulticlassOVREvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/ContingencyTableEvaluation.cpp -o evaluation/ContingencyTableEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/MachineEvaluation.cpp -o evaluation/MachineEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/EvaluationResult.cpp -o evaluation/EvaluationResult.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/ClusteringEvaluation.cpp -o evaluation/ClusteringEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/CrossValidationSplitting.cpp -o evaluation/CrossValidationSplitting.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/CrossValidationMulticlassStorage.cpp -o evaluation/CrossValidationMulticlassStorage.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. evaluation/DifferentiableFunction.cpp -o evaluation/DifferentiableFunction.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/MulticlassMachine.cpp -o machine/MulticlassMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/LinearMachine.cpp -o machine/LinearMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/OnlineLinearMachine.cpp -o machine/OnlineLinearMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/Machine.cpp -o machine/Machine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/StructuredOutputMachine.cpp -o machine/StructuredOutputMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/LinearStructuredOutputMachine.cpp -o machine/LinearStructuredOutputMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/KernelStructuredOutputMachine.cpp -o machine/KernelStructuredOutputMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/BaseMulticlassMachine.cpp -o machine/BaseMulticlassMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/LinearLatentMachine.cpp -o machine/LinearLatentMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/KernelMachine.cpp -o machine/KernelMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/DistanceMachine.cpp -o machine/DistanceMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. machine/KernelMulticlassMachine.cpp -o machine/KernelMulticlassMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. loss/LogLoss.cpp -o loss/LogLoss.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. loss/SquaredHingeLoss.cpp -o loss/SquaredHingeLoss.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. loss/HingeLoss.cpp -o loss/HingeLoss.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. loss/SquaredLoss.cpp -o loss/SquaredLoss.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. loss/SmoothHingeLoss.cpp -o loss/SmoothHingeLoss.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. loss/LogLossMargin.cpp -o loss/LogLossMargin.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. optimization/lbfgs/lbfgs.cpp -o optimization/lbfgs/lbfgs.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. optimization/liblinear/shogun_liblinear.cpp -o optimization/liblinear/shogun_liblinear.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. optimization/liblinear/tron.cpp -o optimization/liblinear/tron.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/StructuredLabels.cpp -o labels/StructuredLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/MulticlassLabels.cpp -o labels/MulticlassLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/LatentLabels.cpp -o labels/LatentLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/BinaryLabels.cpp -o labels/BinaryLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/Labels.cpp -o labels/Labels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/RegressionLabels.cpp -o labels/RegressionLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/MulticlassMultipleOutputLabels.cpp -o labels/MulticlassMultipleOutputLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. labels/DenseLabels.cpp -o labels/DenseLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/GHMM.cpp -o distributions/GHMM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/HMM.cpp -o distributions/HMM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/Gaussian.cpp -o distributions/Gaussian.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/Distribution.cpp -o distributions/Distribution.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/LinearHMM.cpp -o distributions/LinearHMM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/Histogram.cpp -o distributions/Histogram.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. distributions/PositionalPWM.cpp -o distributions/PositionalPWM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/init.cpp -o base/init.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/Parallel.cpp -o base/Parallel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/Parameter.cpp -o base/Parameter.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/ParameterMap.cpp -o base/ParameterMap.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/SGObject.cpp -o base/SGObject.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/Version.cpp -o base/Version.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/libp3bm.cpp -o structure/libp3bm.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/HMSVMModel.cpp -o structure/HMSVMModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/StructuredModel.cpp -o structure/StructuredModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/SegmentLoss.cpp -o structure/SegmentLoss.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/DirectorStructuredModel.cpp -o structure/DirectorStructuredModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/libppbm.cpp -o structure/libppbm.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/MulticlassModel.cpp -o structure/MulticlassModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/PlifArray.cpp -o structure/PlifArray.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/Plif.cpp -o structure/Plif.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/DynProg.cpp -o structure/DynProg.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/HMSVMLabels.cpp -o structure/HMSVMLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/PrimalMosekSOSVM.cpp -o structure/PrimalMosekSOSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/libbmrm.cpp -o structure/libbmrm.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/MulticlassSOLabels.cpp -o structure/MulticlassSOLabels.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/IntronList.cpp -o structure/IntronList.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/StateModel.cpp -o structure/StateModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/DualLibQPBMSOSVM.cpp -o structure/DualLibQPBMSOSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/PlifMatrix.cpp -o structure/PlifMatrix.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. structure/TwoStateModel.cpp -o structure/TwoStateModel.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/DiffusionMaps.cpp -o converter/DiffusionMaps.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/MultidimensionalScaling.cpp -o converter/MultidimensionalScaling.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/Isomap.cpp -o converter/Isomap.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/KernelLocalTangentSpaceAlignment.cpp -o converter/KernelLocalTangentSpaceAlignment.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/KernelLocallyLinearEmbedding.cpp -o converter/KernelLocallyLinearEmbedding.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/HessianLocallyLinearEmbedding.cpp -o converter/HessianLocallyLinearEmbedding.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/StochasticProximityEmbedding.cpp -o converter/StochasticProximityEmbedding.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/LocallyLinearEmbedding.cpp -o converter/LocallyLinearEmbedding.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/LocalTangentSpaceAlignment.cpp -o converter/LocalTangentSpaceAlignment.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/LaplacianEigenmaps.cpp -o converter/LaplacianEigenmaps.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/LinearLocalTangentSpaceAlignment.cpp -o converter/LinearLocalTangentSpaceAlignment.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/EmbeddingConverter.cpp -o converter/EmbeddingConverter.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/LocalityPreservingProjections.cpp -o converter/LocalityPreservingProjections.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. converter/NeighborhoodPreservingEmbedding.cpp -o converter/NeighborhoodPreservingEmbedding.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/HSIC.cpp -o statistics/HSIC.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/TwoDistributionsTestStatistic.cpp -o statistics/TwoDistributionsTestStatistic.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/LinearTimeMMD.cpp -o statistics/LinearTimeMMD.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/KernelMeanMatching.cpp -o statistics/KernelMeanMatching.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/TestStatistic.cpp -o statistics/TestStatistic.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/KernelTwoSampleTestStatistic.cpp -o statistics/KernelTwoSampleTestStatistic.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/QuadraticTimeMMD.cpp -o statistics/QuadraticTimeMMD.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. statistics/KernelIndependenceTestStatistic.cpp -o statistics/KernelIndependenceTestStatistic.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/domain_adaptation/DomainAdaptationSVMLinear.cpp -o transfer/domain_adaptation/DomainAdaptationSVMLinear.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.cpp -o transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/domain_adaptation/DomainAdaptationSVM.cpp -o transfer/domain_adaptation/DomainAdaptationSVM.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskTraceLogisticRegression.cpp -o transfer/multitask/MultitaskTraceLogisticRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/LibLinearMTL.cpp -o transfer/multitask/LibLinearMTL.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskLinearMachine.cpp -o transfer/multitask/MultitaskLinearMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskCompositeMachine.cpp -o transfer/multitask/MultitaskCompositeMachine.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskL12LogisticRegression.cpp -o transfer/multitask/MultitaskL12LogisticRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/Task.cpp -o transfer/multitask/Task.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskClusteredLogisticRegression.cpp -o transfer/multitask/MultitaskClusteredLogisticRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskLogisticRegression.cpp -o transfer/multitask/MultitaskLogisticRegression.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/TaskTree.cpp -o transfer/multitask/TaskTree.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/TaskGroup.cpp -o transfer/multitask/TaskGroup.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskROCEvaluation.cpp -o transfer/multitask/MultitaskROCEvaluation.cpp.o
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. transfer/multitask/MultitaskLeastSquaresRegression.cpp -o transfer/multitask/MultitaskLeastSquaresRegression.cpp.o
- generating base/class_list.cpp from base/class_list.cpp.templ by running base/class_list.cpp.py
- x86_64-pc-linux-gnu-g++ -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -DSWIG_TYPE_TABLE=shogun -DSHOGUN -DLINUX -DUSE_BOOL -DUSE_CHAR -DUSE_UINT8 -DUSE_UINT16 -DUSE_INT32 -DUSE_INT64 -DUSE_UINT64 -DUSE_FLOAT32 -DUSE_FLOAT64 -DHAVE_POWL -DHAVE_LGAMMAL -DHAVE_SQRTL -DHAVE_LOG2 -DHAVE_PTHREAD -DHAVE_LAPACK -DHAVE_LAPACK -DUSE_BZIP2 -DHAVE_LARGEFILE -DUSE_SHORTREAL_KERNELCACHE -DUSE_BIGSTATES -DUSE_HMMCACHE -DUSE_REFERENCE_COUNTING -DUSE_SVMLIGHT -DUSE_SPINLOCKS -DHAVE_DOXYGEN -c -I. -I.. -I../libshogun -I.. base/class_list.cpp -o base/class_list.cpp.o
- x86_64-pc-linux-gnu-g++ ./clustering/GMM.cpp.o ./clustering/KMeans.cpp.o ./clustering/Hierarchical.cpp.o ./modelselection/ModelSelectionParameters.cpp.o ./modelselection/GradientModelSelection.cpp.o ./modelselection/RandomSearchModelSelection.cpp.o ./modelselection/GridSearchModelSelection.cpp.o ./modelselection/ModelSelection.cpp.o ./modelselection/ParameterCombination.cpp.o ./distance/CustomDistance.cpp.o ./distance/Distance.cpp.o ./distance/MinkowskiMetric.cpp.o ./distance/AttenuatedEuclideanDistance.cpp.o ./distance/BrayCurtisDistance.cpp.o ./distance/ChiSquareDistance.cpp.o ./distance/CanberraWordDistance.cpp.o ./distance/ManhattanWordDistance.cpp.o ./distance/EuclideanDistance.cpp.o ./distance/MahalanobisDistance.cpp.o ./distance/CanberraMetric.cpp.o ./distance/JensenMetric.cpp.o ./distance/ChebyshewMetric.cpp.o ./distance/GeodesicMetric.cpp.o ./distance/SparseEuclideanDistance.cpp.o ./distance/KernelDistance.cpp.o ./distance/ManhattanMetric.cpp.o ./distance/HammingWordDistance.cpp.o ./distance/CosineDistance.cpp.o ./distance/TanimotoDistance.cpp.o ./features/Alphabet.cpp.o ./features/ExplicitSpecFeatures.cpp.o ./features/RealFileFeatures.cpp.o ./features/BinnedDotFeatures.cpp.o ./features/HashedWDFeatures.cpp.o ./features/DummyFeatures.cpp.o ./features/StringFileFeatures.cpp.o ./features/LBPPyrDotFeatures.cpp.o ./features/TOPFeatures.cpp.o ./features/Features.cpp.o ./features/SparsePolyFeatures.cpp.o ./features/SubsetStack.cpp.o ./features/FKFeatures.cpp.o ./features/CombinedFeatures.cpp.o ./features/MatrixFeatures.cpp.o ./features/Subset.cpp.o ./features/AttributeFeatures.cpp.o ./features/SNPFeatures.cpp.o ./features/HashedWDFeaturesTransposed.cpp.o ./features/WDFeatures.cpp.o ./features/DenseFeatures.cpp.o ./features/DenseSubsetFeatures.cpp.o ./features/LatentFeatures.cpp.o ./features/CombinedDotFeatures.cpp.o ./features/DataGenerator.cpp.o ./features/StringFeatures.cpp.o ./features/PolyFeatures.cpp.o ./features/SparseFeatures.cpp.o ./features/ImplicitWeightedSpecFeatures.cpp.o ./features/DotFeatures.cpp.o ./features/streaming/StreamingSparseFeatures.cpp.o ./features/streaming/StreamingFeatures.cpp.o ./features/streaming/StreamingVwFeatures.cpp.o ./features/streaming/StreamingDenseFeatures.cpp.o ./features/streaming/StreamingDotFeatures.cpp.o ./features/streaming/StreamingStringFeatures.cpp.o ./io/SerializableFile.cpp.o ./io/SerializableHdf5File.cpp.o ./io/SGIO.cpp.o ./io/AsciiFile.cpp.o ./io/SerializableHdf5Reader00.cpp.o ./io/SerializableAsciiFile.cpp.o ./io/IOBuffer.cpp.o ./io/SerializableXmlReader00.cpp.o ./io/SerializableXmlFile.cpp.o ./io/SerializableJsonFile.cpp.o ./io/SerializableAsciiReader00.cpp.o ./io/BinaryFile.cpp.o ./io/File.cpp.o ./io/HDF5File.cpp.o ./io/SerializableJsonReader00.cpp.o ./io/streaming/StreamingFileFromFeatures.cpp.o ./io/streaming/StreamingVwCacheFile.cpp.o ./io/streaming/StreamingAsciiFile.cpp.o ./io/streaming/StreamingVwFile.cpp.o ./io/streaming/StreamingFile.cpp.o ./kernel/HistogramIntersectionKernel.cpp.o ./kernel/ExponentialKernel.cpp.o ./kernel/BesselKernel.cpp.o ./kernel/TensorProductPairKernel.cpp.o ./kernel/SplineKernel.cpp.o ./kernel/GaussianShiftKernel.cpp.o ./kernel/LogKernel.cpp.o ./kernel/CombinedKernel.cpp.o ./kernel/ProductKernel.cpp.o ./kernel/ConstKernel.cpp.o ./kernel/Chi2Kernel.cpp.o ./kernel/RationalQuadraticKernel.cpp.o ./kernel/Kernel.cpp.o ./kernel/WeightedDegreeRBFKernel.cpp.o ./kernel/GaussianKernel.cpp.o ./kernel/JensenShannonKernel.cpp.o ./kernel/AUCKernel.cpp.o ./kernel/CircularKernel.cpp.o ./kernel/PolyKernel.cpp.o ./kernel/WaveKernel.cpp.o ./kernel/PowerKernel.cpp.o ./kernel/GaussianARDKernel.cpp.o ./kernel/LinearKernel.cpp.o ./kernel/DistanceKernel.cpp.o ./kernel/WaveletKernel.cpp.o ./kernel/GaussianShortRealKernel.cpp.o ./kernel/LinearARDKernel.cpp.o ./kernel/DiagKernel.cpp.o ./kernel/SphericalKernel.cpp.o ./kernel/SigmoidKernel.cpp.o ./kernel/PyramidChi2.cpp.o ./kernel/TStudentKernel.cpp.o ./kernel/CauchyKernel.cpp.o ./kernel/CustomKernel.cpp.o ./kernel/InverseMultiQuadricKernel.cpp.o ./kernel/ANOVAKernel.cpp.o ./kernel/MultiquadricKernel.cpp.o ./kernel/string/SpectrumRBFKernel.cpp.o ./kernel/string/GaussianMatchStringKernel.cpp.o ./kernel/string/DistantSegmentsKernel.cpp.o ./kernel/string/SimpleLocalityImprovedStringKernel.cpp.o ./kernel/string/CommUlongStringKernel.cpp.o ./kernel/string/WeightedCommWordStringKernel.cpp.o ./kernel/string/WeightedDegreePositionStringKernel.cpp.o ./kernel/string/CommWordStringKernel.cpp.o ./kernel/string/OligoStringKernel.cpp.o ./kernel/string/SNPStringKernel.cpp.o ./kernel/string/MatchWordStringKernel.cpp.o ./kernel/string/FixedDegreeStringKernel.cpp.o ./kernel/string/SalzbergWordStringKernel.cpp.o ./kernel/string/LinearStringKernel.cpp.o ./kernel/string/LocalityImprovedStringKernel.cpp.o ./kernel/string/SparseSpatialSampleStringKernel.cpp.o ./kernel/string/PolyMatchWordStringKernel.cpp.o ./kernel/string/HistogramWordStringKernel.cpp.o ./kernel/string/SpectrumMismatchRBFKernel.cpp.o ./kernel/string/RegulatoryModulesStringKernel.cpp.o ./kernel/string/LocalAlignmentStringKernel.cpp.o ./kernel/string/PolyMatchStringKernel.cpp.o ./kernel/string/WeightedDegreeStringKernel.cpp.o ./classifier/PluginEstimate.cpp.o ./classifier/NearestCentroid.cpp.o ./classifier/LPM.cpp.o ./classifier/AveragedPerceptron.cpp.o ./classifier/LDA.cpp.o ./classifier/Perceptron.cpp.o ./classifier/FeatureBlockLogisticRegression.cpp.o ./classifier/LPBoost.cpp.o ./classifier/SubGradientLPM.cpp.o ./classifier/mkl/MKLMulticlassOptimizationBase.cpp.o ./classifier/mkl/MKLMulticlassGradient.cpp.o ./classifier/mkl/MKLClassification.cpp.o ./classifier/mkl/MKLOneClass.cpp.o ./classifier/mkl/MKL.cpp.o ./classifier/mkl/MKLMulticlassGLPK.cpp.o ./classifier/mkl/MKLMulticlass.cpp.o ./classifier/vw/VwParser.cpp.o ./classifier/vw/vw_example.cpp.o ./classifier/vw/VwEnvironment.cpp.o ./classifier/vw/vw_label.cpp.o ./classifier/vw/VwRegressor.cpp.o ./classifier/vw/VowpalWabbit.cpp.o ./classifier/vw/vw_math.cpp.o ./classifier/vw/cache/VwNativeCacheWriter.cpp.o ./classifier/vw/cache/VwNativeCacheReader.cpp.o ./classifier/vw/cache/VwCacheReader.cpp.o ./classifier/vw/cache/VwCacheWriter.cpp.o ./classifier/vw/learners/VwNonAdaptiveLearner.cpp.o ./classifier/vw/learners/VwAdaptiveLearner.cpp.o ./classifier/svm/QPBSVMLib.cpp.o ./classifier/svm/OnlineSVMSGD.cpp.o ./classifier/svm/SVMSGD.cpp.o ./classifier/svm/SVMLightOneClass.cpp.o ./classifier/svm/GNPPLib.cpp.o ./classifier/svm/SVMLight.cpp.o ./classifier/svm/GPBTSVM.cpp.o ./classifier/svm/MPDSVM.cpp.o ./classifier/svm/SubGradientSVM.cpp.o ./classifier/svm/LibSVM.cpp.o ./classifier/svm/GNPPSVM.cpp.o ./classifier/svm/LibLinear.cpp.o ./classifier/svm/CPLEXSVM.cpp.o ./classifier/svm/SVM.cpp.o ./classifier/svm/SGDQN.cpp.o ./classifier/svm/WDSVMOcas.cpp.o ./classifier/svm/LibSVMOneClass.cpp.o ./classifier/svm/OnlineLibLinear.cpp.o ./classifier/svm/SVMOcas.cpp.o ./classifier/svm/NewtonSVM.cpp.o ./classifier/svm/SVMLin.cpp.o ./ui/GUIPreprocessor.cpp.o ./ui/GUIClassifier.cpp.o ./ui/GUIFeatures.cpp.o ./ui/SGInterface.cpp.o ./ui/GUIPluginEstimate.cpp.o ./ui/GUILabels.cpp.o ./ui/GUIHMM.cpp.o ./ui/GUIConverter.cpp.o ./ui/GUIStructure.cpp.o ./ui/GUITime.cpp.o ./ui/GUIKernel.cpp.o ./ui/GUIMath.cpp.o ./ui/GUIDistance.cpp.o ./preprocessor/DecompressString.cpp.o ./preprocessor/PNorm.cpp.o ./preprocessor/KernelPCA.cpp.o ./preprocessor/HomogeneousKernelMap.cpp.o ./preprocessor/DimensionReductionPreprocessor.cpp.o ./preprocessor/PCA.cpp.o ./preprocessor/PruneVarSubMean.cpp.o ./preprocessor/SumOne.cpp.o ./preprocessor/NormOne.cpp.o ./preprocessor/SortUlongString.cpp.o ./preprocessor/RandomFourierGaussPreproc.cpp.o ./preprocessor/DensePreprocessor.cpp.o ./preprocessor/LogPlusOne.cpp.o ./preprocessor/SortWordString.cpp.o ./lib/IndexBlockGroup.cpp.o ./lib/SGMatrixList.cpp.o ./lib/StructuredData.cpp.o ./lib/Compressor.cpp.o ./lib/IndexBlockRelation.cpp.o ./lib/Data.cpp.o ./lib/SGMatrix.cpp.o ./lib/ShogunException.cpp.o ./lib/DataType.cpp.o ./lib/Signal.cpp.o ./lib/memory.cpp.o ./lib/Trie.cpp.o ./lib/Hash.cpp.o ./lib/Time.cpp.o ./lib/IndexBlockTree.cpp.o ./lib/FibonacciHeap.cpp.o ./lib/IndexBlock.cpp.o ./lib/SGVector.cpp.o ./lib/slep/slep_solver.cpp.o ./lib/slep/slep_mc_tree_lr.cpp.o ./lib/slep/SpInvCoVa/invCov.cpp.o ./lib/slep/tree/altra.cpp.o ./lib/slep/tree/general_altra.cpp.o ./lib/slep/flsa/flsa.cpp.o ./lib/slep/flsa/sfa.cpp.o ./lib/slep/flsa/tesla_proj.cpp.o ./lib/slep/q1/eppMatrix.cpp.o ./lib/slep/q1/epph.cpp.o ./lib/slep/overlapping/overlapping.cpp.o ./lib/external/pr_loqo.cpp.o ./lib/external/libqp_gsmo.cpp.o ./lib/external/gpdt.cpp.o ./lib/external/gpdtsolve.cpp.o ./lib/external/PMurHash.c.o ./lib/external/ssl.cpp.o ./lib/external/gpm.cpp.o ./lib/external/shogun_libsvm.cpp.o ./lib/external/libqp_splx.cpp.o ./lib/external/libocas.cpp.o ./lib/external/brent.cpp.o ./lib/malsar/malsar_low_rank.cpp.o ./lib/malsar/malsar_clustered.cpp.o ./lib/malsar/malsar_joint_feature_learning.cpp.o ./latent/LatentSVM.cpp.o ./latent/LatentModel.cpp.o ./latent/LatentSOSVM.cpp.o ./mathematics/lapack.cpp.o ./mathematics/arpack.cpp.o ./mathematics/munkres.cpp.o ./mathematics/Statistics.cpp.o ./mathematics/Math.cpp.o ./mathematics/Cplex.cpp.o ./mathematics/Mosek.cpp.o ./mathematics/SparseInverseCovariance.cpp.o ./multiclass/ConjugateIndex.cpp.o ./multiclass/ScatterSVM.cpp.o ./multiclass/MulticlassOneVsRestStrategy.cpp.o ./multiclass/MulticlassLibSVM.cpp.o ./multiclass/MulticlassStrategy.cpp.o ./multiclass/MulticlassLibLinear.cpp.o ./multiclass/GMNPSVM.cpp.o ./multiclass/ShareBoost.cpp.o ./multiclass/LaRank.cpp.o ./multiclass/KNN.cpp.o ./multiclass/GaussianNaiveBayes.cpp.o ./multiclass/QDA.cpp.o ./multiclass/ShareBoostOptimizer.cpp.o ./multiclass/GMNPLib.cpp.o ./multiclass/MulticlassTreeGuidedLogisticRegression.cpp.o ./multiclass/MulticlassOCAS.cpp.o ./multiclass/MulticlassSVM.cpp.o ./multiclass/MulticlassOneVsOneStrategy.cpp.o ./multiclass/tree/RandomConditionalProbabilityTree.cpp.o ./multiclass/tree/ConditionalProbabilityTree.cpp.o ./multiclass/tree/VwConditionalProbabilityTree.cpp.o ./multiclass/tree/RelaxedTree.cpp.o ./multiclass/tree/RelaxedTreeUtil.cpp.o ./multiclass/tree/BalancedConditionalProbabilityTree.cpp.o ./multiclass/ecoc/ECOCForestEncoder.cpp.o ./multiclass/ecoc/ECOCDecoder.cpp.o ./multiclass/ecoc/ECOCStrategy.cpp.o ./multiclass/ecoc/ECOCDiscriminantEncoder.cpp.o ./multiclass/ecoc/ECOCIHDDecoder.cpp.o ./multiclass/ecoc/ECOCRandomSparseEncoder.cpp.o ./multiclass/ecoc/ECOCOVOEncoder.cpp.o ./multiclass/ecoc/ECOCSimpleDecoder.cpp.o ./multiclass/ecoc/ECOCRandomDenseEncoder.cpp.o ./multiclass/ecoc/ECOCLLBDecoder.cpp.o ./multiclass/ecoc/ECOCOVREncoder.cpp.o ./regression/LeastSquaresRegression.cpp.o ./regression/LeastAngleRegression.cpp.o ./regression/GaussianProcessRegression.cpp.o ./regression/LinearRidgeRegression.cpp.o ./regression/KernelRidgeRegression.cpp.o ./regression/svr/LibLinearRegression.cpp.o ./regression/svr/MKLRegression.cpp.o ./regression/svr/LibSVR.cpp.o ./regression/svr/SVRLight.cpp.o ./regression/gp/LikelihoodModel.cpp.o ./regression/gp/FITCInferenceMethod.cpp.o ./regression/gp/ExactInferenceMethod.cpp.o ./regression/gp/GaussianLikelihood.cpp.o ./regression/gp/InferenceMethod.cpp.o ./regression/gp/ZeroMean.cpp.o ./regression/gp/LaplacianInferenceMethod.cpp.o ./regression/gp/MeanFunction.cpp.o ./regression/gp/StudentsTLikelihood.cpp.o ./evaluation/DifferentiableFunction.cpp.o ./evaluation/CrossValidationMulticlassStorage.cpp.o ./evaluation/CrossValidationSplitting.cpp.o ./evaluation/ClusteringEvaluation.cpp.o ./evaluation/EvaluationResult.cpp.o ./evaluation/MachineEvaluation.cpp.o ./evaluation/ContingencyTableEvaluation.cpp.o ./evaluation/MulticlassOVREvaluation.cpp.o ./evaluation/CrossValidation.cpp.o ./evaluation/MeanAbsoluteError.cpp.o ./evaluation/GradientCriterion.cpp.o ./evaluation/StratifiedCrossValidationSplitting.cpp.o ./evaluation/ROCEvaluation.cpp.o ./evaluation/StructuredAccuracy.cpp.o ./evaluation/GradientEvaluation.cpp.o ./evaluation/CrossValidationMKLStorage.cpp.o ./evaluation/GradientResult.cpp.o ./evaluation/SplittingStrategy.cpp.o ./evaluation/MulticlassAccuracy.cpp.o ./evaluation/CrossValidationPrintOutput.cpp.o ./evaluation/MeanSquaredLogError.cpp.o ./evaluation/MeanSquaredError.cpp.o ./evaluation/ClusteringMutualInformation.cpp.o ./evaluation/PRCEvaluation.cpp.o ./evaluation/ClusteringAccuracy.cpp.o ./machine/KernelMulticlassMachine.cpp.o ./machine/DistanceMachine.cpp.o ./machine/KernelMachine.cpp.o ./machine/LinearLatentMachine.cpp.o ./machine/BaseMulticlassMachine.cpp.o ./machine/KernelStructuredOutputMachine.cpp.o ./machine/LinearStructuredOutputMachine.cpp.o ./machine/StructuredOutputMachine.cpp.o ./machine/Machine.cpp.o ./machine/OnlineLinearMachine.cpp.o ./machine/LinearMachine.cpp.o ./machine/MulticlassMachine.cpp.o ./loss/LogLossMargin.cpp.o ./loss/SmoothHingeLoss.cpp.o ./loss/SquaredLoss.cpp.o ./loss/HingeLoss.cpp.o ./loss/SquaredHingeLoss.cpp.o ./loss/LogLoss.cpp.o ./optimization/lbfgs/lbfgs.cpp.o ./optimization/liblinear/tron.cpp.o ./optimization/liblinear/shogun_liblinear.cpp.o ./labels/DenseLabels.cpp.o ./labels/MulticlassMultipleOutputLabels.cpp.o ./labels/RegressionLabels.cpp.o ./labels/Labels.cpp.o ./labels/BinaryLabels.cpp.o ./labels/LatentLabels.cpp.o ./labels/MulticlassLabels.cpp.o ./labels/StructuredLabels.cpp.o ./distributions/PositionalPWM.cpp.o ./distributions/Histogram.cpp.o ./distributions/LinearHMM.cpp.o ./distributions/Distribution.cpp.o ./distributions/Gaussian.cpp.o ./distributions/HMM.cpp.o ./distributions/GHMM.cpp.o ./base/class_list.cpp.o ./base/Version.cpp.o ./base/SGObject.cpp.o ./base/ParameterMap.cpp.o ./base/Parameter.cpp.o ./base/Parallel.cpp.o ./base/init.cpp.o ./structure/TwoStateModel.cpp.o ./structure/PlifMatrix.cpp.o ./structure/DualLibQPBMSOSVM.cpp.o ./structure/StateModel.cpp.o ./structure/IntronList.cpp.o ./structure/MulticlassSOLabels.cpp.o ./structure/libbmrm.cpp.o ./structure/PrimalMosekSOSVM.cpp.o ./structure/HMSVMLabels.cpp.o ./structure/DynProg.cpp.o ./structure/Plif.cpp.o ./structure/PlifArray.cpp.o ./structure/MulticlassModel.cpp.o ./structure/libppbm.cpp.o ./structure/DirectorStructuredModel.cpp.o ./structure/SegmentLoss.cpp.o ./structure/StructuredModel.cpp.o ./structure/HMSVMModel.cpp.o ./structure/libp3bm.cpp.o ./converter/NeighborhoodPreservingEmbedding.cpp.o ./converter/LocalityPreservingProjections.cpp.o ./converter/EmbeddingConverter.cpp.o ./converter/LinearLocalTangentSpaceAlignment.cpp.o ./converter/LaplacianEigenmaps.cpp.o ./converter/LocalTangentSpaceAlignment.cpp.o ./converter/LocallyLinearEmbedding.cpp.o ./converter/StochasticProximityEmbedding.cpp.o ./converter/HessianLocallyLinearEmbedding.cpp.o ./converter/KernelLocallyLinearEmbedding.cpp.o ./converter/KernelLocalTangentSpaceAlignment.cpp.o ./converter/Isomap.cpp.o ./converter/MultidimensionalScaling.cpp.o ./converter/DiffusionMaps.cpp.o ./statistics/KernelIndependenceTestStatistic.cpp.o ./statistics/QuadraticTimeMMD.cpp.o ./statistics/KernelTwoSampleTestStatistic.cpp.o ./statistics/TestStatistic.cpp.o ./statistics/KernelMeanMatching.cpp.o ./statistics/LinearTimeMMD.cpp.o ./statistics/TwoDistributionsTestStatistic.cpp.o ./statistics/HSIC.cpp.o ./transfer/domain_adaptation/DomainAdaptationSVM.cpp.o ./transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.cpp.o ./transfer/domain_adaptation/DomainAdaptationSVMLinear.cpp.o ./transfer/multitask/MultitaskLeastSquaresRegression.cpp.o ./transfer/multitask/MultitaskROCEvaluation.cpp.o ./transfer/multitask/TaskGroup.cpp.o ./transfer/multitask/TaskTree.cpp.o ./transfer/multitask/MultitaskLogisticRegression.cpp.o ./transfer/multitask/MultitaskClusteredLogisticRegression.cpp.o ./transfer/multitask/Task.cpp.o ./transfer/multitask/MultitaskL12LogisticRegression.cpp.o ./transfer/multitask/MultitaskCompositeMachine.cpp.o ./transfer/multitask/MultitaskLinearMachine.cpp.o ./transfer/multitask/LibLinearMTL.cpp.o ./transfer/multitask/MultitaskTraceLogisticRegression.cpp.o -Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lm -pthread -lcblas -L/usr/lib64/lapack/reference -llapack -L/usr/lib64/blas/reference -lblas -lbz2 -fPIC -Xlinker -soname=libshogun.so.12 -shared -Wl,-export-dynamic -o libshogun.so.12.0
- ar rcs libshogun.a ./clustering/GMM.cpp.o ./clustering/KMeans.cpp.o ./clustering/Hierarchical.cpp.o ./modelselection/ModelSelectionParameters.cpp.o ./modelselection/GradientModelSelection.cpp.o ./modelselection/RandomSearchModelSelection.cpp.o ./modelselection/GridSearchModelSelection.cpp.o ./modelselection/ModelSelection.cpp.o ./modelselection/ParameterCombination.cpp.o ./distance/CustomDistance.cpp.o ./distance/Distance.cpp.o ./distance/MinkowskiMetric.cpp.o ./distance/AttenuatedEuclideanDistance.cpp.o ./distance/BrayCurtisDistance.cpp.o ./distance/ChiSquareDistance.cpp.o ./distance/CanberraWordDistance.cpp.o ./distance/ManhattanWordDistance.cpp.o ./distance/EuclideanDistance.cpp.o ./distance/MahalanobisDistance.cpp.o ./distance/CanberraMetric.cpp.o ./distance/JensenMetric.cpp.o ./distance/ChebyshewMetric.cpp.o ./distance/GeodesicMetric.cpp.o ./distance/SparseEuclideanDistance.cpp.o ./distance/KernelDistance.cpp.o ./distance/ManhattanMetric.cpp.o ./distance/HammingWordDistance.cpp.o ./distance/CosineDistance.cpp.o ./distance/TanimotoDistance.cpp.o ./features/Alphabet.cpp.o ./features/ExplicitSpecFeatures.cpp.o ./features/RealFileFeatures.cpp.o ./features/BinnedDotFeatures.cpp.o ./features/HashedWDFeatures.cpp.o ./features/DummyFeatures.cpp.o ./features/StringFileFeatures.cpp.o ./features/LBPPyrDotFeatures.cpp.o ./features/TOPFeatures.cpp.o ./features/Features.cpp.o ./features/SparsePolyFeatures.cpp.o ./features/SubsetStack.cpp.o ./features/FKFeatures.cpp.o ./features/CombinedFeatures.cpp.o ./features/MatrixFeatures.cpp.o ./features/Subset.cpp.o ./features/AttributeFeatures.cpp.o ./features/SNPFeatures.cpp.o ./features/HashedWDFeaturesTransposed.cpp.o ./features/WDFeatures.cpp.o ./features/DenseFeatures.cpp.o ./features/DenseSubsetFeatures.cpp.o ./features/LatentFeatures.cpp.o ./features/CombinedDotFeatures.cpp.o ./features/DataGenerator.cpp.o ./features/StringFeatures.cpp.o ./features/PolyFeatures.cpp.o ./features/SparseFeatures.cpp.o ./features/ImplicitWeightedSpecFeatures.cpp.o ./features/DotFeatures.cpp.o ./features/streaming/StreamingSparseFeatures.cpp.o ./features/streaming/StreamingFeatures.cpp.o ./features/streaming/StreamingVwFeatures.cpp.o ./features/streaming/StreamingDenseFeatures.cpp.o ./features/streaming/StreamingDotFeatures.cpp.o ./features/streaming/StreamingStringFeatures.cpp.o ./io/SerializableFile.cpp.o ./io/SerializableHdf5File.cpp.o ./io/SGIO.cpp.o ./io/AsciiFile.cpp.o ./io/SerializableHdf5Reader00.cpp.o ./io/SerializableAsciiFile.cpp.o ./io/IOBuffer.cpp.o ./io/SerializableXmlReader00.cpp.o ./io/SerializableXmlFile.cpp.o ./io/SerializableJsonFile.cpp.o ./io/SerializableAsciiReader00.cpp.o ./io/BinaryFile.cpp.o ./io/File.cpp.o ./io/HDF5File.cpp.o ./io/SerializableJsonReader00.cpp.o ./io/streaming/StreamingFileFromFeatures.cpp.o ./io/streaming/StreamingVwCacheFile.cpp.o ./io/streaming/StreamingAsciiFile.cpp.o ./io/streaming/StreamingVwFile.cpp.o ./io/streaming/StreamingFile.cpp.o ./kernel/HistogramIntersectionKernel.cpp.o ./kernel/ExponentialKernel.cpp.o ./kernel/BesselKernel.cpp.o ./kernel/TensorProductPairKernel.cpp.o ./kernel/SplineKernel.cpp.o ./kernel/GaussianShiftKernel.cpp.o ./kernel/LogKernel.cpp.o ./kernel/CombinedKernel.cpp.o ./kernel/ProductKernel.cpp.o ./kernel/ConstKernel.cpp.o ./kernel/Chi2Kernel.cpp.o ./kernel/RationalQuadraticKernel.cpp.o ./kernel/Kernel.cpp.o ./kernel/WeightedDegreeRBFKernel.cpp.o ./kernel/GaussianKernel.cpp.o ./kernel/JensenShannonKernel.cpp.o ./kernel/AUCKernel.cpp.o ./kernel/CircularKernel.cpp.o ./kernel/PolyKernel.cpp.o ./kernel/WaveKernel.cpp.o ./kernel/PowerKernel.cpp.o ./kernel/GaussianARDKernel.cpp.o ./kernel/LinearKernel.cpp.o ./kernel/DistanceKernel.cpp.o ./kernel/WaveletKernel.cpp.o ./kernel/GaussianShortRealKernel.cpp.o ./kernel/LinearARDKernel.cpp.o ./kernel/DiagKernel.cpp.o ./kernel/SphericalKernel.cpp.o ./kernel/SigmoidKernel.cpp.o ./kernel/PyramidChi2.cpp.o ./kernel/TStudentKernel.cpp.o ./kernel/CauchyKernel.cpp.o ./kernel/CustomKernel.cpp.o ./kernel/InverseMultiQuadricKernel.cpp.o ./kernel/ANOVAKernel.cpp.o ./kernel/MultiquadricKernel.cpp.o ./kernel/string/SpectrumRBFKernel.cpp.o ./kernel/string/GaussianMatchStringKernel.cpp.o ./kernel/string/DistantSegmentsKernel.cpp.o ./kernel/string/SimpleLocalityImprovedStringKernel.cpp.o ./kernel/string/CommUlongStringKernel.cpp.o ./kernel/string/WeightedCommWordStringKernel.cpp.o ./kernel/string/WeightedDegreePositionStringKernel.cpp.o ./kernel/string/CommWordStringKernel.cpp.o ./kernel/string/OligoStringKernel.cpp.o ./kernel/string/SNPStringKernel.cpp.o ./kernel/string/MatchWordStringKernel.cpp.o ./kernel/string/FixedDegreeStringKernel.cpp.o ./kernel/string/SalzbergWordStringKernel.cpp.o ./kernel/string/LinearStringKernel.cpp.o ./kernel/string/LocalityImprovedStringKernel.cpp.o ./kernel/string/SparseSpatialSampleStringKernel.cpp.o ./kernel/string/PolyMatchWordStringKernel.cpp.o ./kernel/string/HistogramWordStringKernel.cpp.o ./kernel/string/SpectrumMismatchRBFKernel.cpp.o ./kernel/string/RegulatoryModulesStringKernel.cpp.o ./kernel/string/LocalAlignmentStringKernel.cpp.o ./kernel/string/PolyMatchStringKernel.cpp.o ./kernel/string/WeightedDegreeStringKernel.cpp.o ./classifier/PluginEstimate.cpp.o ./classifier/NearestCentroid.cpp.o ./classifier/LPM.cpp.o ./classifier/AveragedPerceptron.cpp.o ./classifier/LDA.cpp.o ./classifier/Perceptron.cpp.o ./classifier/FeatureBlockLogisticRegression.cpp.o ./classifier/LPBoost.cpp.o ./classifier/SubGradientLPM.cpp.o ./classifier/mkl/MKLMulticlassOptimizationBase.cpp.o ./classifier/mkl/MKLMulticlassGradient.cpp.o ./classifier/mkl/MKLClassification.cpp.o ./classifier/mkl/MKLOneClass.cpp.o ./classifier/mkl/MKL.cpp.o ./classifier/mkl/MKLMulticlassGLPK.cpp.o ./classifier/mkl/MKLMulticlass.cpp.o ./classifier/vw/VwParser.cpp.o ./classifier/vw/vw_example.cpp.o ./classifier/vw/VwEnvironment.cpp.o ./classifier/vw/vw_label.cpp.o ./classifier/vw/VwRegressor.cpp.o ./classifier/vw/VowpalWabbit.cpp.o ./classifier/vw/vw_math.cpp.o ./classifier/vw/cache/VwNativeCacheWriter.cpp.o ./classifier/vw/cache/VwNativeCacheReader.cpp.o ./classifier/vw/cache/VwCacheReader.cpp.o ./classifier/vw/cache/VwCacheWriter.cpp.o ./classifier/vw/learners/VwNonAdaptiveLearner.cpp.o ./classifier/vw/learners/VwAdaptiveLearner.cpp.o ./classifier/svm/QPBSVMLib.cpp.o ./classifier/svm/OnlineSVMSGD.cpp.o ./classifier/svm/SVMSGD.cpp.o ./classifier/svm/SVMLightOneClass.cpp.o ./classifier/svm/GNPPLib.cpp.o ./classifier/svm/SVMLight.cpp.o ./classifier/svm/GPBTSVM.cpp.o ./classifier/svm/MPDSVM.cpp.o ./classifier/svm/SubGradientSVM.cpp.o ./classifier/svm/LibSVM.cpp.o ./classifier/svm/GNPPSVM.cpp.o ./classifier/svm/LibLinear.cpp.o ./classifier/svm/CPLEXSVM.cpp.o ./classifier/svm/SVM.cpp.o ./classifier/svm/SGDQN.cpp.o ./classifier/svm/WDSVMOcas.cpp.o ./classifier/svm/LibSVMOneClass.cpp.o ./classifier/svm/OnlineLibLinear.cpp.o ./classifier/svm/SVMOcas.cpp.o ./classifier/svm/NewtonSVM.cpp.o ./classifier/svm/SVMLin.cpp.o ./ui/GUIPreprocessor.cpp.o ./ui/GUIClassifier.cpp.o ./ui/GUIFeatures.cpp.o ./ui/SGInterface.cpp.o ./ui/GUIPluginEstimate.cpp.o ./ui/GUILabels.cpp.o ./ui/GUIHMM.cpp.o ./ui/GUIConverter.cpp.o ./ui/GUIStructure.cpp.o ./ui/GUITime.cpp.o ./ui/GUIKernel.cpp.o ./ui/GUIMath.cpp.o ./ui/GUIDistance.cpp.o ./preprocessor/DecompressString.cpp.o ./preprocessor/PNorm.cpp.o ./preprocessor/KernelPCA.cpp.o ./preprocessor/HomogeneousKernelMap.cpp.o ./preprocessor/DimensionReductionPreprocessor.cpp.o ./preprocessor/PCA.cpp.o ./preprocessor/PruneVarSubMean.cpp.o ./preprocessor/SumOne.cpp.o ./preprocessor/NormOne.cpp.o ./preprocessor/SortUlongString.cpp.o ./preprocessor/RandomFourierGaussPreproc.cpp.o ./preprocessor/DensePreprocessor.cpp.o ./preprocessor/LogPlusOne.cpp.o ./preprocessor/SortWordString.cpp.o ./lib/IndexBlockGroup.cpp.o ./lib/SGMatrixList.cpp.o ./lib/StructuredData.cpp.o ./lib/Compressor.cpp.o ./lib/IndexBlockRelation.cpp.o ./lib/Data.cpp.o ./lib/SGMatrix.cpp.o ./lib/ShogunException.cpp.o ./lib/DataType.cpp.o ./lib/Signal.cpp.o ./lib/memory.cpp.o ./lib/Trie.cpp.o ./lib/Hash.cpp.o ./lib/Time.cpp.o ./lib/IndexBlockTree.cpp.o ./lib/FibonacciHeap.cpp.o ./lib/IndexBlock.cpp.o ./lib/SGVector.cpp.o ./lib/slep/slep_solver.cpp.o ./lib/slep/slep_mc_tree_lr.cpp.o ./lib/slep/SpInvCoVa/invCov.cpp.o ./lib/slep/tree/altra.cpp.o ./lib/slep/tree/general_altra.cpp.o ./lib/slep/flsa/flsa.cpp.o ./lib/slep/flsa/sfa.cpp.o ./lib/slep/flsa/tesla_proj.cpp.o ./lib/slep/q1/eppMatrix.cpp.o ./lib/slep/q1/epph.cpp.o ./lib/slep/overlapping/overlapping.cpp.o ./lib/external/pr_loqo.cpp.o ./lib/external/libqp_gsmo.cpp.o ./lib/external/gpdt.cpp.o ./lib/external/gpdtsolve.cpp.o ./lib/external/PMurHash.c.o ./lib/external/ssl.cpp.o ./lib/external/gpm.cpp.o ./lib/external/shogun_libsvm.cpp.o ./lib/external/libqp_splx.cpp.o ./lib/external/libocas.cpp.o ./lib/external/brent.cpp.o ./lib/malsar/malsar_low_rank.cpp.o ./lib/malsar/malsar_clustered.cpp.o ./lib/malsar/malsar_joint_feature_learning.cpp.o ./latent/LatentSVM.cpp.o ./latent/LatentModel.cpp.o ./latent/LatentSOSVM.cpp.o ./mathematics/lapack.cpp.o ./mathematics/arpack.cpp.o ./mathematics/munkres.cpp.o ./mathematics/Statistics.cpp.o ./mathematics/Math.cpp.o ./mathematics/Cplex.cpp.o ./mathematics/Mosek.cpp.o ./mathematics/SparseInverseCovariance.cpp.o ./multiclass/ConjugateIndex.cpp.o ./multiclass/ScatterSVM.cpp.o ./multiclass/MulticlassOneVsRestStrategy.cpp.o ./multiclass/MulticlassLibSVM.cpp.o ./multiclass/MulticlassStrategy.cpp.o ./multiclass/MulticlassLibLinear.cpp.o ./multiclass/GMNPSVM.cpp.o ./multiclass/ShareBoost.cpp.o ./multiclass/LaRank.cpp.o ./multiclass/KNN.cpp.o ./multiclass/GaussianNaiveBayes.cpp.o ./multiclass/QDA.cpp.o ./multiclass/ShareBoostOptimizer.cpp.o ./multiclass/GMNPLib.cpp.o ./multiclass/MulticlassTreeGuidedLogisticRegression.cpp.o ./multiclass/MulticlassOCAS.cpp.o ./multiclass/MulticlassSVM.cpp.o ./multiclass/MulticlassOneVsOneStrategy.cpp.o ./multiclass/tree/RandomConditionalProbabilityTree.cpp.o ./multiclass/tree/ConditionalProbabilityTree.cpp.o ./multiclass/tree/VwConditionalProbabilityTree.cpp.o ./multiclass/tree/RelaxedTree.cpp.o ./multiclass/tree/RelaxedTreeUtil.cpp.o ./multiclass/tree/BalancedConditionalProbabilityTree.cpp.o ./multiclass/ecoc/ECOCForestEncoder.cpp.o ./multiclass/ecoc/ECOCDecoder.cpp.o ./multiclass/ecoc/ECOCStrategy.cpp.o ./multiclass/ecoc/ECOCDiscriminantEncoder.cpp.o ./multiclass/ecoc/ECOCIHDDecoder.cpp.o ./multiclass/ecoc/ECOCRandomSparseEncoder.cpp.o ./multiclass/ecoc/ECOCOVOEncoder.cpp.o ./multiclass/ecoc/ECOCSimpleDecoder.cpp.o ./multiclass/ecoc/ECOCRandomDenseEncoder.cpp.o ./multiclass/ecoc/ECOCLLBDecoder.cpp.o ./multiclass/ecoc/ECOCOVREncoder.cpp.o ./regression/LeastSquaresRegression.cpp.o ./regression/LeastAngleRegression.cpp.o ./regression/GaussianProcessRegression.cpp.o ./regression/LinearRidgeRegression.cpp.o ./regression/KernelRidgeRegression.cpp.o ./regression/svr/LibLinearRegression.cpp.o ./regression/svr/MKLRegression.cpp.o ./regression/svr/LibSVR.cpp.o ./regression/svr/SVRLight.cpp.o ./regression/gp/LikelihoodModel.cpp.o ./regression/gp/FITCInferenceMethod.cpp.o ./regression/gp/ExactInferenceMethod.cpp.o ./regression/gp/GaussianLikelihood.cpp.o ./regression/gp/InferenceMethod.cpp.o ./regression/gp/ZeroMean.cpp.o ./regression/gp/LaplacianInferenceMethod.cpp.o ./regression/gp/MeanFunction.cpp.o ./regression/gp/StudentsTLikelihood.cpp.o ./evaluation/DifferentiableFunction.cpp.o ./evaluation/CrossValidationMulticlassStorage.cpp.o ./evaluation/CrossValidationSplitting.cpp.o ./evaluation/ClusteringEvaluation.cpp.o ./evaluation/EvaluationResult.cpp.o ./evaluation/MachineEvaluation.cpp.o ./evaluation/ContingencyTableEvaluation.cpp.o ./evaluation/MulticlassOVREvaluation.cpp.o ./evaluation/CrossValidation.cpp.o ./evaluation/MeanAbsoluteError.cpp.o ./evaluation/GradientCriterion.cpp.o ./evaluation/StratifiedCrossValidationSplitting.cpp.o ./evaluation/ROCEvaluation.cpp.o ./evaluation/StructuredAccuracy.cpp.o ./evaluation/GradientEvaluation.cpp.o ./evaluation/CrossValidationMKLStorage.cpp.o ./evaluation/GradientResult.cpp.o ./evaluation/SplittingStrategy.cpp.o ./evaluation/MulticlassAccuracy.cpp.o ./evaluation/CrossValidationPrintOutput.cpp.o ./evaluation/MeanSquaredLogError.cpp.o ./evaluation/MeanSquaredError.cpp.o ./evaluation/ClusteringMutualInformation.cpp.o ./evaluation/PRCEvaluation.cpp.o ./evaluation/ClusteringAccuracy.cpp.o ./machine/KernelMulticlassMachine.cpp.o ./machine/DistanceMachine.cpp.o ./machine/KernelMachine.cpp.o ./machine/LinearLatentMachine.cpp.o ./machine/BaseMulticlassMachine.cpp.o ./machine/KernelStructuredOutputMachine.cpp.o ./machine/LinearStructuredOutputMachine.cpp.o ./machine/StructuredOutputMachine.cpp.o ./machine/Machine.cpp.o ./machine/OnlineLinearMachine.cpp.o ./machine/LinearMachine.cpp.o ./machine/MulticlassMachine.cpp.o ./loss/LogLossMargin.cpp.o ./loss/SmoothHingeLoss.cpp.o ./loss/SquaredLoss.cpp.o ./loss/HingeLoss.cpp.o ./loss/SquaredHingeLoss.cpp.o ./loss/LogLoss.cpp.o ./optimization/lbfgs/lbfgs.cpp.o ./optimization/liblinear/tron.cpp.o ./optimization/liblinear/shogun_liblinear.cpp.o ./labels/DenseLabels.cpp.o ./labels/MulticlassMultipleOutputLabels.cpp.o ./labels/RegressionLabels.cpp.o ./labels/Labels.cpp.o ./labels/BinaryLabels.cpp.o ./labels/LatentLabels.cpp.o ./labels/MulticlassLabels.cpp.o ./labels/StructuredLabels.cpp.o ./distributions/PositionalPWM.cpp.o ./distributions/Histogram.cpp.o ./distributions/LinearHMM.cpp.o ./distributions/Distribution.cpp.o ./distributions/Gaussian.cpp.o ./distributions/HMM.cpp.o ./distributions/GHMM.cpp.o ./base/class_list.cpp.o ./base/Version.cpp.o ./base/SGObject.cpp.o ./base/ParameterMap.cpp.o ./base/Parameter.cpp.o ./base/Parallel.cpp.o ./base/init.cpp.o ./structure/TwoStateModel.cpp.o ./structure/PlifMatrix.cpp.o ./structure/DualLibQPBMSOSVM.cpp.o ./structure/StateModel.cpp.o ./structure/IntronList.cpp.o ./structure/MulticlassSOLabels.cpp.o ./structure/libbmrm.cpp.o ./structure/PrimalMosekSOSVM.cpp.o ./structure/HMSVMLabels.cpp.o ./structure/DynProg.cpp.o ./structure/Plif.cpp.o ./structure/PlifArray.cpp.o ./structure/MulticlassModel.cpp.o ./structure/libppbm.cpp.o ./structure/DirectorStructuredModel.cpp.o ./structure/SegmentLoss.cpp.o ./structure/StructuredModel.cpp.o ./structure/HMSVMModel.cpp.o ./structure/libp3bm.cpp.o ./converter/NeighborhoodPreservingEmbedding.cpp.o ./converter/LocalityPreservingProjections.cpp.o ./converter/EmbeddingConverter.cpp.o ./converter/LinearLocalTangentSpaceAlignment.cpp.o ./converter/LaplacianEigenmaps.cpp.o ./converter/LocalTangentSpaceAlignment.cpp.o ./converter/LocallyLinearEmbedding.cpp.o ./converter/StochasticProximityEmbedding.cpp.o ./converter/HessianLocallyLinearEmbedding.cpp.o ./converter/KernelLocallyLinearEmbedding.cpp.o ./converter/KernelLocalTangentSpaceAlignment.cpp.o ./converter/Isomap.cpp.o ./converter/MultidimensionalScaling.cpp.o ./converter/DiffusionMaps.cpp.o ./statistics/KernelIndependenceTestStatistic.cpp.o ./statistics/QuadraticTimeMMD.cpp.o ./statistics/KernelTwoSampleTestStatistic.cpp.o ./statistics/TestStatistic.cpp.o ./statistics/KernelMeanMatching.cpp.o ./statistics/LinearTimeMMD.cpp.o ./statistics/TwoDistributionsTestStatistic.cpp.o ./statistics/HSIC.cpp.o ./transfer/domain_adaptation/DomainAdaptationSVM.cpp.o ./transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.cpp.o ./transfer/domain_adaptation/DomainAdaptationSVMLinear.cpp.o ./transfer/multitask/MultitaskLeastSquaresRegression.cpp.o ./transfer/multitask/MultitaskROCEvaluation.cpp.o ./transfer/multitask/TaskGroup.cpp.o ./transfer/multitask/TaskTree.cpp.o ./transfer/multitask/MultitaskLogisticRegression.cpp.o ./transfer/multitask/MultitaskClusteredLogisticRegression.cpp.o ./transfer/multitask/Task.cpp.o ./transfer/multitask/MultitaskL12LogisticRegression.cpp.o ./transfer/multitask/MultitaskCompositeMachine.cpp.o ./transfer/multitask/MultitaskLinearMachine.cpp.o ./transfer/multitask/LibLinearMTL.cpp.o ./transfer/multitask/MultitaskTraceLogisticRegression.cpp.o
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- ============================================================
- ==== Building shogun for platform Linux-x86_64
- ==== opts: -fPIC -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread
- ============================================================
- true
- ============================================================
- ==== Done. Check the subdirectories for binaries.
- ============================================================
- make -j24 -C ../doc
- make: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc'
- make -C ../examples
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples'
- bash ./generate_documented.sh
- ../src/configure --help 2>&1 >pages/Configure.generated
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples'
- echo ../examples/documented ../examples/documented/lua_modular ../examples/documented/ruby_modular ../examples/documented/java_modular ../examples/documented/octave_modular ../examples/documented/octave_modular/tools ../examples/documented/libshogun ../examples/documented/r_static ../examples/documented/r_static/graphical ../examples/documented/matlab_and_octave ../examples/documented/matlab_and_octave/graphical ../examples/documented/matlab_and_octave/tools ../examples/documented/matlab_and_octave/tests ../examples/documented/python_static ../examples/documented/python_static/graphical ../examples/documented/python_static/tools ../examples/documented/elwms_static ../examples/documented/r_modular ../examples/documented/cmdline_static ../examples/documented/csharp_modular ../examples/documented/python_modular ../examples/documented/python_modular/graphical ../examples/documented/python_modular/tools
- ../examples/documented ../examples/documented/lua_modular ../examples/documented/ruby_modular ../examples/documented/java_modular ../examples/documented/octave_modular ../examples/documented/octave_modular/tools ../examples/documented/libshogun ../examples/documented/r_static ../examples/documented/r_static/graphical ../examples/documented/matlab_and_octave ../examples/documented/matlab_and_octave/graphical ../examples/documented/matlab_and_octave/tools ../examples/documented/matlab_and_octave/tests ../examples/documented/python_static ../examples/documented/python_static/graphical ../examples/documented/python_static/tools ../examples/documented/elwms_static ../examples/documented/r_modular ../examples/documented/cmdline_static ../examples/documented/csharp_modular ../examples/documented/python_modular ../examples/documented/python_modular/graphical ../examples/documented/python_modular/tools
- python ./insert_examples.py pages/
- python ./insert_examples_cn.py pages_cn/
- sed -i "s/PROJECT_NUMBER = .*/PROJECT_NUMBER = v2.0.0/" Doxyfile
- sed -i "s/PROJECT_NUMBER = .*/PROJECT_NUMBER = v2.0.0/" Doxyfile_cn
- doxygen Doxyfile
- warning: Tag `SHOW_DIRECTORIES' at line 483 of file Doxyfile has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- warning: Tag `HTML_ALIGN_MEMBERS' at line 832 of file Doxyfile has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- warning: Tag `USE_INLINE_TREES' at line 1001 of file Doxyfile has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- Parsing layout file DoxygenLayout.xml...
- error: the type 'dirs' is not supported for the entry tag within a navindex! Check your layout file!
- Searching for include files...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/images
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/tutorial
- Searching for example files...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/cmdline_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/csharp_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/elwms_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/java_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/lua_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/matlab_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/octave_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/octave_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/python_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/python_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/r_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/r_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/ruby_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/cmdline_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/csharp_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/elwms_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/java_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/libshogun
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/lua_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/matlab_and_octave
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/matlab_and_octave/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/matlab_and_octave/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/octave_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/octave_modular/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_modular/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_modular/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_static/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_static/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/r_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/r_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/r_static/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/ruby_modular
- Searching for images...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/html
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/images
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/tutorial
- Searching for dot files...
- Searching for msc files...
- Searching for files to exclude
- Searching for files to process...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages
- Reading and parsing tag files
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/class_list.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/class_list.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/class_list.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/class_list.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/DynArray.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/DynArray.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/init.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/init.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/init.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/init.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parallel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parallel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parallel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parallel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parameter.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parameter.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parameter.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Parameter.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/ParameterMap.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/ParameterMap.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/ParameterMap.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/ParameterMap.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/SGObject.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/SGObject.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/SGObject.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/SGObject.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Version.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Version.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Version.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base/Version.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/AveragedPerceptron.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/AveragedPerceptron.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/AveragedPerceptron.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/AveragedPerceptron.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/FeatureBlockLogisticRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/FeatureBlockLogisticRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/FeatureBlockLogisticRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/FeatureBlockLogisticRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LDA.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LDA.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LDA.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LDA.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPBoost.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPBoost.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPBoost.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPBoost.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/LPM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKL.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKL.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKL.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKL.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLClassification.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLClassification.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLClassification.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLClassification.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlass.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlass.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlass.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlass.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGLPK.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGLPK.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGLPK.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGLPK.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGradient.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGradient.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGradient.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassGradient.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassOptimizationBase.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassOptimizationBase.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassOptimizationBase.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLMulticlassOptimizationBase.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLOneClass.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLOneClass.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLOneClass.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl/MKLOneClass.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/NearestCentroid.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/NearestCentroid.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/NearestCentroid.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/NearestCentroid.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/Perceptron.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/Perceptron.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/Perceptron.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/Perceptron.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/PluginEstimate.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/PluginEstimate.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/PluginEstimate.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/PluginEstimate.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/SubGradientLPM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/SubGradientLPM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/SubGradientLPM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/SubGradientLPM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/CPLEXSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/CPLEXSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/CPLEXSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/CPLEXSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPLib.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPLib.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPLib.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPLib.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GNPPSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GPBTSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GPBTSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GPBTSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/GPBTSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibLinear.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibLinear.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibLinear.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibLinear.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVMOneClass.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVMOneClass.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVMOneClass.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/LibSVMOneClass.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/MPDSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/MPDSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/MPDSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/MPDSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineLibLinear.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineLibLinear.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineLibLinear.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineLibLinear.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineSVMSGD.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineSVMSGD.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineSVMSGD.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/OnlineSVMSGD.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/QPBSVMLib.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/QPBSVMLib.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/QPBSVMLib.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/QPBSVMLib.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SGDQN.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SGDQN.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SGDQN.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SGDQN.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SubGradientSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SubGradientSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SubGradientSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SubGradientSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLight.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLight.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLight.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLight.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLightOneClass.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLightOneClass.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLightOneClass.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLightOneClass.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLin.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLin.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLin.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMLin.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMOcas.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMOcas.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMOcas.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMOcas.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMSGD.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMSGD.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMSGD.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/SVMSGD.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/WDSVMOcas.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/WDSVMOcas.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/WDSVMOcas.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/WDSVMOcas.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheReader.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheReader.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheReader.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheWriter.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheWriter.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwCacheWriter.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheReader.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheReader.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheReader.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheReader.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache/VwNativeCacheWriter.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwAdaptiveLearner.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwAdaptiveLearner.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwAdaptiveLearner.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwAdaptiveLearner.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwNonAdaptiveLearner.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwNonAdaptiveLearner.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwNonAdaptiveLearner.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners/VwNonAdaptiveLearner.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VowpalWabbit.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VowpalWabbit.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VowpalWabbit.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VowpalWabbit.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_common.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_common.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_constants.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_constants.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_example.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_example.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_example.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_example.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_label.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_label.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_label.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_label.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_math.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_math.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_math.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/vw_math.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwEnvironment.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwEnvironment.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwEnvironment.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwEnvironment.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwLearner.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwLearner.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwParser.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwParser.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwParser.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwParser.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwRegressor.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwRegressor.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwRegressor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/VwRegressor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/GMM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/GMM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/GMM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/GMM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/Hierarchical.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/Hierarchical.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/Hierarchical.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/Hierarchical.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/KMeans.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/KMeans.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/KMeans.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering/KMeans.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/Converter.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/Converter.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/DiffusionMaps.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/DiffusionMaps.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/DiffusionMaps.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/DiffusionMaps.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/EmbeddingConverter.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/EmbeddingConverter.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/EmbeddingConverter.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/EmbeddingConverter.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/HessianLocallyLinearEmbedding.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/HessianLocallyLinearEmbedding.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/HessianLocallyLinearEmbedding.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/HessianLocallyLinearEmbedding.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/Isomap.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/Isomap.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/Isomap.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/Isomap.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocallyLinearEmbedding.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocallyLinearEmbedding.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocallyLinearEmbedding.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocallyLinearEmbedding.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocalTangentSpaceAlignment.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocalTangentSpaceAlignment.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocalTangentSpaceAlignment.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/KernelLocalTangentSpaceAlignment.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LinearLocalTangentSpaceAlignment.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LinearLocalTangentSpaceAlignment.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LinearLocalTangentSpaceAlignment.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LinearLocalTangentSpaceAlignment.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalityPreservingProjections.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalityPreservingProjections.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalityPreservingProjections.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalityPreservingProjections.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocallyLinearEmbedding.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocallyLinearEmbedding.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocallyLinearEmbedding.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocallyLinearEmbedding.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalTangentSpaceAlignment.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalTangentSpaceAlignment.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalTangentSpaceAlignment.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LocalTangentSpaceAlignment.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/MultidimensionalScaling.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/MultidimensionalScaling.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/MultidimensionalScaling.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/MultidimensionalScaling.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/NeighborhoodPreservingEmbedding.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/NeighborhoodPreservingEmbedding.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/NeighborhoodPreservingEmbedding.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/NeighborhoodPreservingEmbedding.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/StochasticProximityEmbedding.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/StochasticProximityEmbedding.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/StochasticProximityEmbedding.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/StochasticProximityEmbedding.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/AttenuatedEuclideanDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/AttenuatedEuclideanDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/AttenuatedEuclideanDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/BrayCurtisDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/BrayCurtisDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/BrayCurtisDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/BrayCurtisDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraMetric.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraMetric.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraMetric.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraMetric.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraWordDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraWordDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraWordDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CanberraWordDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChebyshewMetric.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChebyshewMetric.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChebyshewMetric.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChebyshewMetric.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChiSquareDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChiSquareDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChiSquareDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ChiSquareDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CosineDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CosineDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CosineDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CosineDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CustomDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CustomDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CustomDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/CustomDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/DenseDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/DenseDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/DirectorDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/DirectorDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/Distance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/Distance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/Distance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/Distance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/EuclideanDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/EuclideanDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/EuclideanDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/EuclideanDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/GeodesicMetric.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/GeodesicMetric.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/GeodesicMetric.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/GeodesicMetric.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/HammingWordDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/HammingWordDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/HammingWordDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/HammingWordDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/JensenMetric.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/JensenMetric.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/JensenMetric.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/JensenMetric.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/KernelDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/KernelDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/KernelDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/KernelDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MahalanobisDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MahalanobisDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MahalanobisDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MahalanobisDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanMetric.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanMetric.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanMetric.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanMetric.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanWordDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanWordDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanWordDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/ManhattanWordDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MinkowskiMetric.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MinkowskiMetric.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MinkowskiMetric.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/MinkowskiMetric.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/RealDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/RealDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/SparseDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/SparseDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/SparseEuclideanDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/SparseEuclideanDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/SparseEuclideanDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/SparseEuclideanDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/StringDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/StringDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/TanimotoDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/TanimotoDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/TanimotoDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance/TanimotoDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Distribution.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Distribution.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Distribution.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Distribution.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Gaussian.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Gaussian.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Gaussian.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Gaussian.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/GHMM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/GHMM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/GHMM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/GHMM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Histogram.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Histogram.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Histogram.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Histogram.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/HMM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/HMM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/HMM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/HMM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/LinearHMM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/LinearHMM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/LinearHMM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/LinearHMM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/PositionalPWM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/PositionalPWM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/PositionalPWM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/PositionalPWM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/BinaryClassEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/BinaryClassEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringAccuracy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringAccuracy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringAccuracy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringAccuracy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringMutualInformation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringMutualInformation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringMutualInformation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ClusteringMutualInformation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ContingencyTableEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ContingencyTableEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ContingencyTableEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ContingencyTableEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMKLStorage.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMKLStorage.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMKLStorage.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMKLStorage.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMulticlassStorage.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMulticlassStorage.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationMulticlassStorage.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationOutput.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationOutput.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationPrintOutput.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationPrintOutput.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationPrintOutput.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationSplitting.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationSplitting.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationSplitting.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/CrossValidationSplitting.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/DifferentiableFunction.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/DifferentiableFunction.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/DifferentiableFunction.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/DifferentiableFunction.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/Evaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/Evaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/EvaluationResult.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/EvaluationResult.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/EvaluationResult.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/EvaluationResult.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientCriterion.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientCriterion.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientCriterion.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientCriterion.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientResult.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientResult.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientResult.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/GradientResult.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MachineEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MachineEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MachineEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MachineEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanAbsoluteError.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanAbsoluteError.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanAbsoluteError.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanAbsoluteError.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredError.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredError.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredError.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredError.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredLogError.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredLogError.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredLogError.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MeanSquaredLogError.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassAccuracy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassAccuracy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassAccuracy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassAccuracy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassOVREvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassOVREvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassOVREvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/MulticlassOVREvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/PRCEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/PRCEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/PRCEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/PRCEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ROCEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ROCEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ROCEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/ROCEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/SplittingStrategy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/SplittingStrategy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/SplittingStrategy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/SplittingStrategy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StratifiedCrossValidationSplitting.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StructuredAccuracy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StructuredAccuracy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StructuredAccuracy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation/StructuredAccuracy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/AttributeFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/AttributeFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/AttributeFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/AttributeFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/BinnedDotFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/BinnedDotFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/BinnedDotFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/BinnedDotFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedDotFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedDotFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedDotFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedDotFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/CombinedFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DataGenerator.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DataGenerator.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DataGenerator.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DataGenerator.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseSubsetFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseSubsetFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseSubsetFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DenseSubsetFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DirectorDotFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DirectorDotFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DotFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DotFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DotFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DotFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DummyFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DummyFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DummyFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/DummyFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ExplicitSpecFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ExplicitSpecFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ExplicitSpecFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ExplicitSpecFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Features.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Features.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Features.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Features.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/FeatureTypes.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/FeatureTypes.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/FKFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/FKFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/FKFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/FKFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeaturesTransposed.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeaturesTransposed.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeaturesTransposed.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/HashedWDFeaturesTransposed.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ImplicitWeightedSpecFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ImplicitWeightedSpecFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ImplicitWeightedSpecFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/ImplicitWeightedSpecFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LatentFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LatentFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LatentFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LatentFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LBPPyrDotFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LBPPyrDotFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LBPPyrDotFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/LBPPyrDotFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/MatrixFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/MatrixFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/MatrixFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/MatrixFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/PolyFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/PolyFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/PolyFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/PolyFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/RealFileFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/RealFileFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/RealFileFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/RealFileFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SNPFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SNPFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SNPFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SNPFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparseFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparseFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparseFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparseFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparsePolyFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparsePolyFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparsePolyFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SparsePolyFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDenseFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDenseFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDenseFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDenseFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDotFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDotFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDotFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingDotFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingSparseFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingSparseFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingSparseFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingSparseFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingStringFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingStringFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingStringFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingStringFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingVwFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingVwFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingVwFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming/StreamingVwFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFileFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFileFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFileFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFileFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Subset.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Subset.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Subset.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Subset.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SubsetStack.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SubsetStack.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SubsetStack.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/SubsetStack.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/TOPFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/TOPFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/TOPFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/TOPFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/WDFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/WDFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/WDFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/WDFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/AsciiFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/AsciiFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/AsciiFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/AsciiFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/BinaryFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/BinaryFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/BinaryFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/BinaryFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/BinaryStream.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/BinaryStream.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/File.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/File.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/File.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/File.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/HDF5File.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/HDF5File.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/HDF5File.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/HDF5File.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/IOBuffer.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/IOBuffer.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/IOBuffer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/IOBuffer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/LibSVMFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/LibSVMFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/MemoryMappedFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/MemoryMappedFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5File.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5File.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5File.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5File.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5Reader00.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5Reader00.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5Reader00.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableHdf5Reader00.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonReader00.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonReader00.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonReader00.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableJsonReader00.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlReader00.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlReader00.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlReader00.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableXmlReader00.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SGIO.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SGIO.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SGIO.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SGIO.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SimpleFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SimpleFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/InputParser.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/InputParser.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/ParseBuffer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/ParseBuffer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingAsciiFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingAsciiFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingAsciiFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingAsciiFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromDenseFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromDenseFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromSparseFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromSparseFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromStringFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingFileFromStringFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwCacheFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwCacheFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwCacheFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwFile.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwFile.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwFile.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming/StreamingVwFile.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ANOVAKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ANOVAKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ANOVAKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ANOVAKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/AUCKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/AUCKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/AUCKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/AUCKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/BesselKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/BesselKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/BesselKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/BesselKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CauchyKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CauchyKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CauchyKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CauchyKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Chi2Kernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Chi2Kernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Chi2Kernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Chi2Kernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CircularKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CircularKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CircularKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CircularKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CombinedKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CombinedKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CombinedKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CombinedKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ConstKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ConstKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ConstKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ConstKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CustomKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CustomKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CustomKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/CustomKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DiagKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DiagKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DiagKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DiagKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DirectorKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DirectorKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DistanceKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DistanceKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DistanceKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DistanceKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DotKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/DotKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ExponentialKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ExponentialKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ExponentialKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ExponentialKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianARDKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianARDKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianARDKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianARDKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShiftKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShiftKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShiftKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShiftKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShortRealKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShortRealKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShortRealKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/GaussianShortRealKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/HistogramIntersectionKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/HistogramIntersectionKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/HistogramIntersectionKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/HistogramIntersectionKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/InverseMultiQuadricKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/InverseMultiQuadricKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/InverseMultiQuadricKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/JensenShannonKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/JensenShannonKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/JensenShannonKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/JensenShannonKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Kernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Kernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Kernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/Kernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearARDKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearARDKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearARDKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearARDKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LinearKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LogKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LogKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LogKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/LogKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/MultiquadricKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/MultiquadricKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/MultiquadricKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/MultiquadricKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/AvgDiagKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/AvgDiagKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/DiceKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/DiceKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/FirstElementKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/FirstElementKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/IdentityKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/IdentityKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/KernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/KernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/RidgeKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/RidgeKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/ScatterKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/ScatterKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/SqrtDiagKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/SqrtDiagKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/TanimotoKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/TanimotoKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/VarianceKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/VarianceKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/ZeroMeanCenterKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer/ZeroMeanCenterKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PolyKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PolyKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PolyKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PolyKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PowerKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PowerKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PowerKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PowerKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ProductKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ProductKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ProductKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/ProductKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PyramidChi2.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PyramidChi2.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PyramidChi2.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/PyramidChi2.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/RationalQuadraticKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/RationalQuadraticKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/RationalQuadraticKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/RationalQuadraticKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SigmoidKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SigmoidKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SigmoidKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SigmoidKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SparseKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SparseKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SphericalKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SphericalKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SphericalKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SphericalKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SplineKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SplineKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SplineKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/SplineKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommUlongStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommUlongStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommUlongStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommUlongStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommWordStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommWordStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommWordStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/CommWordStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/DistantSegmentsKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/DistantSegmentsKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/DistantSegmentsKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/FixedDegreeStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/FixedDegreeStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/FixedDegreeStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/GaussianMatchStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/GaussianMatchStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/GaussianMatchStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/HistogramWordStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/HistogramWordStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/HistogramWordStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/HistogramWordStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LinearStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LinearStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LinearStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LinearStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalAlignmentStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalAlignmentStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalAlignmentStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalityImprovedStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalityImprovedStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalityImprovedStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/LocalityImprovedStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/MatchWordStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/MatchWordStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/MatchWordStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/MatchWordStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/OligoStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/OligoStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/OligoStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/OligoStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchWordStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchWordStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/PolyMatchWordStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/RegulatoryModulesStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/RegulatoryModulesStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/RegulatoryModulesStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/RegulatoryModulesStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SalzbergWordStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SalzbergWordStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SalzbergWordStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SalzbergWordStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SimpleLocalityImprovedStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SimpleLocalityImprovedStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SimpleLocalityImprovedStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SimpleLocalityImprovedStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SNPStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SNPStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SNPStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SNPStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SparseSpatialSampleStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SparseSpatialSampleStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SparseSpatialSampleStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SparseSpatialSampleStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumMismatchRBFKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumMismatchRBFKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumMismatchRBFKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumMismatchRBFKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumRBFKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumRBFKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumRBFKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/SpectrumRBFKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/StringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/StringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedCommWordStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedCommWordStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedCommWordStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedCommWordStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreePositionStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreePositionStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreePositionStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreePositionStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreeStringKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreeStringKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreeStringKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string/WeightedDegreeStringKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TensorProductPairKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TensorProductPairKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TensorProductPairKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TensorProductPairKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TStudentKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TStudentKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TStudentKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/TStudentKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveletKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveletKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveletKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WaveletKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WeightedDegreeRBFKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WeightedDegreeRBFKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WeightedDegreeRBFKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/WeightedDegreeRBFKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/BinaryLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/BinaryLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/BinaryLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/BinaryLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/DenseLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/DenseLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/DenseLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/DenseLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/Labels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/Labels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/Labels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/Labels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/LabelTypes.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/LabelTypes.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/LatentLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/LatentLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/LatentLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/LatentLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassMultipleOutputLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassMultipleOutputLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassMultipleOutputLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/MulticlassMultipleOutputLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/RegressionLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/RegressionLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/RegressionLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/RegressionLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/StructuredLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/StructuredLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/StructuredLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels/StructuredLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSOSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSOSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSOSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSOSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent/LatentSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/BitString.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/BitString.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Cache.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Cache.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/common.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/common.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Compressor.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Compressor.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Compressor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Compressor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/config.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/config.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/CoverTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/CoverTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Data.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Data.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Data.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Data.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DataType.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DataType.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DataType.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DataType.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DynamicArray.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DynamicArray.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DynamicObjectArray.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DynamicObjectArray.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DynInt.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/DynInt.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/brent.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/brent.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/brent.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/brent.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdt.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdt.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdt.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdt.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdtsolve.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdtsolve.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdtsolve.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpdtsolve.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpm.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpm.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpm.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/gpm.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libocas.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libocas.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libocas.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libocas.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libocas_common.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libocas_common.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libqp.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libqp.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libqp_gsmo.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libqp_gsmo.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libqp_splx.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/libqp_splx.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/PMurHash.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/PMurHash.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/pr_loqo.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/pr_loqo.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/pr_loqo.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/pr_loqo.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/shogun_libsvm.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/shogun_libsvm.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/shogun_libsvm.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/shogun_libsvm.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/ssl.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/ssl.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/ssl.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/ssl.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/GCArray.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/GCArray.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Hash.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Hash.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Hash.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Hash.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlock.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlock.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlock.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlock.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockGroup.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockGroup.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockGroup.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockGroup.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockRelation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockRelation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockRelation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockRelation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndexBlockTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndirectObject.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/IndirectObject.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/JLCoverTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/JLCoverTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/JLCoverTreePoint.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/JLCoverTreePoint.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/List.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/List.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_clustered.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_clustered.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_clustered.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_clustered.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_joint_feature_learning.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_joint_feature_learning.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_joint_feature_learning.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_joint_feature_learning.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_low_rank.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_low_rank.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_low_rank.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_low_rank.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_options.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar/malsar_options.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Map.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Map.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/memory.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/memory.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/memory.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/memory.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Set.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Set.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGCachedVector.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGCachedVector.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrix.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrix.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrix.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrix.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrixList.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrixList.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrixList.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGMatrixList.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGNDArray.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGNDArray.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGReferencedData.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGReferencedData.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGSparseMatrix.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGSparseMatrix.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGSparseVector.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGSparseVector.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGString.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGString.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGStringList.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGStringList.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGVector.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGVector.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGVector.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/SGVector.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/ShogunException.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/ShogunException.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/ShogunException.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/ShogunException.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Signal.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Signal.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Signal.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Signal.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/flsa.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/flsa.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/flsa.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/flsa.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/sfa.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/sfa.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/sfa.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/sfa.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/tesla_proj.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa/tesla_proj.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order/orderTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order/orderTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order/sequence.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order/sequence.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping/overlapping.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping/overlapping.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping/overlapping.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping/overlapping.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/ep1R.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/ep1R.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/ep21d.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/ep21d.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/ep21R.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/ep21R.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epph.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epph.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epph.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epph.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppMatrix.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppMatrix.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppMatrix.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppMatrix.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppVector.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppVector.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppVectorR.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/eppVectorR.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epsgLasso.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epsgLasso.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epsp.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1/epsp.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_mc_tree_lr.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_mc_tree_lr.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_mc_tree_lr.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_mc_tree_lr.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_options.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_options.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_solver.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_solver.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_solver.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/slep_solver.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa/invCov.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa/invCov.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa/invCov.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/altra.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/altra.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/altra.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/altra.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/general_altra.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/general_altra.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/general_altra.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree/general_altra.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/StructuredData.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/StructuredData.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/StructuredData.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/StructuredData.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/StructuredDataTypes.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/StructuredDataTypes.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Time.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Time.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Time.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Time.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Trie.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Trie.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Trie.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/Trie.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/v_array.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/v_array.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/versionstring.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/versionstring.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/HingeLoss.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/HingeLoss.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/HingeLoss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/HingeLoss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLoss.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLoss.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLoss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLoss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLossMargin.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLossMargin.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLossMargin.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LogLossMargin.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LossFunction.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/LossFunction.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SmoothHingeLoss.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SmoothHingeLoss.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SmoothHingeLoss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SmoothHingeLoss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredHingeLoss.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredHingeLoss.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredHingeLoss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredHingeLoss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredLoss.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredLoss.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredLoss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss/SquaredLoss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/BaseMulticlassMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/BaseMulticlassMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/BaseMulticlassMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/BaseMulticlassMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DirectorKernelMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DirectorKernelMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DirectorLinearMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DirectorLinearMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DistanceMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DistanceMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DistanceMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/DistanceMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMulticlassMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMulticlassMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMulticlassMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelMulticlassMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelStructuredOutputMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelStructuredOutputMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelStructuredOutputMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/KernelStructuredOutputMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearLatentMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearLatentMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearLatentMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearLatentMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearMulticlassMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearMulticlassMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearStructuredOutputMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearStructuredOutputMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearStructuredOutputMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/LinearStructuredOutputMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/Machine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/Machine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/Machine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/Machine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/MulticlassMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/MulticlassMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/MulticlassMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/MulticlassMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/NativeMulticlassMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/NativeMulticlassMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/OnlineLinearMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/OnlineLinearMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/OnlineLinearMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/OnlineLinearMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/StructuredOutputMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/StructuredOutputMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/StructuredOutputMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine/StructuredOutputMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/arpack.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/arpack.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/arpack.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/arpack.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Cplex.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Cplex.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Cplex.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Cplex.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/eigen3.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/eigen3.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/lapack.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/lapack.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/lapack.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/lapack.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Loss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Loss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Math.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Math.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Math.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Math.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Mosek.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Mosek.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Mosek.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Mosek.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/munkres.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/munkres.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/munkres.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/munkres.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/SparseInverseCovariance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/SparseInverseCovariance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/SparseInverseCovariance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/SparseInverseCovariance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Statistics.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Statistics.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Statistics.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics/Statistics.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GradientModelSelection.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GradientModelSelection.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GradientModelSelection.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GradientModelSelection.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GridSearchModelSelection.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GridSearchModelSelection.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GridSearchModelSelection.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/GridSearchModelSelection.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelection.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelection.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelection.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelection.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelectionParameters.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelectionParameters.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelectionParameters.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ModelSelectionParameters.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ParameterCombination.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ParameterCombination.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ParameterCombination.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/ParameterCombination.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/RandomSearchModelSelection.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/RandomSearchModelSelection.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/RandomSearchModelSelection.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection/RandomSearchModelSelection.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ConjugateIndex.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ConjugateIndex.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ConjugateIndex.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ConjugateIndex.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCAEDDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCAEDDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDecoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDecoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCEDDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCEDDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCEncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCEncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCForestEncoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCForestEncoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCForestEncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCForestEncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCHDDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCHDDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCIHDDecoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCIHDDecoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCIHDDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCIHDDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCLLBDecoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCLLBDecoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCLLBDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCLLBDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVOEncoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVOEncoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVOEncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVOEncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVREncoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVREncoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVREncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCOVREncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomDenseEncoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomDenseEncoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomDenseEncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomDenseEncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomSparseEncoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomSparseEncoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomSparseEncoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCRandomSparseEncoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCSimpleDecoder.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCSimpleDecoder.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCSimpleDecoder.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCSimpleDecoder.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCStrategy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCStrategy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCStrategy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCUtil.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCUtil.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GaussianNaiveBayes.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GaussianNaiveBayes.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GaussianNaiveBayes.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GaussianNaiveBayes.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPLib.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPLib.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPLib.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPLib.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/GMNPSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/KNN.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/KNN.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/KNN.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/KNN.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibLinear.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibLinear.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibLinear.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibLinear.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassLibSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOCAS.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOCAS.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOCAS.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOCAS.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsOneStrategy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassOneVsRestStrategy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassStrategy.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassStrategy.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassStrategy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassStrategy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassTreeGuidedLogisticRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassTreeGuidedLogisticRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassTreeGuidedLogisticRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassTreeGuidedLogisticRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/QDA.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/QDA.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/QDA.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/QDA.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/RejectionStrategy.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/RejectionStrategy.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ScatterSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ScatterSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ScatterSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ScatterSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoost.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoost.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoost.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoost.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoostOptimizer.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoostOptimizer.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoostOptimizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ShareBoostOptimizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/BalancedConditionalProbabilityTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/ConditionalProbabilityTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/ConditionalProbabilityTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/ConditionalProbabilityTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/ConditionalProbabilityTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/ConditionalProbabilityTreeNodeData.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/ConditionalProbabilityTreeNodeData.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RandomConditionalProbabilityTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RandomConditionalProbabilityTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RandomConditionalProbabilityTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RandomConditionalProbabilityTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTreeNodeData.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTreeNodeData.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTreeUtil.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTreeUtil.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTreeUtil.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/RelaxedTreeUtil.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/TreeMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/TreeMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/TreeMachineNode.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/TreeMachineNode.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/VwConditionalProbabilityTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/VwConditionalProbabilityTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/VwConditionalProbabilityTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree/VwConditionalProbabilityTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs/lbfgs.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs/lbfgs.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs/lbfgs.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs/lbfgs.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/shogun_liblinear.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/shogun_liblinear.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/shogun_liblinear.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/shogun_liblinear.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/tron.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/tron.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/tron.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear/tron.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DecompressString.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DecompressString.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DecompressString.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DecompressString.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DensePreprocessor.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DensePreprocessor.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DensePreprocessor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DensePreprocessor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DimensionReductionPreprocessor.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DimensionReductionPreprocessor.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DimensionReductionPreprocessor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/DimensionReductionPreprocessor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/HomogeneousKernelMap.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/HomogeneousKernelMap.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/HomogeneousKernelMap.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/HomogeneousKernelMap.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/KernelPCA.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/KernelPCA.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/KernelPCA.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/KernelPCA.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/LogPlusOne.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/LogPlusOne.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/LogPlusOne.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/LogPlusOne.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/NormOne.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/NormOne.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/NormOne.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/NormOne.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PCA.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PCA.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PCA.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PCA.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PNorm.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PNorm.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PNorm.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PNorm.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/Preprocessor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/Preprocessor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PruneVarSubMean.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PruneVarSubMean.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PruneVarSubMean.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/PruneVarSubMean.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/RandomFourierGaussPreproc.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/RandomFourierGaussPreproc.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/RandomFourierGaussPreproc.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/RandomFourierGaussPreproc.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortUlongString.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortUlongString.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortUlongString.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortUlongString.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortWordString.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortWordString.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortWordString.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SortWordString.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SparsePreprocessor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SparsePreprocessor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/StringPreprocessor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/StringPreprocessor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SumOne.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SumOne.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SumOne.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor/SumOne.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/GaussianProcessRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/GaussianProcessRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/GaussianProcessRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/GaussianProcessRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/FITCInferenceMethod.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/FITCInferenceMethod.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/FITCInferenceMethod.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/FITCInferenceMethod.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/GaussianLikelihood.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/GaussianLikelihood.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/GaussianLikelihood.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/GaussianLikelihood.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/InferenceMethod.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/InferenceMethod.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/InferenceMethod.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/InferenceMethod.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LaplacianInferenceMethod.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LaplacianInferenceMethod.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LaplacianInferenceMethod.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LaplacianInferenceMethod.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LikelihoodModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LikelihoodModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LikelihoodModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LikelihoodModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/MeanFunction.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/MeanFunction.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/MeanFunction.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/MeanFunction.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/StudentsTLikelihood.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/StudentsTLikelihood.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/StudentsTLikelihood.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/StudentsTLikelihood.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ZeroMean.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ZeroMean.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ZeroMean.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ZeroMean.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/KernelRidgeRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/KernelRidgeRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/KernelRidgeRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/KernelRidgeRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastAngleRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastAngleRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastAngleRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastAngleRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastSquaresRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastSquaresRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastSquaresRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LeastSquaresRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LinearRidgeRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LinearRidgeRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LinearRidgeRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/LinearRidgeRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/Regression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/Regression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibLinearRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibLinearRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibLinearRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibLinearRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibSVR.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibSVR.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibSVR.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/LibSVR.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/MKLRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/MKLRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/MKLRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/MKLRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/SVRLight.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/SVRLight.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/SVRLight.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr/SVRLight.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/HSIC.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/HSIC.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/HSIC.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/HSIC.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelIndependenceTestStatistic.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelIndependenceTestStatistic.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelIndependenceTestStatistic.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelIndependenceTestStatistic.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelMeanMatching.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelMeanMatching.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelMeanMatching.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelMeanMatching.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelTwoSampleTestStatistic.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelTwoSampleTestStatistic.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/KernelTwoSampleTestStatistic.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/LinearTimeMMD.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/LinearTimeMMD.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/LinearTimeMMD.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/LinearTimeMMD.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/QuadraticTimeMMD.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/QuadraticTimeMMD.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/QuadraticTimeMMD.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/QuadraticTimeMMD.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TestStatistic.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TestStatistic.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TestStatistic.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TestStatistic.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TwoDistributionsTestStatistic.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TwoDistributionsTestStatistic.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TwoDistributionsTestStatistic.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics/TwoDistributionsTestStatistic.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DirectorStructuredModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DirectorStructuredModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DirectorStructuredModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DirectorStructuredModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DualLibQPBMSOSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DualLibQPBMSOSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DualLibQPBMSOSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DualLibQPBMSOSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DynProg.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DynProg.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DynProg.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/DynProg.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/HMSVMModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/IntronList.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/IntronList.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/IntronList.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/IntronList.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libbmrm.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libbmrm.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libbmrm.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libbmrm.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libp3bm.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libp3bm.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libp3bm.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libp3bm.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libppbm.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libppbm.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libppbm.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/libppbm.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassSOLabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassSOLabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassSOLabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/MulticlassSOLabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/Plif.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/Plif.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/Plif.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/Plif.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifArray.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifArray.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifArray.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifArray.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifBase.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifBase.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifMatrix.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifMatrix.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifMatrix.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PlifMatrix.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PrimalMosekSOSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PrimalMosekSOSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PrimalMosekSOSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/PrimalMosekSOSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/SegmentLoss.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/SegmentLoss.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/SegmentLoss.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/SegmentLoss.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StateModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StateModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StateModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StateModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StateModelTypes.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StateModelTypes.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StructuredModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StructuredModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StructuredModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/StructuredModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/TwoStateModel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/TwoStateModel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/TwoStateModel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure/TwoStateModel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationMulticlassLibLinear.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVMLinear.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVMLinear.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVMLinear.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation/DomainAdaptationSVMLinear.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/LibLinearMTL.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/LibLinearMTL.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/LibLinearMTL.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/LibLinearMTL.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskClusteredLogisticRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskClusteredLogisticRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskClusteredLogisticRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskClusteredLogisticRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskCompositeMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskCompositeMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskCompositeMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskCompositeMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelMaskNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelMaskNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelMaskPairNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelMaskPairNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelMklNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelMklNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelPlifNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelPlifNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelTreeNormalizer.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskKernelTreeNormalizer.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskL12LogisticRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskL12LogisticRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskL12LogisticRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskL12LogisticRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLeastSquaresRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLeastSquaresRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLeastSquaresRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLeastSquaresRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLinearMachine.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLinearMachine.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLinearMachine.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLinearMachine.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLogisticRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLogisticRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLogisticRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskLogisticRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskROCEvaluation.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskROCEvaluation.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskROCEvaluation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskROCEvaluation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskTraceLogisticRegression.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskTraceLogisticRegression.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskTraceLogisticRegression.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/MultitaskTraceLogisticRegression.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/Task.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/Task.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/Task.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/Task.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskGroup.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskGroup.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskGroup.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskGroup.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskRelation.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskRelation.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskTree.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskTree.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskTree.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask/TaskTree.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIClassifier.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIClassifier.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIClassifier.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIClassifier.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUICommands.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUICommands.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIConverter.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIConverter.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIConverter.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIConverter.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIDistance.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIDistance.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIDistance.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIDistance.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIFeatures.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIFeatures.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIFeatures.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIFeatures.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIHMM.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIHMM.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIHMM.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIHMM.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIKernel.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIKernel.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIKernel.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIKernel.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUILabels.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUILabels.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUILabels.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUILabels.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIMath.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIMath.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIMath.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIMath.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPluginEstimate.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPluginEstimate.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPluginEstimate.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPluginEstimate.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPreprocessor.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPreprocessor.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPreprocessor.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIPreprocessor.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUISignals.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUISignals.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIStructure.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIStructure.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIStructure.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUIStructure.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUITime.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUITime.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUITime.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/GUITime.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SyntaxHighLight.h...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SyntaxHighLight.h...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Authors.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Authors.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/developerreadme.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/developerreadme.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/DeveloperTutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/DeveloperTutorial.mainpage...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/DeveloperTutorial.mainpage:187: warning: \subpage command has no label
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Documentation.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Documentation.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/EierlegendeWollmilchSauInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/EierlegendeWollmilchSauInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Examples.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Examples.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesLibshogun.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesLibshogun.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularCSharp.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularCSharp.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularJava.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularJava.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularLua.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularLua.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularOctave.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularOctave.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularPython.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularPython.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularR.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularR.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularRuby.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesModularRuby.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticCmdline.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticCmdline.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticOctave.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticOctave.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticPython.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticPython.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticR.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ExamplesStaticR.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/FAQ.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/FAQ.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Installation.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Installation.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Interfaces.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Interfaces.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/License.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/License.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Methods.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Methods.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ModularInterfaces.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ModularInterfaces.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ModularTutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/ModularTutorial.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Screenshots.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Screenshots.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/soname.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/soname.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticTutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticTutorial.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Tutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Tutorial.mainpage...
- Building group list...
- Building directory list...
- Building namespace list...
- Building file list...
- Building class list...
- Associating documentation with classes...
- Computing nesting relations for classes...
- Building example list...
- Searching for enumerations...
- Searching for documented typedefs...
- Searching for members imported via using declarations...
- Searching for included using directives...
- Searching for documented variables...
- Building member list...
- Searching for friends...
- Searching for documented defines...
- Computing class inheritance relations...
- Computing class usage relations...
- Flushing cached template relations that have become invalid...
- Creating members for template instances...
- Computing class relations...
- Add enum values to enums...
- Searching for member function documentation...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:962: warning: no matching class member found for
- template void translate_from_single_order< bool >(bool *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:963: warning: no matching class member found for
- template void translate_from_single_order< char >(char *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:964: warning: no matching class member found for
- template void translate_from_single_order< int8_t >(int8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:965: warning: no matching class member found for
- template void translate_from_single_order< uint8_t >(uint8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:966: warning: no matching class member found for
- template void translate_from_single_order< int16_t >(int16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:967: warning: no matching class member found for
- template void translate_from_single_order< uint16_t >(uint16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:968: warning: no matching class member found for
- template void translate_from_single_order< int32_t >(int32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:969: warning: no matching class member found for
- template void translate_from_single_order< uint32_t >(uint32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:970: warning: no matching class member found for
- template void translate_from_single_order< int64_t >(int64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:971: warning: no matching class member found for
- template void translate_from_single_order< uint64_t >(uint64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:973: warning: no matching class member found for
- template void translate_from_single_order< bool >(bool *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:974: warning: no matching class member found for
- template void translate_from_single_order< char >(char *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:975: warning: no matching class member found for
- template void translate_from_single_order< int8_t >(int8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:976: warning: no matching class member found for
- template void translate_from_single_order< uint8_t >(uint8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:977: warning: no matching class member found for
- template void translate_from_single_order< int16_t >(int16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:978: warning: no matching class member found for
- template void translate_from_single_order< uint16_t >(uint16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:979: warning: no matching class member found for
- template void translate_from_single_order< int32_t >(int32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:980: warning: no matching class member found for
- template void translate_from_single_order< uint32_t >(uint32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:981: warning: no matching class member found for
- template void translate_from_single_order< int64_t >(int64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:982: warning: no matching class member found for
- template void translate_from_single_order< uint64_t >(uint64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:984: warning: no matching class member found for
- template void translate_from_single_order_reversed< bool >(bool *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:985: warning: no matching class member found for
- template void translate_from_single_order_reversed< char >(char *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:986: warning: no matching class member found for
- template void translate_from_single_order_reversed< int8_t >(int8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:987: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint8_t >(uint8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:988: warning: no matching class member found for
- template void translate_from_single_order_reversed< int16_t >(int16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:989: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint16_t >(uint16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:990: warning: no matching class member found for
- template void translate_from_single_order_reversed< int32_t >(int32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:991: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint32_t >(uint32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:992: warning: no matching class member found for
- template void translate_from_single_order_reversed< int64_t >(int64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:993: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint64_t >(uint64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:995: warning: no matching class member found for
- template void translate_from_single_order_reversed< bool >(bool *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:996: warning: no matching class member found for
- template void translate_from_single_order_reversed< char >(char *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:997: warning: no matching class member found for
- template void translate_from_single_order_reversed< int8_t >(int8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:998: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint8_t >(uint8_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:999: warning: no matching class member found for
- template void translate_from_single_order_reversed< int16_t >(int16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:1000: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint16_t >(uint16_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:1001: warning: no matching class member found for
- template void translate_from_single_order_reversed< int32_t >(int32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:1002: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint32_t >(uint32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:1003: warning: no matching class member found for
- template void translate_from_single_order_reversed< int64_t >(int64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/Alphabet.cpp:1004: warning: no matching class member found for
- template void translate_from_single_order_reversed< uint64_t >(uint64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- Possible candidates:
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- static void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val)
- 'template < ST >
- void CAlphabet::translate_from_single_order_reversed(ST *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float32_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(float64_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- 'template <>
- void CAlphabet::translate_from_single_order_reversed(floatmax_t *obs, int32_t sequence_length, int32_t start, int32_t p_order, int32_t max_val, int32_t gap)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp:2041: warning: no uniquely matching class member found for
- template bool obtain_from_char_features< uint8_t >(shogun::CStringFeatures< uint8_t > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)
- Possible candidates:
- 'template < CT >
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 556 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1840 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1844 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1848 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp:2042: warning: no uniquely matching class member found for
- template bool obtain_from_char_features< uint8_t >(shogun::CStringFeatures< uint8_t > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)
- Possible candidates:
- 'template < CT >
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 556 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1840 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1844 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1848 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp:2043: warning: no uniquely matching class member found for
- template bool obtain_from_char_features< uint8_t >(shogun::CStringFeatures< uint8_t > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)
- Possible candidates:
- 'template < CT >
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 556 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1840 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1844 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1848 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp:2045: warning: no uniquely matching class member found for
- template bool obtain_from_char_features< uint16_t >(shogun::CStringFeatures< uint16_t > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)
- Possible candidates:
- 'template < CT >
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 556 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1840 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1844 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1848 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp:2046: warning: no uniquely matching class member found for
- template bool obtain_from_char_features< uint16_t >(shogun::CStringFeatures< uint16_t > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)
- Possible candidates:
- 'template < CT >
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 556 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1840 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1844 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1848 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp:2047: warning: no uniquely matching class member found for
- template bool obtain_from_char_features< uint16_t >(shogun::CStringFeatures< uint16_t > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)
- Possible candidates:
- 'template < CT >
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 556 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.h
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1840 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1844 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- 'template <>
- bool CStringFeatures< ST >::obtain_from_char_features(CStringFeatures< CT > *sf, int32_t start, int32_t p_order, int32_t gap, bool rev)' at line 1848 of file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/StringFeatures.cpp
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:101: warning: documented symbol `bool write_scalar_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:167: warning: documented symbol `bool write_cont_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:193: warning: documented symbol `bool write_cont_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:202: warning: documented symbol `bool write_string_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:212: warning: documented symbol `bool write_string_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:221: warning: documented symbol `bool write_stringentry_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:230: warning: documented symbol `bool write_stringentry_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:239: warning: documented symbol `bool write_sparse_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:249: warning: documented symbol `bool write_sparse_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:259: warning: documented symbol `bool write_sparseentry_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:270: warning: documented symbol `bool write_sparseentry_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:279: warning: documented symbol `bool write_item_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:288: warning: documented symbol `bool write_item_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:298: warning: documented symbol `bool write_sgserializable_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:325: warning: documented symbol `bool write_sgserializable_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:335: warning: documented symbol `bool write_type_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiFile.cpp:349: warning: documented symbol `bool write_type_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:23: warning: documented symbol `bool read_scalar_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:98: warning: documented symbol `bool read_cont_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:126: warning: documented symbol `bool read_cont_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:135: warning: documented symbol `bool read_string_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:147: warning: documented symbol `bool read_string_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:156: warning: documented symbol `bool read_stringentry_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:165: warning: documented symbol `bool read_stringentry_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:174: warning: documented symbol `bool read_sparse_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:185: warning: documented symbol `bool read_sparse_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:195: warning: documented symbol `bool read_sparseentry_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:208: warning: documented symbol `bool read_sparseentry_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:217: warning: documented symbol `bool read_item_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:226: warning: documented symbol `bool read_item_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:236: warning: documented symbol `bool read_sgserializable_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:270: warning: documented symbol `bool read_sgserializable_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:281: warning: documented symbol `bool read_type_begin_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableAsciiReader00.cpp:308: warning: documented symbol `bool read_type_end_wrapped' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:130: warning: documented symbol `bool write_scalar' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:143: warning: documented symbol `bool read_scalar' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:156: warning: documented symbol `bool write_cont_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:169: warning: documented symbol `bool read_cont_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:183: warning: documented symbol `bool write_cont_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:196: warning: documented symbol `bool read_cont_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:209: warning: documented symbol `bool write_string_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:222: warning: documented symbol `bool read_string_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:235: warning: documented symbol `bool write_string_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:248: warning: documented symbol `bool read_string_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:261: warning: documented symbol `bool write_stringentry_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:274: warning: documented symbol `bool read_stringentry_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:287: warning: documented symbol `bool write_stringentry_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:300: warning: documented symbol `bool read_stringentry_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:313: warning: documented symbol `bool write_sparse_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:326: warning: documented symbol `bool read_sparse_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:339: warning: documented symbol `bool write_sparse_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:352: warning: documented symbol `bool read_sparse_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:366: warning: documented symbol `bool write_sparseentry_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:380: warning: documented symbol `bool read_sparseentry_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:395: warning: documented symbol `bool write_sparseentry_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:410: warning: documented symbol `bool read_sparseentry_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:424: warning: documented symbol `bool write_item_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:437: warning: documented symbol `bool read_item_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:450: warning: documented symbol `bool write_item_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:463: warning: documented symbol `bool read_item_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:476: warning: documented symbol `bool write_sgserializable_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:490: warning: documented symbol `bool read_sgserializable_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:504: warning: documented symbol `bool write_sgserializable_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:518: warning: documented symbol `bool read_sgserializable_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:531: warning: documented symbol `bool write_type_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:543: warning: documented symbol `bool read_type_begin' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:555: warning: documented symbol `bool write_type_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/SerializableFile.cpp:567: warning: documented symbol `bool read_type_end' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/brent.cpp:1506: warning: no uniquely matching class member found for
- double operator()(double x)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external/brent.cpp:1516: warning: no uniquely matching class member found for
- double operator()(double x)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:17: warning: documented symbol `CFibonacciHeap' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:29: warning: documented symbol `CFibonacciHeap' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:52: warning: documented symbol `~CFibonacciHeap' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:63: warning: no matching class member found for
- void insert(int32_t index, float64_t key)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:84: warning: documented symbol `int32_t extract_min' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:138: warning: no uniquely matching class member found for
- void clear()
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:152: warning: documented symbol `int32_t get_key' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:165: warning: documented symbol `void decrease_key' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:192: warning: documented symbol `void add_to_roots' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:222: warning: documented symbol `void consolidate' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:277: warning: documented symbol `void link_nodes' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:309: warning: documented symbol `void clear_node' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:323: warning: documented symbol `void cut' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:340: warning: documented symbol `void cascading_cut' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/FibonacciHeap.cpp:359: warning: no uniquely matching class member found for
- void debug_print()
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:85: warning: documented symbol `void binary_partition' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:112: warning: documented symbol `void run_sffs' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:136: warning: documented symbol `float64_t sffs_iteration' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:177: warning: documented symbol `float64_t compute_MI' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc/ECOCDiscriminantEncoder.cpp:210: warning: documented symbol `void compute_hist' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:401: warning: no matching class member found for
- void initialize(CKernel *kfunc, int64_t cache)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:413: warning: no uniquely matching class member found for
- void destroy()
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:424: warning: documented symbol `float64_t computeScore' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:436: warning: documented symbol `float64_t computeGradient' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:479: warning: documented symbol `void set_kernel_buddy' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:485: warning: no uniquely matching class member found for
- int32_t cleanup()
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:518: warning: documented symbol `float64_t getW2' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:530: warning: documented symbol `float64_t getKii' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:536: warning: documented symbol `float64_t getBeta' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:550: warning: documented symbol `float64_t getGradient' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:562: warning: documented symbol `bool isSupportVector' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/LaRank.cpp:576: warning: documented symbol `int32_t getSV' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1204: warning: documented symbol `CSGInterface' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1223: warning: documented symbol `~CSGInterface' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1243: warning: no uniquely matching class member found for
- void reset()
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1254: warning: documented symbol `void translate_arg' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1544: warning: documented symbol `bool cmd_load_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1567: warning: documented symbol `bool cmd_save_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1585: warning: documented symbol `bool cmd_clean_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1599: warning: documented symbol `bool cmd_get_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1758: warning: documented symbol `bool cmd_add_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1766: warning: documented symbol `bool cmd_add_multiple_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1778: warning: documented symbol `bool cmd_add_dotfeatures' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1786: warning: documented symbol `bool cmd_set_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:1794: warning: documented symbol `bool do_set_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2025: warning: documented symbol `bool cmd_set_reference_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2039: warning: documented symbol `bool cmd_del_last_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2052: warning: documented symbol `bool cmd_convert' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2295: warning: documented symbol `void convert_to_bitembedding' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2324: warning: documented symbol `void obtain_from_single_string' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2345: warning: documented symbol `bool obtain_from_position_list' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2401: warning: no uniquely matching class member found for
- bool obtain_by_sliding_window(CFeatures *features)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2433: warning: documented symbol `bool cmd_reshape' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2449: warning: documented symbol `bool cmd_load_labels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2465: warning: documented symbol `bool cmd_set_labels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2500: warning: documented symbol `bool cmd_get_labels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2533: warning: documented symbol `bool cmd_set_kernel_normalization' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2555: warning: documented symbol `bool cmd_set_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2565: warning: documented symbol `bool cmd_add_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2579: warning: documented symbol `bool cmd_del_last_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:2587: warning: documented symbol `CKernel * create_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3326: warning: documented symbol `CFeatures * create_custom_string_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3375: warning: documented symbol `CFeatures * create_custom_real_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3405: warning: documented symbol `bool cmd_init_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3411: warning: documented symbol `bool cmd_clean_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3419: warning: documented symbol `bool cmd_save_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3433: warning: documented symbol `bool cmd_get_kernel_matrix' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3460: warning: documented symbol `bool cmd_set_WD_position_weights' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3565: warning: documented symbol `bool cmd_get_subkernel_weights' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3610: warning: documented symbol `bool cmd_set_subkernel_weights' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3665: warning: documented symbol `bool cmd_set_subkernel_weights_combined' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3729: warning: documented symbol `bool cmd_get_dotfeature_weights_combined' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3760: warning: documented symbol `bool cmd_set_dotfeature_weights_combined' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3795: warning: documented symbol `bool cmd_set_last_subkernel_weights' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3853: warning: documented symbol `bool cmd_get_WD_position_weights' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3889: warning: documented symbol `bool cmd_get_last_subkernel_weights' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:3936: warning: documented symbol `bool cmd_compute_by_subkernels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4001: warning: documented symbol `bool cmd_init_kernel_optimization' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4009: warning: documented symbol `bool cmd_get_kernel_optimization' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4087: warning: documented symbol `bool cmd_delete_kernel_optimization' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4095: warning: documented symbol `bool cmd_use_diagonal_speedup' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4124: warning: documented symbol `bool cmd_set_kernel_optimization_type' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4138: warning: documented symbol `bool cmd_set_solver' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4152: warning: documented symbol `bool cmd_set_constraint_generator' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4166: warning: documented symbol `bool cmd_set_prior_probs' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4184: warning: documented symbol `bool cmd_set_prior_probs_from_labels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4213: warning: documented symbol `bool cmd_resize_kernel_cache' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4226: warning: documented symbol `bool cmd_set_distance' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4306: warning: documented symbol `bool cmd_init_distance' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4312: warning: documented symbol `bool cmd_get_distance_matrix' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4343: warning: documented symbol `bool cmd_get_SPEC_consensus' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4378: warning: documented symbol `bool cmd_get_SPEC_scoring' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4430: warning: documented symbol `bool cmd_get_WD_consensus' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4465: warning: documented symbol `bool cmd_compute_POIM_WD' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4533: warning: documented symbol `bool cmd_get_WD_scoring' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4581: warning: documented symbol `bool cmd_classify' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4610: warning: documented symbol `bool cmd_classify_example' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4626: warning: documented symbol `bool cmd_get_classifier' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4659: warning: documented symbol `bool cmd_new_classifier' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4683: warning: documented symbol `bool cmd_save_classifier' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4697: warning: documented symbol `bool cmd_load_classifier' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4714: warning: documented symbol `bool cmd_get_num_svms' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4725: warning: documented symbol `bool cmd_get_svm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4730: warning: documented symbol `bool cmd_set_svm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4765: warning: documented symbol `bool cmd_set_linear_classifier' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4788: warning: documented symbol `bool cmd_get_svm_objective' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4802: warning: documented symbol `bool cmd_compute_svm_primal_objective' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4807: warning: documented symbol `bool cmd_compute_svm_dual_objective' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4812: warning: documented symbol `bool cmd_compute_mkl_dual_objective' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4817: warning: documented symbol `bool cmd_compute_relative_mkl_duality_gap' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4822: warning: documented symbol `bool cmd_compute_absolute_mkl_duality_gap' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4827: warning: documented symbol `bool do_compute_objective' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4896: warning: documented symbol `bool cmd_train_classifier' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:4996: warning: documented symbol `bool cmd_do_auc_maximization' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5006: warning: documented symbol `bool cmd_set_perceptron_parameters' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5017: warning: documented symbol `bool cmd_set_svm_qpsize' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5027: warning: documented symbol `bool cmd_set_svm_max_qpsize' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5037: warning: documented symbol `bool cmd_set_svm_bufsize' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5047: warning: documented symbol `bool cmd_set_svm_C' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5061: warning: documented symbol `bool cmd_set_svm_epsilon' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5071: warning: documented symbol `bool cmd_set_svr_tube_epsilon' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5081: warning: documented symbol `bool cmd_set_svm_nu' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5091: warning: documented symbol `bool cmd_set_svm_mkl_parameters' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5106: warning: documented symbol `bool cmd_set_elasticnet_lambda' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5114: warning: documented symbol `bool cmd_set_mkl_block_norm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5123: warning: documented symbol `bool cmd_set_max_train_time' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5133: warning: documented symbol `bool cmd_set_svm_shrinking_enabled' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5143: warning: documented symbol `bool cmd_set_svm_batch_computation_enabled' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5154: warning: documented symbol `bool cmd_set_svm_linadd_enabled' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5164: warning: documented symbol `bool cmd_set_svm_bias_enabled' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5174: warning: documented symbol `bool cmd_set_mkl_interleaved_enabled' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5184: warning: documented symbol `bool cmd_set_krr_tau' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5197: warning: documented symbol `bool cmd_add_preproc' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5245: warning: documented symbol `bool cmd_del_preproc' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5253: warning: documented symbol `bool cmd_attach_preproc' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5271: warning: documented symbol `bool cmd_clean_preproc' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5281: warning: documented symbol `bool cmd_set_converter' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5351: warning: documented symbol `bool cmd_embed' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5362: warning: documented symbol `bool cmd_new_plugin_estimator' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5373: warning: documented symbol `bool cmd_train_estimator' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5381: warning: documented symbol `bool cmd_plugin_estimate_classify_example' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5393: warning: documented symbol `bool cmd_plugin_estimate_classify' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5415: warning: documented symbol `bool cmd_set_plugin_estimate' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5446: warning: documented symbol `bool cmd_get_plugin_estimate' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5480: warning: documented symbol `bool cmd_convergence_criteria' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5491: warning: documented symbol `bool cmd_normalize' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5501: warning: documented symbol `bool cmd_add_states' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5512: warning: documented symbol `bool cmd_permutation_entropy' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5523: warning: documented symbol `bool cmd_relative_entropy' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5540: warning: documented symbol `bool cmd_entropy' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5557: warning: documented symbol `bool cmd_hmm_classify' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5562: warning: documented symbol `bool cmd_one_class_hmm_classify' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5567: warning: documented symbol `bool cmd_one_class_linear_hmm_classify' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5572: warning: documented symbol `bool do_hmm_classify' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5609: warning: documented symbol `bool cmd_one_class_hmm_classify_example' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5614: warning: documented symbol `bool cmd_hmm_classify_example' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5619: warning: documented symbol `bool do_hmm_classify_example' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5637: warning: documented symbol `bool cmd_output_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5645: warning: documented symbol `bool cmd_output_hmm_defined' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5653: warning: documented symbol `bool cmd_hmm_likelihood' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5668: warning: documented symbol `bool cmd_likelihood' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5676: warning: documented symbol `bool cmd_save_likelihood' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5694: warning: documented symbol `bool cmd_get_viterbi_path' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5734: warning: documented symbol `bool cmd_viterbi_train' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5742: warning: documented symbol `bool cmd_viterbi_train_defined' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5750: warning: documented symbol `bool cmd_baum_welch_train' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5758: warning: documented symbol `bool cmd_baum_welch_train_defined' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5767: warning: documented symbol `bool cmd_baum_welch_trans_train' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5775: warning: documented symbol `bool cmd_linear_train' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5794: warning: documented symbol `bool cmd_save_path' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5812: warning: documented symbol `bool cmd_append_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5871: warning: documented symbol `bool cmd_append_model' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5894: warning: documented symbol `bool cmd_new_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5905: warning: documented symbol `bool cmd_load_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5919: warning: documented symbol `bool cmd_save_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5937: warning: documented symbol `bool cmd_set_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:5995: warning: documented symbol `bool cmd_set_hmm_as' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6009: warning: documented symbol `bool cmd_set_chop' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6018: warning: documented symbol `bool cmd_set_pseudo' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6027: warning: documented symbol `bool cmd_load_definitions' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6045: warning: documented symbol `bool cmd_get_hmm' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6089: warning: documented symbol `bool cmd_best_path' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6100: warning: documented symbol `bool cmd_best_path_2struct' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6110: warning: no uniquely matching class member found for
- void get_vector(bool *&vector, int32_t &len)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6124: warning: no uniquely matching class member found for
- void set_vector(const bool *vector, int32_t len)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6138: warning: documented symbol `bool cmd_set_plif_struct' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6236: warning: documented symbol `bool cmd_get_plif_struct' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6312: warning: documented symbol `bool cmd_signals_set_positions' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6316: warning: documented symbol `bool cmd_signals_set_labels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6320: warning: documented symbol `bool cmd_signals_set_split' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6324: warning: documented symbol `bool cmd_signals_set_train_mask' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6328: warning: documented symbol `bool cmd_signals_add_feature' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6332: warning: documented symbol `bool cmd_signals_add_kernel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6336: warning: documented symbol `bool cmd_signals_run' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6341: warning: documented symbol `bool cmd_init_dyn_prog' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6351: warning: documented symbol `bool cmd_clean_up_dyn_prog' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6356: warning: documented symbol `bool cmd_set_model' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6424: warning: documented symbol `bool cmd_precompute_content_svms' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6467: warning: documented symbol `bool cmd_get_lin_feat' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6481: warning: documented symbol `bool cmd_set_lin_feat' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6525: warning: documented symbol `bool cmd_long_transition_settings' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6539: warning: documented symbol `bool cmd_set_feature_matrix' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6563: warning: documented symbol `bool cmd_set_feature_matrix_sparse' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6598: warning: documented symbol `bool cmd_init_intron_list' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6652: warning: documented symbol `bool cmd_precompute_tiling_features' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6676: warning: documented symbol `bool cmd_best_path_trans' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:6856: warning: documented symbol `bool cmd_best_path_trans_deriv' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7038: warning: documented symbol `bool cmd_precompute_subkernels' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7045: warning: documented symbol `bool cmd_crc' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7066: warning: documented symbol `bool cmd_system' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7091: warning: documented symbol `bool cmd_exit' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7097: warning: documented symbol `bool cmd_exec' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7121: warning: documented symbol `bool cmd_set_output' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7150: warning: documented symbol `bool cmd_set_threshold' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7161: warning: documented symbol `bool cmd_init_random' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7172: warning: documented symbol `bool cmd_set_num_threads' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7185: warning: documented symbol `bool cmd_translate_string' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7250: warning: documented symbol `bool cmd_clear' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7277: warning: documented symbol `bool cmd_tic' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7283: warning: documented symbol `bool cmd_toc' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7289: warning: documented symbol `bool cmd_print' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7303: warning: documented symbol `bool cmd_echo' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7326: warning: documented symbol `bool cmd_loglevel' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7361: warning: documented symbol `bool cmd_syntax_highlight' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7388: warning: documented symbol `bool cmd_progress' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7409: warning: documented symbol `bool cmd_get_version' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7419: warning: documented symbol `bool cmd_help' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7586: warning: documented symbol `bool cmd_whos' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7602: warning: documented symbol `bool cmd_send_command' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7653: warning: documented symbol `bool cmd_run_python' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7659: warning: documented symbol `bool cmd_run_octave' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7665: warning: documented symbol `bool cmd_run_r' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7671: warning: documented symbol `bool cmd_pr_loqo' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7732: warning: documented symbol `void print_prompt' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7743: warning: documented symbol `char * get_str_from_str_or_direct' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7751: warning: documented symbol `int32_t get_int_from_int_or_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7766: warning: documented symbol `float64_t get_real_from_real_or_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7781: warning: documented symbol `bool get_bool_from_bool_or_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7796: warning: documented symbol `void get_vector_from_int_vector_or_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7823: warning: documented symbol `void get_vector_from_real_vector_or_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7849: warning: documented symbol `int32_t get_vector_len_from_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7866: warning: documented symbol `char * get_str_from_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7893: warning: documented symbol `int32_t get_num_args_in_str' was not declared or defined.
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui/SGInterface.cpp:7921: warning: documented symbol `bool handle' was not declared or defined.
- Building page list...
- Search for main page...
- Computing page relations...
- Determining the scope of groups...
- Sorting lists...
- Freeing entry tree
- Determining which enums are documented
- Computing member relations...
- Building full member lists recursively...
- Adding members to member groups.
- Computing member references...
- Inheriting documentation...
- Generating disk names...
- Adding source references...
- Adding xrefitems...
- Sorting member lists...
- Computing dependencies between directories...
- Generating citations page...
- Counting data structures...
- Resolving user defined references...
- Finding anchors and sections in the documentation...
- Combining using relations...
- Adding members to index pages...
- Generating style sheet...
- Generating search indices...
- Generating example documentation...
- Generating file sources...
- Generating code for file Alphabet.cpp...
- Generating code for file Alphabet.h...
- Generating code for file altra.cpp...
- Generating code for file altra.h...
- Generating code for file ANOVAKernel.cpp...
- Generating code for file ANOVAKernel.h...
- Generating code for file arpack.cpp...
- Generating code for file arpack.h...
- Generating code for file AsciiFile.cpp...
- Generating code for file AsciiFile.h...
- Generating code for file AttenuatedEuclideanDistance.cpp...
- Generating code for file AttenuatedEuclideanDistance.h...
- Generating code for file AttributeFeatures.cpp...
- Generating code for file AttributeFeatures.h...
- Generating code for file AUCKernel.cpp...
- Generating code for file AUCKernel.h...
- Generating code for file Authors.mainpage...
- Generating code for file AveragedPerceptron.cpp...
- Generating code for file AveragedPerceptron.h...
- Generating code for file AvgDiagKernelNormalizer.h...
- Generating code for file BalancedConditionalProbabilityTree.cpp...
- Generating code for file BalancedConditionalProbabilityTree.h...
- Generating code for file BaseMulticlassMachine.cpp...
- Generating code for file BaseMulticlassMachine.h...
- Generating code for file BesselKernel.cpp...
- Generating code for file BesselKernel.h...
- Generating code for file BinaryClassEvaluation.h...
- Generating code for file BinaryFile.cpp...
- Generating code for file BinaryFile.h...
- Generating code for file BinaryLabels.cpp...
- Generating code for file BinaryLabels.h...
- Generating code for file BinaryStream.h...
- Generating code for file BinnedDotFeatures.cpp...
- Generating code for file BinnedDotFeatures.h...
- Generating code for file BitString.h...
- Generating code for file BrayCurtisDistance.cpp...
- Generating code for file BrayCurtisDistance.h...
- Generating code for file brent.cpp...
- Generating code for file brent.h...
- Generating code for file Cache.h...
- Generating code for file CanberraMetric.cpp...
- Generating code for file CanberraMetric.h...
- Generating code for file CanberraWordDistance.cpp...
- Generating code for file CanberraWordDistance.h...
- Generating code for file CauchyKernel.cpp...
- Generating code for file CauchyKernel.h...
- Generating code for file ChebyshewMetric.cpp...
- Generating code for file ChebyshewMetric.h...
- Generating code for file Chi2Kernel.cpp...
- Generating code for file Chi2Kernel.h...
- Generating code for file ChiSquareDistance.cpp...
- Generating code for file ChiSquareDistance.h...
- Generating code for file CircularKernel.cpp...
- Generating code for file CircularKernel.h...
- Generating code for file class_list.cpp...
- Generating code for file class_list.h...
- Generating code for file ClusteringAccuracy.cpp...
- Generating code for file ClusteringAccuracy.h...
- Generating code for file ClusteringEvaluation.cpp...
- Generating code for file ClusteringEvaluation.h...
- Generating code for file ClusteringMutualInformation.cpp...
- Generating code for file ClusteringMutualInformation.h...
- Generating code for file CombinedDotFeatures.cpp...
- Generating code for file CombinedDotFeatures.h...
- Generating code for file CombinedFeatures.cpp...
- Generating code for file CombinedFeatures.h...
- Generating code for file CombinedKernel.cpp...
- Generating code for file CombinedKernel.h...
- Generating code for file common.h...
- Generating code for file CommUlongStringKernel.cpp...
- Generating code for file CommUlongStringKernel.h...
- Generating code for file CommWordStringKernel.cpp...
- Generating code for file CommWordStringKernel.h...
- Generating code for file Compressor.cpp...
- Generating code for file Compressor.h...
- Generating code for file ConditionalProbabilityTree.cpp...
- Generating code for file ConditionalProbabilityTree.h...
- Generating code for file ConditionalProbabilityTreeNodeData.h...
- Generating code for file config.h...
- Generating code for file ConjugateIndex.cpp...
- Generating code for file ConjugateIndex.h...
- Generating code for file ConstKernel.cpp...
- Generating code for file ConstKernel.h...
- Generating code for file ContingencyTableEvaluation.cpp...
- Generating code for file ContingencyTableEvaluation.h...
- Generating code for file Converter.h...
- Generating code for file CosineDistance.cpp...
- Generating code for file CosineDistance.h...
- Generating code for file CoverTree.h...
- Generating code for file Cplex.cpp...
- Generating code for file Cplex.h...
- Generating code for file CPLEXSVM.cpp...
- Generating code for file CPLEXSVM.h...
- Generating code for file CrossValidation.cpp...
- Generating code for file CrossValidation.h...
- Generating code for file CrossValidationMKLStorage.cpp...
- Generating code for file CrossValidationMKLStorage.h...
- Generating code for file CrossValidationMulticlassStorage.cpp...
- Generating code for file CrossValidationMulticlassStorage.h...
- Generating code for file CrossValidationOutput.h...
- Generating code for file CrossValidationPrintOutput.cpp...
- Generating code for file CrossValidationPrintOutput.h...
- Generating code for file CrossValidationSplitting.cpp...
- Generating code for file CrossValidationSplitting.h...
- Generating code for file CustomDistance.cpp...
- Generating code for file CustomDistance.h...
- Generating code for file CustomKernel.cpp...
- Generating code for file CustomKernel.h...
- Generating code for file Data.cpp...
- Generating code for file Data.h...
- Generating code for file DataGenerator.cpp...
- Generating code for file DataGenerator.h...
- Generating code for file DataType.cpp...
- Generating code for file DataType.h...
- Generating code for file DecompressString.cpp...
- Generating code for file DecompressString.h...
- Generating code for file DenseDistance.h...
- Generating code for file DenseFeatures.cpp...
- Generating code for file DenseFeatures.h...
- Generating code for file DenseLabels.cpp...
- Generating code for file DenseLabels.h...
- Generating code for file DensePreprocessor.cpp...
- Generating code for file DensePreprocessor.h...
- Generating code for file DenseSubsetFeatures.cpp...
- Generating code for file DenseSubsetFeatures.h...
- Generating code for file developerreadme.mainpage...
- Generating code for file DeveloperTutorial.mainpage...
- Generating code for file DiagKernel.cpp...
- Generating code for file DiagKernel.h...
- Generating code for file DiceKernelNormalizer.h...
- Generating code for file DifferentiableFunction.cpp...
- Generating code for file DifferentiableFunction.h...
- Generating code for file DiffusionMaps.cpp...
- Generating code for file DiffusionMaps.h...
- Generating code for file DimensionReductionPreprocessor.cpp...
- Generating code for file DimensionReductionPreprocessor.h...
- Generating code for file DirectorDistance.h...
- Generating code for file DirectorDotFeatures.h...
- Generating code for file DirectorKernel.h...
- Generating code for file DirectorKernelMachine.h...
- Generating code for file DirectorLinearMachine.h...
- Generating code for file DirectorStructuredModel.cpp...
- Generating code for file DirectorStructuredModel.h...
- Generating code for file Distance.cpp...
- Generating code for file Distance.h...
- Generating code for file DistanceKernel.cpp...
- Generating code for file DistanceKernel.h...
- Generating code for file DistanceMachine.cpp...
- Generating code for file DistanceMachine.h...
- Generating code for file DistantSegmentsKernel.cpp...
- Generating code for file DistantSegmentsKernel.h...
- Generating code for file Distribution.cpp...
- Generating code for file Distribution.h...
- Generating code for file Documentation.mainpage...
- Generating code for file DomainAdaptationMulticlassLibLinear.cpp...
- Generating code for file DomainAdaptationMulticlassLibLinear.h...
- Generating code for file DomainAdaptationSVM.cpp...
- Generating code for file DomainAdaptationSVM.h...
- Generating code for file DomainAdaptationSVMLinear.cpp...
- Generating code for file DomainAdaptationSVMLinear.h...
- Generating code for file DotFeatures.cpp...
- Generating code for file DotFeatures.h...
- Generating code for file DotKernel.h...
- Generating code for file DualLibQPBMSOSVM.cpp...
- Generating code for file DualLibQPBMSOSVM.h...
- Generating code for file DummyFeatures.cpp...
- Generating code for file DummyFeatures.h...
- Generating code for file DynamicArray.h...
- Generating code for file DynamicObjectArray.h...
- Generating code for file DynArray.h...
- Generating code for file DynInt.h...
- Generating code for file DynProg.cpp...
- Generating code for file DynProg.h...
- Generating code for file ECOCAEDDecoder.h...
- Generating code for file ECOCDecoder.cpp...
- Generating code for file ECOCDecoder.h...
- Generating code for file ECOCDiscriminantEncoder.cpp...
- Generating code for file ECOCDiscriminantEncoder.h...
- Generating code for file ECOCEDDecoder.h...
- Generating code for file ECOCEncoder.h...
- Generating code for file ECOCForestEncoder.cpp...
- Generating code for file ECOCForestEncoder.h...
- Generating code for file ECOCHDDecoder.h...
- Generating code for file ECOCIHDDecoder.cpp...
- Generating code for file ECOCIHDDecoder.h...
- Generating code for file ECOCLLBDecoder.cpp...
- Generating code for file ECOCLLBDecoder.h...
- Generating code for file ECOCOVOEncoder.cpp...
- Generating code for file ECOCOVOEncoder.h...
- Generating code for file ECOCOVREncoder.cpp...
- Generating code for file ECOCOVREncoder.h...
- Generating code for file ECOCRandomDenseEncoder.cpp...
- Generating code for file ECOCRandomDenseEncoder.h...
- Generating code for file ECOCRandomSparseEncoder.cpp...
- Generating code for file ECOCRandomSparseEncoder.h...
- Generating code for file ECOCSimpleDecoder.cpp...
- Generating code for file ECOCSimpleDecoder.h...
- Generating code for file ECOCStrategy.cpp...
- Generating code for file ECOCStrategy.h...
- Generating code for file ECOCUtil.h...
- Generating code for file EierlegendeWollmilchSauInterface.mainpage...
- Generating code for file eigen3.h...
- Generating code for file EmbeddingConverter.cpp...
- Generating code for file EmbeddingConverter.h...
- Generating code for file ep1R.h...
- Generating code for file ep21d.h...
- Generating code for file ep21R.h...
- Generating code for file epph.cpp...
- Generating code for file epph.h...
- Generating code for file eppMatrix.cpp...
- Generating code for file eppMatrix.h...
- Generating code for file eppVector.h...
- Generating code for file eppVectorR.h...
- Generating code for file epsgLasso.h...
- Generating code for file epsp.h...
- Generating code for file EuclideanDistance.cpp...
- Generating code for file EuclideanDistance.h...
- Generating code for file Evaluation.h...
- Generating code for file EvaluationResult.cpp...
- Generating code for file EvaluationResult.h...
- Generating code for file ExactInferenceMethod.cpp...
- Generating code for file ExactInferenceMethod.h...
- Generating code for file Examples.mainpage...
- Generating code for file ExamplesLibshogun.mainpage...
- Generating code for file ExamplesModularCSharp.mainpage...
- Generating code for file ExamplesModularJava.mainpage...
- Generating code for file ExamplesModularLua.mainpage...
- Generating code for file ExamplesModularOctave.mainpage...
- Generating code for file ExamplesModularPython.mainpage...
- Generating code for file ExamplesModularR.mainpage...
- Generating code for file ExamplesModularRuby.mainpage...
- Generating code for file ExamplesStaticCmdline.mainpage...
- Generating code for file ExamplesStaticOctave.mainpage...
- Generating code for file ExamplesStaticPython.mainpage...
- Generating code for file ExamplesStaticR.mainpage...
- Generating code for file ExplicitSpecFeatures.cpp...
- Generating code for file ExplicitSpecFeatures.h...
- Generating code for file ExponentialKernel.cpp...
- Generating code for file ExponentialKernel.h...
- Generating code for file FAQ.mainpage...
- Generating code for file FeatureBlockLogisticRegression.cpp...
- Generating code for file FeatureBlockLogisticRegression.h...
- Generating code for file Features.cpp...
- Generating code for file Features.h...
- Generating code for file FeatureTypes.h...
- Generating code for file FibonacciHeap.cpp...
- Generating code for file FibonacciHeap.h...
- Generating code for file File.cpp...
- Generating code for file File.h...
- Generating code for file FirstElementKernelNormalizer.h...
- Generating code for file FITCInferenceMethod.cpp...
- Generating code for file FITCInferenceMethod.h...
- Generating code for file FixedDegreeStringKernel.cpp...
- Generating code for file FixedDegreeStringKernel.h...
- Generating code for file FKFeatures.cpp...
- Generating code for file FKFeatures.h...
- Generating code for file flsa.cpp...
- Generating code for file flsa.h...
- Generating code for file Gaussian.cpp...
- Generating code for file Gaussian.h...
- Generating code for file GaussianARDKernel.cpp...
- Generating code for file GaussianARDKernel.h...
- Generating code for file GaussianKernel.cpp...
- Generating code for file GaussianKernel.h...
- Generating code for file GaussianLikelihood.cpp...
- Generating code for file GaussianLikelihood.h...
- Generating code for file GaussianMatchStringKernel.cpp...
- Generating code for file GaussianMatchStringKernel.h...
- Generating code for file GaussianNaiveBayes.cpp...
- Generating code for file GaussianNaiveBayes.h...
- Generating code for file GaussianProcessRegression.cpp...
- Generating code for file GaussianProcessRegression.h...
- Generating code for file GaussianShiftKernel.cpp...
- Generating code for file GaussianShiftKernel.h...
- Generating code for file GaussianShortRealKernel.cpp...
- Generating code for file GaussianShortRealKernel.h...
- Generating code for file GCArray.h...
- Generating code for file general_altra.cpp...
- Generating code for file general_altra.h...
- Generating code for file GeodesicMetric.cpp...
- Generating code for file GeodesicMetric.h...
- Generating code for file GHMM.cpp...
- Generating code for file GHMM.h...
- Generating code for file GMM.cpp...
- Generating code for file GMM.h...
- Generating code for file GMNPLib.cpp...
- Generating code for file GMNPLib.h...
- Generating code for file GMNPSVM.cpp...
- Generating code for file GMNPSVM.h...
- Generating code for file GNPPLib.cpp...
- Generating code for file GNPPLib.h...
- Generating code for file GNPPSVM.cpp...
- Generating code for file GNPPSVM.h...
- Generating code for file GPBTSVM.cpp...
- Generating code for file GPBTSVM.h...
- Generating code for file gpdt.cpp...
- Generating code for file gpdt.h...
- Generating code for file gpdtsolve.cpp...
- Generating code for file gpdtsolve.h...
- Generating code for file gpm.cpp...
- Generating code for file gpm.h...
- Generating code for file GradientCriterion.cpp...
- Generating code for file GradientCriterion.h...
- Generating code for file GradientEvaluation.cpp...
- Generating code for file GradientEvaluation.h...
- Generating code for file GradientModelSelection.cpp...
- Generating code for file GradientModelSelection.h...
- Generating code for file GradientResult.cpp...
- Generating code for file GradientResult.h...
- Generating code for file GridSearchModelSelection.cpp...
- Generating code for file GridSearchModelSelection.h...
- Generating code for file GUIClassifier.cpp...
- Generating code for file GUIClassifier.h...
- Generating code for file GUICommands.h...
- Generating code for file GUIConverter.cpp...
- Generating code for file GUIConverter.h...
- Generating code for file GUIDistance.cpp...
- Generating code for file GUIDistance.h...
- Generating code for file GUIFeatures.cpp...
- Generating code for file GUIFeatures.h...
- Generating code for file GUIHMM.cpp...
- Generating code for file GUIHMM.h...
- Generating code for file GUIKernel.cpp...
- Generating code for file GUIKernel.h...
- Generating code for file GUILabels.cpp...
- Generating code for file GUILabels.h...
- Generating code for file GUIMath.cpp...
- Generating code for file GUIMath.h...
- Generating code for file GUIPluginEstimate.cpp...
- Generating code for file GUIPluginEstimate.h...
- Generating code for file GUIPreprocessor.cpp...
- Generating code for file GUIPreprocessor.h...
- Generating code for file GUISignals.h...
- Generating code for file GUIStructure.cpp...
- Generating code for file GUIStructure.h...
- Generating code for file GUITime.cpp...
- Generating code for file GUITime.h...
- Generating code for file HammingWordDistance.cpp...
- Generating code for file HammingWordDistance.h...
- Generating code for file Hash.cpp...
- Generating code for file Hash.h...
- Generating code for file HashedWDFeatures.cpp...
- Generating code for file HashedWDFeatures.h...
- Generating code for file HashedWDFeaturesTransposed.cpp...
- Generating code for file HashedWDFeaturesTransposed.h...
- Generating code for file HDF5File.cpp...
- Generating code for file HDF5File.h...
- Generating code for file HessianLocallyLinearEmbedding.cpp...
- Generating code for file HessianLocallyLinearEmbedding.h...
- Generating code for file Hierarchical.cpp...
- Generating code for file Hierarchical.h...
- Generating code for file HingeLoss.cpp...
- Generating code for file HingeLoss.h...
- Generating code for file Histogram.cpp...
- Generating code for file Histogram.h...
- Generating code for file HistogramIntersectionKernel.cpp...
- Generating code for file HistogramIntersectionKernel.h...
- Generating code for file HistogramWordStringKernel.cpp...
- Generating code for file HistogramWordStringKernel.h...
- Generating code for file HMM.cpp...
- Generating code for file HMM.h...
- Generating code for file HMSVMLabels.cpp...
- Generating code for file HMSVMLabels.h...
- Generating code for file HMSVMModel.cpp...
- Generating code for file HMSVMModel.h...
- Generating code for file HomogeneousKernelMap.cpp...
- Generating code for file HomogeneousKernelMap.h...
- Generating code for file HSIC.cpp...
- Generating code for file HSIC.h...
- Generating code for file IdentityKernelNormalizer.h...
- Generating code for file ImplicitWeightedSpecFeatures.cpp...
- Generating code for file ImplicitWeightedSpecFeatures.h...
- Generating code for file IndexBlock.cpp...
- Generating code for file IndexBlock.h...
- Generating code for file IndexBlockGroup.cpp...
- Generating code for file IndexBlockGroup.h...
- Generating code for file IndexBlockRelation.cpp...
- Generating code for file IndexBlockRelation.h...
- Generating code for file IndexBlockTree.cpp...
- Generating code for file IndexBlockTree.h...
- Generating code for file IndirectObject.h...
- Generating code for file InferenceMethod.cpp...
- Generating code for file InferenceMethod.h...
- Generating code for file init.cpp...
- Generating code for file init.h...
- Generating code for file InputParser.h...
- Generating code for file Installation.mainpage...
- Generating code for file Interfaces.mainpage...
- Generating code for file IntronList.cpp...
- Generating code for file IntronList.h...
- Generating code for file invCov.cpp...
- Generating code for file invCov.h...
- Generating code for file InverseMultiQuadricKernel.cpp...
- Generating code for file InverseMultiQuadricKernel.h...
- Generating code for file IOBuffer.cpp...
- Generating code for file IOBuffer.h...
- Generating code for file Isomap.cpp...
- Generating code for file Isomap.h...
- Generating code for file JensenMetric.cpp...
- Generating code for file JensenMetric.h...
- Generating code for file JensenShannonKernel.cpp...
- Generating code for file JensenShannonKernel.h...
- Generating code for file JLCoverTree.h...
- Generating code for file JLCoverTreePoint.h...
- Generating code for file Kernel.cpp...
- Generating code for file Kernel.h...
- Generating code for file KernelDistance.cpp...
- Generating code for file KernelDistance.h...
- Generating code for file KernelIndependenceTestStatistic.cpp...
- Generating code for file KernelIndependenceTestStatistic.h...
- Generating code for file KernelLocallyLinearEmbedding.cpp...
- Generating code for file KernelLocallyLinearEmbedding.h...
- Generating code for file KernelLocalTangentSpaceAlignment.cpp...
- Generating code for file KernelLocalTangentSpaceAlignment.h...
- Generating code for file KernelMachine.cpp...
- Generating code for file KernelMachine.h...
- Generating code for file KernelMeanMatching.cpp...
- Generating code for file KernelMeanMatching.h...
- Generating code for file KernelMulticlassMachine.cpp...
- Generating code for file KernelMulticlassMachine.h...
- Generating code for file KernelNormalizer.h...
- Generating code for file KernelPCA.cpp...
- Generating code for file KernelPCA.h...
- Generating code for file KernelRidgeRegression.cpp...
- Generating code for file KernelRidgeRegression.h...
- Generating code for file KernelStructuredOutputMachine.cpp...
- Generating code for file KernelStructuredOutputMachine.h...
- Generating code for file KernelTwoSampleTestStatistic.cpp...
- Generating code for file KernelTwoSampleTestStatistic.h...
- Generating code for file KMeans.cpp...
- Generating code for file KMeans.h...
- Generating code for file KNN.cpp...
- Generating code for file KNN.h...
- Generating code for file Labels.cpp...
- Generating code for file Labels.h...
- Generating code for file LabelTypes.h...
- Generating code for file lapack.cpp...
- Generating code for file lapack.h...
- Generating code for file LaplacianEigenmaps.cpp...
- Generating code for file LaplacianEigenmaps.h...
- Generating code for file LaplacianInferenceMethod.cpp...
- Generating code for file LaplacianInferenceMethod.h...
- Generating code for file LaRank.cpp...
- Generating code for file LaRank.h...
- Generating code for file LatentFeatures.cpp...
- Generating code for file LatentFeatures.h...
- Generating code for file LatentLabels.cpp...
- Generating code for file LatentLabels.h...
- Generating code for file LatentModel.cpp...
- Generating code for file LatentModel.h...
- Generating code for file LatentSOSVM.cpp...
- Generating code for file LatentSOSVM.h...
- Generating code for file LatentSVM.cpp...
- Generating code for file LatentSVM.h...
- Generating code for file lbfgs.cpp...
- Generating code for file lbfgs.h...
- Generating code for file LBPPyrDotFeatures.cpp...
- Generating code for file LBPPyrDotFeatures.h...
- Generating code for file LDA.cpp...
- Generating code for file LDA.h...
- Generating code for file LeastAngleRegression.cpp...
- Generating code for file LeastAngleRegression.h...
- Generating code for file LeastSquaresRegression.cpp...
- Generating code for file LeastSquaresRegression.h...
- Generating code for file libbmrm.cpp...
- Generating code for file libbmrm.h...
- Generating code for file LibLinear.cpp...
- Generating code for file LibLinear.h...
- Generating code for file LibLinearMTL.cpp...
- Generating code for file LibLinearMTL.h...
- Generating code for file LibLinearRegression.cpp...
- Generating code for file LibLinearRegression.h...
- Generating code for file libocas.cpp...
- Generating code for file libocas.h...
- Generating code for file libocas_common.h...
- Generating code for file libp3bm.cpp...
- Generating code for file libp3bm.h...
- Generating code for file libppbm.cpp...
- Generating code for file libppbm.h...
- Generating code for file libqp.h...
- Generating code for file libqp_gsmo.cpp...
- Generating code for file libqp_splx.cpp...
- Generating code for file LibSVM.cpp...
- Generating code for file LibSVM.h...
- Generating code for file LibSVMFile.h...
- Generating code for file LibSVMOneClass.cpp...
- Generating code for file LibSVMOneClass.h...
- Generating code for file LibSVR.cpp...
- Generating code for file LibSVR.h...
- Generating code for file License.mainpage...
- Generating code for file LikelihoodModel.cpp...
- Generating code for file LikelihoodModel.h...
- Generating code for file LinearARDKernel.cpp...
- Generating code for file LinearARDKernel.h...
- Generating code for file LinearHMM.cpp...
- Generating code for file LinearHMM.h...
- Generating code for file LinearKernel.cpp...
- Generating code for file LinearKernel.h...
- Generating code for file LinearLatentMachine.cpp...
- Generating code for file LinearLatentMachine.h...
- Generating code for file LinearLocalTangentSpaceAlignment.cpp...
- Generating code for file LinearLocalTangentSpaceAlignment.h...
- Generating code for file LinearMachine.cpp...
- Generating code for file LinearMachine.h...
- Generating code for file LinearMulticlassMachine.h...
- Generating code for file LinearRidgeRegression.cpp...
- Generating code for file LinearRidgeRegression.h...
- Generating code for file LinearStringKernel.cpp...
- Generating code for file LinearStringKernel.h...
- Generating code for file LinearStructuredOutputMachine.cpp...
- Generating code for file LinearStructuredOutputMachine.h...
- Generating code for file LinearTimeMMD.cpp...
- Generating code for file LinearTimeMMD.h...
- Generating code for file List.h...
- Generating code for file LocalAlignmentStringKernel.cpp...
- Generating code for file LocalAlignmentStringKernel.h...
- Generating code for file LocalityImprovedStringKernel.cpp...
- Generating code for file LocalityImprovedStringKernel.h...
- Generating code for file LocalityPreservingProjections.cpp...
- Generating code for file LocalityPreservingProjections.h...
- Generating code for file LocallyLinearEmbedding.cpp...
- Generating code for file LocallyLinearEmbedding.h...
- Generating code for file LocalTangentSpaceAlignment.cpp...
- Generating code for file LocalTangentSpaceAlignment.h...
- Generating code for file LogKernel.cpp...
- Generating code for file LogKernel.h...
- Generating code for file LogLoss.cpp...
- Generating code for file LogLoss.h...
- Generating code for file LogLossMargin.cpp...
- Generating code for file LogLossMargin.h...
- Generating code for file LogPlusOne.cpp...
- Generating code for file LogPlusOne.h...
- Generating code for file Loss.h...
- Generating code for file LossFunction.h...
- Generating code for file LPBoost.cpp...
- Generating code for file LPBoost.h...
- Generating code for file LPM.cpp...
- Generating code for file LPM.h...
- Generating code for file Machine.cpp...
- Generating code for file Machine.h...
- Generating code for file MachineEvaluation.cpp...
- Generating code for file MachineEvaluation.h...
- Generating code for file MahalanobisDistance.cpp...
- Generating code for file MahalanobisDistance.h...
- Generating code for file malsar_clustered.cpp...
- Generating code for file malsar_clustered.h...
- Generating code for file malsar_joint_feature_learning.cpp...
- Generating code for file malsar_joint_feature_learning.h...
- Generating code for file malsar_low_rank.cpp...
- Generating code for file malsar_low_rank.h...
- Generating code for file malsar_options.h...
- Generating code for file ManhattanMetric.cpp...
- Generating code for file ManhattanMetric.h...
- Generating code for file ManhattanWordDistance.cpp...
- Generating code for file ManhattanWordDistance.h...
- Generating code for file Map.h...
- Generating code for file MatchWordStringKernel.cpp...
- Generating code for file MatchWordStringKernel.h...
- Generating code for file Math.cpp...
- Generating code for file Math.h...
- Generating code for file MatrixFeatures.cpp...
- Generating code for file MatrixFeatures.h...
- Generating code for file MeanAbsoluteError.cpp...
- Generating code for file MeanAbsoluteError.h...
- Generating code for file MeanFunction.cpp...
- Generating code for file MeanFunction.h...
- Generating code for file MeanSquaredError.cpp...
- Generating code for file MeanSquaredError.h...
- Generating code for file MeanSquaredLogError.cpp...
- Generating code for file MeanSquaredLogError.h...
- Generating code for file memory.cpp...
- Generating code for file memory.h...
- Generating code for file MemoryMappedFile.h...
- Generating code for file Methods.mainpage...
- Generating code for file MinkowskiMetric.cpp...
- Generating code for file MinkowskiMetric.h...
- Generating code for file MKL.cpp...
- Generating code for file MKL.h...
- Generating code for file MKLClassification.cpp...
- Generating code for file MKLClassification.h...
- Generating code for file MKLMulticlass.cpp...
- Generating code for file MKLMulticlass.h...
- Generating code for file MKLMulticlassGLPK.cpp...
- Generating code for file MKLMulticlassGLPK.h...
- Generating code for file MKLMulticlassGradient.cpp...
- Generating code for file MKLMulticlassGradient.h...
- Generating code for file MKLMulticlassOptimizationBase.cpp...
- Generating code for file MKLMulticlassOptimizationBase.h...
- Generating code for file MKLOneClass.cpp...
- Generating code for file MKLOneClass.h...
- Generating code for file MKLRegression.cpp...
- Generating code for file MKLRegression.h...
- Generating code for file ModelSelection.cpp...
- Generating code for file ModelSelection.h...
- Generating code for file ModelSelectionParameters.cpp...
- Generating code for file ModelSelectionParameters.h...
- Generating code for file ModularInterfaces.mainpage...
- Generating code for file ModularTutorial.mainpage...
- Generating code for file Mosek.cpp...
- Generating code for file Mosek.h...
- Generating code for file MPDSVM.cpp...
- Generating code for file MPDSVM.h...
- Generating code for file MulticlassAccuracy.cpp...
- Generating code for file MulticlassAccuracy.h...
- Generating code for file MulticlassLabels.cpp...
- Generating code for file MulticlassLabels.h...
- Generating code for file MulticlassLibLinear.cpp...
- Generating code for file MulticlassLibLinear.h...
- Generating code for file MulticlassLibSVM.cpp...
- Generating code for file MulticlassLibSVM.h...
- Generating code for file MulticlassMachine.cpp...
- Generating code for file MulticlassMachine.h...
- Generating code for file MulticlassModel.cpp...
- Generating code for file MulticlassModel.h...
- Generating code for file MulticlassMultipleOutputLabels.cpp...
- Generating code for file MulticlassMultipleOutputLabels.h...
- Generating code for file MulticlassOCAS.cpp...
- Generating code for file MulticlassOCAS.h...
- Generating code for file MulticlassOneVsOneStrategy.cpp...
- Generating code for file MulticlassOneVsOneStrategy.h...
- Generating code for file MulticlassOneVsRestStrategy.cpp...
- Generating code for file MulticlassOneVsRestStrategy.h...
- Generating code for file MulticlassOVREvaluation.cpp...
- Generating code for file MulticlassOVREvaluation.h...
- Generating code for file MulticlassSOLabels.cpp...
- Generating code for file MulticlassSOLabels.h...
- Generating code for file MulticlassStrategy.cpp...
- Generating code for file MulticlassStrategy.h...
- Generating code for file MulticlassSVM.cpp...
- Generating code for file MulticlassSVM.h...
- Generating code for file MulticlassTreeGuidedLogisticRegression.cpp...
- Generating code for file MulticlassTreeGuidedLogisticRegression.h...
- Generating code for file MultidimensionalScaling.cpp...
- Generating code for file MultidimensionalScaling.h...
- Generating code for file MultiquadricKernel.cpp...
- Generating code for file MultiquadricKernel.h...
- Generating code for file MultitaskClusteredLogisticRegression.cpp...
- Generating code for file MultitaskClusteredLogisticRegression.h...
- Generating code for file MultitaskCompositeMachine.cpp...
- Generating code for file MultitaskCompositeMachine.h...
- Generating code for file MultitaskKernelMaskNormalizer.h...
- Generating code for file MultitaskKernelMaskPairNormalizer.h...
- Generating code for file MultitaskKernelMklNormalizer.h...
- Generating code for file MultitaskKernelNormalizer.h...
- Generating code for file MultitaskKernelPlifNormalizer.h...
- Generating code for file MultitaskKernelTreeNormalizer.h...
- Generating code for file MultitaskL12LogisticRegression.cpp...
- Generating code for file MultitaskL12LogisticRegression.h...
- Generating code for file MultitaskLeastSquaresRegression.cpp...
- Generating code for file MultitaskLeastSquaresRegression.h...
- Generating code for file MultitaskLinearMachine.cpp...
- Generating code for file MultitaskLinearMachine.h...
- Generating code for file MultitaskLogisticRegression.cpp...
- Generating code for file MultitaskLogisticRegression.h...
- Generating code for file MultitaskROCEvaluation.cpp...
- Generating code for file MultitaskROCEvaluation.h...
- Generating code for file MultitaskTraceLogisticRegression.cpp...
- Generating code for file MultitaskTraceLogisticRegression.h...
- Generating code for file munkres.cpp...
- Generating code for file munkres.h...
- Generating code for file NativeMulticlassMachine.h...
- Generating code for file NearestCentroid.cpp...
- Generating code for file NearestCentroid.h...
- Generating code for file NeighborhoodPreservingEmbedding.cpp...
- Generating code for file NeighborhoodPreservingEmbedding.h...
- Generating code for file NewtonSVM.cpp...
- Generating code for file NewtonSVM.h...
- Generating code for file NormOne.cpp...
- Generating code for file NormOne.h...
- Generating code for file OligoStringKernel.cpp...
- Generating code for file OligoStringKernel.h...
- Generating code for file OnlineLibLinear.cpp...
- Generating code for file OnlineLibLinear.h...
- Generating code for file OnlineLinearMachine.cpp...
- Generating code for file OnlineLinearMachine.h...
- Generating code for file OnlineSVMSGD.cpp...
- Generating code for file OnlineSVMSGD.h...
- Generating code for file orderTree.h...
- Generating code for file overlapping.cpp...
- Generating code for file overlapping.h...
- Generating code for file Parallel.cpp...
- Generating code for file Parallel.h...
- Generating code for file Parameter.cpp...
- Generating code for file Parameter.h...
- Generating code for file ParameterCombination.cpp...
- Generating code for file ParameterCombination.h...
- Generating code for file ParameterMap.cpp...
- Generating code for file ParameterMap.h...
- Generating code for file ParseBuffer.h...
- Generating code for file PCA.cpp...
- Generating code for file PCA.h...
- Generating code for file Perceptron.cpp...
- Generating code for file Perceptron.h...
- Generating code for file Plif.cpp...
- Generating code for file Plif.h...
- Generating code for file PlifArray.cpp...
- Generating code for file PlifArray.h...
- Generating code for file PlifBase.h...
- Generating code for file PlifMatrix.cpp...
- Generating code for file PlifMatrix.h...
- Generating code for file PluginEstimate.cpp...
- Generating code for file PluginEstimate.h...
- Generating code for file PMurHash.h...
- Generating code for file PNorm.cpp...
- Generating code for file PNorm.h...
- Generating code for file PolyFeatures.cpp...
- Generating code for file PolyFeatures.h...
- Generating code for file PolyKernel.cpp...
- Generating code for file PolyKernel.h...
- Generating code for file PolyMatchStringKernel.cpp...
- Generating code for file PolyMatchStringKernel.h...
- Generating code for file PolyMatchWordStringKernel.cpp...
- Generating code for file PolyMatchWordStringKernel.h...
- Generating code for file PositionalPWM.cpp...
- Generating code for file PositionalPWM.h...
- Generating code for file PowerKernel.cpp...
- Generating code for file PowerKernel.h...
- Generating code for file pr_loqo.cpp...
- Generating code for file pr_loqo.h...
- Generating code for file PRCEvaluation.cpp...
- Generating code for file PRCEvaluation.h...
- Generating code for file Preprocessor.h...
- Generating code for file PrimalMosekSOSVM.cpp...
- Generating code for file PrimalMosekSOSVM.h...
- Generating code for file ProductKernel.cpp...
- Generating code for file ProductKernel.h...
- Generating code for file PruneVarSubMean.cpp...
- Generating code for file PruneVarSubMean.h...
- Generating code for file PyramidChi2.cpp...
- Generating code for file PyramidChi2.h...
- Generating code for file QDA.cpp...
- Generating code for file QDA.h...
- Generating code for file QPBSVMLib.cpp...
- Generating code for file QPBSVMLib.h...
- Generating code for file QuadraticTimeMMD.cpp...
- Generating code for file QuadraticTimeMMD.h...
- Generating code for file RandomConditionalProbabilityTree.cpp...
- Generating code for file RandomConditionalProbabilityTree.h...
- Generating code for file RandomFourierGaussPreproc.cpp...
- Generating code for file RandomFourierGaussPreproc.h...
- Generating code for file RandomSearchModelSelection.cpp...
- Generating code for file RandomSearchModelSelection.h...
- Generating code for file RationalQuadraticKernel.cpp...
- Generating code for file RationalQuadraticKernel.h...
- Generating code for file RealDistance.h...
- Generating code for file RealFileFeatures.cpp...
- Generating code for file RealFileFeatures.h...
- Generating code for file Regression.h...
- Generating code for file RegressionLabels.cpp...
- Generating code for file RegressionLabels.h...
- Generating code for file RegulatoryModulesStringKernel.cpp...
- Generating code for file RegulatoryModulesStringKernel.h...
- Generating code for file RejectionStrategy.h...
- Generating code for file RelaxedTree.cpp...
- Generating code for file RelaxedTree.h...
- Generating code for file RelaxedTreeNodeData.h...
- Generating code for file RelaxedTreeUtil.cpp...
- Generating code for file RelaxedTreeUtil.h...
- Generating code for file RidgeKernelNormalizer.h...
- Generating code for file ROCEvaluation.cpp...
- Generating code for file ROCEvaluation.h...
- Generating code for file SalzbergWordStringKernel.cpp...
- Generating code for file SalzbergWordStringKernel.h...
- Generating code for file ScatterKernelNormalizer.h...
- Generating code for file ScatterSVM.cpp...
- Generating code for file ScatterSVM.h...
- Generating code for file Screenshots.mainpage...
- Generating code for file SegmentLoss.cpp...
- Generating code for file SegmentLoss.h...
- Generating code for file sequence.h...
- Generating code for file SerializableAsciiFile.cpp...
- Generating code for file SerializableAsciiFile.h...
- Generating code for file SerializableAsciiReader00.cpp...
- Generating code for file SerializableAsciiReader00.h...
- Generating code for file SerializableFile.cpp...
- Generating code for file SerializableFile.h...
- Generating code for file SerializableHdf5File.cpp...
- Generating code for file SerializableHdf5File.h...
- Generating code for file SerializableHdf5Reader00.cpp...
- Generating code for file SerializableHdf5Reader00.h...
- Generating code for file SerializableJsonFile.cpp...
- Generating code for file SerializableJsonFile.h...
- Generating code for file SerializableJsonReader00.cpp...
- Generating code for file SerializableJsonReader00.h...
- Generating code for file SerializableXmlFile.cpp...
- Generating code for file SerializableXmlFile.h...
- Generating code for file SerializableXmlReader00.cpp...
- Generating code for file SerializableXmlReader00.h...
- Generating code for file Set.h...
- Generating code for file sfa.cpp...
- Generating code for file sfa.h...
- Generating code for file SGCachedVector.h...
- Generating code for file SGDQN.cpp...
- Generating code for file SGDQN.h...
- Generating code for file SGInterface.cpp...
- Generating code for file SGInterface.h...
- Generating code for file SGIO.cpp...
- Generating code for file SGIO.h...
- Generating code for file SGMatrix.cpp...
- Generating code for file SGMatrix.h...
- Generating code for file SGMatrixList.cpp...
- Generating code for file SGMatrixList.h...
- Generating code for file SGNDArray.h...
- Generating code for file SGObject.cpp...
- Generating code for file SGObject.h...
- Generating code for file SGReferencedData.h...
- Generating code for file SGSparseMatrix.h...
- Generating code for file SGSparseVector.h...
- Generating code for file SGString.h...
- Generating code for file SGStringList.h...
- Generating code for file SGVector.cpp...
- Generating code for file SGVector.h...
- Generating code for file ShareBoost.cpp...
- Generating code for file ShareBoost.h...
- Generating code for file ShareBoostOptimizer.cpp...
- Generating code for file ShareBoostOptimizer.h...
- Generating code for file shogun_liblinear.cpp...
- Generating code for file shogun_liblinear.h...
- Generating code for file shogun_libsvm.cpp...
- Generating code for file shogun_libsvm.h...
- Generating code for file ShogunException.cpp...
- Generating code for file ShogunException.h...
- Generating code for file SigmoidKernel.cpp...
- Generating code for file SigmoidKernel.h...
- Generating code for file Signal.cpp...
- Generating code for file Signal.h...
- Generating code for file SimpleFile.h...
- Generating code for file SimpleLocalityImprovedStringKernel.cpp...
- Generating code for file SimpleLocalityImprovedStringKernel.h...
- Generating code for file slep_mc_tree_lr.cpp...
- Generating code for file slep_mc_tree_lr.h...
- Generating code for file slep_options.h...
- Generating code for file slep_solver.cpp...
- Generating code for file slep_solver.h...
- Generating code for file SmoothHingeLoss.cpp...
- Generating code for file SmoothHingeLoss.h...
- Generating code for file SNPFeatures.cpp...
- Generating code for file SNPFeatures.h...
- Generating code for file SNPStringKernel.cpp...
- Generating code for file SNPStringKernel.h...
- Generating code for file soname.mainpage...
- Generating code for file SortUlongString.cpp...
- Generating code for file SortUlongString.h...
- Generating code for file SortWordString.cpp...
- Generating code for file SortWordString.h...
- Generating code for file SparseDistance.h...
- Generating code for file SparseEuclideanDistance.cpp...
- Generating code for file SparseEuclideanDistance.h...
- Generating code for file SparseFeatures.cpp...
- Generating code for file SparseFeatures.h...
- Generating code for file SparseInverseCovariance.cpp...
- Generating code for file SparseInverseCovariance.h...
- Generating code for file SparseKernel.h...
- Generating code for file SparsePolyFeatures.cpp...
- Generating code for file SparsePolyFeatures.h...
- Generating code for file SparsePreprocessor.h...
- Generating code for file SparseSpatialSampleStringKernel.cpp...
- Generating code for file SparseSpatialSampleStringKernel.h...
- Generating code for file SpectrumMismatchRBFKernel.cpp...
- Generating code for file SpectrumMismatchRBFKernel.h...
- Generating code for file SpectrumRBFKernel.cpp...
- Generating code for file SpectrumRBFKernel.h...
- Generating code for file SphericalKernel.cpp...
- Generating code for file SphericalKernel.h...
- Generating code for file SplineKernel.cpp...
- Generating code for file SplineKernel.h...
- Generating code for file SplittingStrategy.cpp...
- Generating code for file SplittingStrategy.h...
- Generating code for file SqrtDiagKernelNormalizer.h...
- Generating code for file SquaredHingeLoss.cpp...
- Generating code for file SquaredHingeLoss.h...
- Generating code for file SquaredLoss.cpp...
- Generating code for file SquaredLoss.h...
- Generating code for file ssl.cpp...
- Generating code for file ssl.h...
- Generating code for file StateModel.cpp...
- Generating code for file StateModel.h...
- Generating code for file StateModelTypes.h...
- Generating code for file StaticCommandLineInterface.mainpage...
- Generating code for file StaticInterfaces.mainpage...
- Generating code for file StaticOctaveInterface.mainpage...
- Generating code for file StaticPythonInterface.mainpage...
- Generating code for file StaticRInterface.mainpage...
- Generating code for file StaticTutorial.mainpage...
- Generating code for file Statistics.cpp...
- Generating code for file Statistics.h...
- Generating code for file StochasticProximityEmbedding.cpp...
- Generating code for file StochasticProximityEmbedding.h...
- Generating code for file StratifiedCrossValidationSplitting.cpp...
- Generating code for file StratifiedCrossValidationSplitting.h...
- Generating code for file StreamingAsciiFile.cpp...
- Generating code for file StreamingAsciiFile.h...
- Generating code for file StreamingDenseFeatures.cpp...
- Generating code for file StreamingDenseFeatures.h...
- Generating code for file StreamingDotFeatures.cpp...
- Generating code for file StreamingDotFeatures.h...
- Generating code for file StreamingFeatures.cpp...
- Generating code for file StreamingFeatures.h...
- Generating code for file StreamingFile.cpp...
- Generating code for file StreamingFile.h...
- Generating code for file StreamingFileFromDenseFeatures.h...
- Generating code for file StreamingFileFromFeatures.cpp...
- Generating code for file StreamingFileFromFeatures.h...
- Generating code for file StreamingFileFromSparseFeatures.h...
- Generating code for file StreamingFileFromStringFeatures.h...
- Generating code for file StreamingSparseFeatures.cpp...
- Generating code for file StreamingSparseFeatures.h...
- Generating code for file StreamingStringFeatures.cpp...
- Generating code for file StreamingStringFeatures.h...
- Generating code for file StreamingVwCacheFile.cpp...
- Generating code for file StreamingVwCacheFile.h...
- Generating code for file StreamingVwFeatures.cpp...
- Generating code for file StreamingVwFeatures.h...
- Generating code for file StreamingVwFile.cpp...
- Generating code for file StreamingVwFile.h...
- Generating code for file StringDistance.h...
- Generating code for file StringFeatures.cpp...
- Generating code for file StringFeatures.h...
- Generating code for file StringFileFeatures.cpp...
- Generating code for file StringFileFeatures.h...
- Generating code for file StringKernel.h...
- Generating code for file StringPreprocessor.h...
- Generating code for file StructuredAccuracy.cpp...
- Generating code for file StructuredAccuracy.h...
- Generating code for file StructuredData.cpp...
- Generating code for file StructuredData.h...
- Generating code for file StructuredDataTypes.h...
- Generating code for file StructuredLabels.cpp...
- Generating code for file StructuredLabels.h...
- Generating code for file StructuredModel.cpp...
- Generating code for file StructuredModel.h...
- Generating code for file StructuredOutputMachine.cpp...
- Generating code for file StructuredOutputMachine.h...
- Generating code for file StudentsTLikelihood.cpp...
- Generating code for file StudentsTLikelihood.h...
- Generating code for file SubGradientLPM.cpp...
- Generating code for file SubGradientLPM.h...
- Generating code for file SubGradientSVM.cpp...
- Generating code for file SubGradientSVM.h...
- Generating code for file Subset.cpp...
- Generating code for file Subset.h...
- Generating code for file SubsetStack.cpp...
- Generating code for file SubsetStack.h...
- Generating code for file SumOne.cpp...
- Generating code for file SumOne.h...
- Generating code for file SVM.cpp...
- Generating code for file SVM.h...
- Generating code for file SVMLight.cpp...
- Generating code for file SVMLight.h...
- Generating code for file SVMLightOneClass.cpp...
- Generating code for file SVMLightOneClass.h...
- Generating code for file SVMLin.cpp...
- Generating code for file SVMLin.h...
- Generating code for file SVMOcas.cpp...
- Generating code for file SVMOcas.h...
- Generating code for file SVMSGD.cpp...
- Generating code for file SVMSGD.h...
- Generating code for file SVRLight.cpp...
- Generating code for file SVRLight.h...
- Generating code for file SyntaxHighLight.h...
- Generating code for file TanimotoDistance.cpp...
- Generating code for file TanimotoDistance.h...
- Generating code for file TanimotoKernelNormalizer.h...
- Generating code for file Task.cpp...
- Generating code for file Task.h...
- Generating code for file TaskGroup.cpp...
- Generating code for file TaskGroup.h...
- Generating code for file TaskRelation.h...
- Generating code for file TaskTree.cpp...
- Generating code for file TaskTree.h...
- Generating code for file TensorProductPairKernel.cpp...
- Generating code for file TensorProductPairKernel.h...
- Generating code for file tesla_proj.cpp...
- Generating code for file TestStatistic.cpp...
- Generating code for file TestStatistic.h...
- Generating code for file Time.cpp...
- Generating code for file Time.h...
- Generating code for file TOPFeatures.cpp...
- Generating code for file TOPFeatures.h...
- Generating code for file TreeMachine.h...
- Generating code for file TreeMachineNode.h...
- Generating code for file Trie.cpp...
- Generating code for file Trie.h...
- Generating code for file tron.cpp...
- Generating code for file tron.h...
- Generating code for file TStudentKernel.cpp...
- Generating code for file TStudentKernel.h...
- Generating code for file Tutorial.mainpage...
- Generating code for file TwoDistributionsTestStatistic.cpp...
- Generating code for file TwoDistributionsTestStatistic.h...
- Generating code for file TwoStateModel.cpp...
- Generating code for file TwoStateModel.h...
- Generating code for file v_array.h...
- Generating code for file VarianceKernelNormalizer.h...
- Generating code for file Version.cpp...
- Generating code for file Version.h...
- Generating code for file versionstring.h...
- Generating code for file VowpalWabbit.cpp...
- Generating code for file VowpalWabbit.h...
- Generating code for file vw_common.h...
- Generating code for file vw_constants.h...
- Generating code for file vw_example.cpp...
- Generating code for file vw_example.h...
- Generating code for file vw_label.cpp...
- Generating code for file vw_label.h...
- Generating code for file vw_math.cpp...
- Generating code for file vw_math.h...
- Generating code for file VwAdaptiveLearner.cpp...
- Generating code for file VwAdaptiveLearner.h...
- Generating code for file VwCacheReader.cpp...
- Generating code for file VwCacheReader.h...
- Generating code for file VwCacheWriter.cpp...
- Generating code for file VwCacheWriter.h...
- Generating code for file VwConditionalProbabilityTree.cpp...
- Generating code for file VwConditionalProbabilityTree.h...
- Generating code for file VwEnvironment.cpp...
- Generating code for file VwEnvironment.h...
- Generating code for file VwLearner.h...
- Generating code for file VwNativeCacheReader.cpp...
- Generating code for file VwNativeCacheReader.h...
- Generating code for file VwNativeCacheWriter.cpp...
- Generating code for file VwNativeCacheWriter.h...
- Generating code for file VwNonAdaptiveLearner.cpp...
- Generating code for file VwNonAdaptiveLearner.h...
- Generating code for file VwParser.cpp...
- Generating code for file VwParser.h...
- Generating code for file VwRegressor.cpp...
- Generating code for file VwRegressor.h...
- Generating code for file WaveKernel.cpp...
- Generating code for file WaveKernel.h...
- Generating code for file WaveletKernel.cpp...
- Generating code for file WaveletKernel.h...
- Generating code for file WDFeatures.cpp...
- Generating code for file WDFeatures.h...
- Generating code for file WDSVMOcas.cpp...
- Generating code for file WDSVMOcas.h...
- Generating code for file WeightedCommWordStringKernel.cpp...
- Generating code for file WeightedCommWordStringKernel.h...
- Generating code for file WeightedDegreePositionStringKernel.cpp...
- Generating code for file WeightedDegreePositionStringKernel.h...
- Generating code for file WeightedDegreeRBFKernel.cpp...
- Generating code for file WeightedDegreeRBFKernel.h...
- Generating code for file WeightedDegreeStringKernel.cpp...
- Generating code for file WeightedDegreeStringKernel.h...
- Generating code for file ZeroMean.cpp...
- Generating code for file ZeroMean.h...
- Generating code for file ZeroMeanCenterKernelNormalizer.h...
- Generating file documentation...
- Generating docs for file Alphabet.cpp...
- Generating docs for file Alphabet.h...
- Generating docs for file altra.cpp...
- Generating docs for file altra.h...
- Generating docs for file ANOVAKernel.cpp...
- Generating docs for file ANOVAKernel.h...
- Generating docs for file arpack.cpp...
- Generating docs for file arpack.h...
- Generating docs for file AsciiFile.cpp...
- Generating docs for file AsciiFile.h...
- Generating docs for file AttenuatedEuclideanDistance.cpp...
- Generating docs for file AttenuatedEuclideanDistance.h...
- Generating docs for file AttributeFeatures.cpp...
- Generating docs for file AttributeFeatures.h...
- Generating docs for file AUCKernel.cpp...
- Generating docs for file AUCKernel.h...
- Generating docs for file Authors.mainpage...
- Generating docs for file AveragedPerceptron.cpp...
- Generating docs for file AveragedPerceptron.h...
- Generating docs for file AvgDiagKernelNormalizer.h...
- Generating docs for file BalancedConditionalProbabilityTree.cpp...
- Generating docs for file BalancedConditionalProbabilityTree.h...
- Generating docs for file BaseMulticlassMachine.cpp...
- Generating docs for file BaseMulticlassMachine.h...
- Generating docs for file BesselKernel.cpp...
- Generating docs for file BesselKernel.h...
- Generating docs for file BinaryClassEvaluation.h...
- Generating docs for file BinaryFile.cpp...
- Generating docs for file BinaryFile.h...
- Generating docs for file BinaryLabels.cpp...
- Generating docs for file BinaryLabels.h...
- Generating docs for file BinaryStream.h...
- Generating docs for file BinnedDotFeatures.cpp...
- Generating docs for file BinnedDotFeatures.h...
- Generating docs for file BitString.h...
- Generating docs for file BrayCurtisDistance.cpp...
- Generating docs for file BrayCurtisDistance.h...
- Generating docs for file brent.cpp...
- Generating docs for file brent.h...
- Generating docs for file Cache.h...
- Generating docs for file CanberraMetric.cpp...
- Generating docs for file CanberraMetric.h...
- Generating docs for file CanberraWordDistance.cpp...
- Generating docs for file CanberraWordDistance.h...
- Generating docs for file CauchyKernel.cpp...
- Generating docs for file CauchyKernel.h...
- Generating docs for file ChebyshewMetric.cpp...
- Generating docs for file ChebyshewMetric.h...
- Generating docs for file Chi2Kernel.cpp...
- Generating docs for file Chi2Kernel.h...
- Generating docs for file ChiSquareDistance.cpp...
- Generating docs for file ChiSquareDistance.h...
- Generating docs for file CircularKernel.cpp...
- Generating docs for file CircularKernel.h...
- Generating docs for file class_list.cpp...
- Generating docs for file class_list.h...
- Generating docs for file ClusteringAccuracy.cpp...
- Generating docs for file ClusteringAccuracy.h...
- Generating docs for file ClusteringEvaluation.cpp...
- Generating docs for file ClusteringEvaluation.h...
- Generating docs for file ClusteringMutualInformation.cpp...
- Generating docs for file ClusteringMutualInformation.h...
- Generating docs for file CombinedDotFeatures.cpp...
- Generating docs for file CombinedDotFeatures.h...
- Generating docs for file CombinedFeatures.cpp...
- Generating docs for file CombinedFeatures.h...
- Generating docs for file CombinedKernel.cpp...
- Generating docs for file CombinedKernel.h...
- Generating docs for file common.h...
- Generating docs for file CommUlongStringKernel.cpp...
- Generating docs for file CommUlongStringKernel.h...
- Generating docs for file CommWordStringKernel.cpp...
- Generating docs for file CommWordStringKernel.h...
- Generating docs for file Compressor.cpp...
- Generating docs for file Compressor.h...
- Generating docs for file ConditionalProbabilityTree.cpp...
- Generating docs for file ConditionalProbabilityTree.h...
- Generating docs for file ConditionalProbabilityTreeNodeData.h...
- Generating docs for file config.h...
- Generating docs for file ConjugateIndex.cpp...
- Generating docs for file ConjugateIndex.h...
- Generating docs for file ConstKernel.cpp...
- Generating docs for file ConstKernel.h...
- Generating docs for file ContingencyTableEvaluation.cpp...
- Generating docs for file ContingencyTableEvaluation.h...
- Generating docs for file Converter.h...
- Generating docs for file CosineDistance.cpp...
- Generating docs for file CosineDistance.h...
- Generating docs for file CoverTree.h...
- Generating docs for file Cplex.cpp...
- Generating docs for file Cplex.h...
- Generating docs for file CPLEXSVM.cpp...
- Generating docs for file CPLEXSVM.h...
- Generating docs for file CrossValidation.cpp...
- Generating docs for file CrossValidation.h...
- Generating docs for file CrossValidationMKLStorage.cpp...
- Generating docs for file CrossValidationMKLStorage.h...
- Generating docs for file CrossValidationMulticlassStorage.cpp...
- Generating docs for file CrossValidationMulticlassStorage.h...
- Generating docs for file CrossValidationOutput.h...
- Generating docs for file CrossValidationPrintOutput.cpp...
- Generating docs for file CrossValidationPrintOutput.h...
- Generating docs for file CrossValidationSplitting.cpp...
- Generating docs for file CrossValidationSplitting.h...
- Generating docs for file CustomDistance.cpp...
- Generating docs for file CustomDistance.h...
- Generating docs for file CustomKernel.cpp...
- Generating docs for file CustomKernel.h...
- Generating docs for file Data.cpp...
- Generating docs for file Data.h...
- Generating docs for file DataGenerator.cpp...
- Generating docs for file DataGenerator.h...
- Generating docs for file DataType.cpp...
- Generating docs for file DataType.h...
- Generating docs for file DecompressString.cpp...
- Generating docs for file DecompressString.h...
- Generating docs for file DenseDistance.h...
- Generating docs for file DenseFeatures.cpp...
- Generating docs for file DenseFeatures.h...
- Generating docs for file DenseLabels.cpp...
- Generating docs for file DenseLabels.h...
- Generating docs for file DensePreprocessor.cpp...
- Generating docs for file DensePreprocessor.h...
- Generating docs for file DenseSubsetFeatures.cpp...
- Generating docs for file DenseSubsetFeatures.h...
- Generating docs for file developerreadme.mainpage...
- Generating docs for file DeveloperTutorial.mainpage...
- Generating docs for file DiagKernel.cpp...
- Generating docs for file DiagKernel.h...
- Generating docs for file DiceKernelNormalizer.h...
- Generating docs for file DifferentiableFunction.cpp...
- Generating docs for file DifferentiableFunction.h...
- Generating docs for file DiffusionMaps.cpp...
- Generating docs for file DiffusionMaps.h...
- Generating docs for file DimensionReductionPreprocessor.cpp...
- Generating docs for file DimensionReductionPreprocessor.h...
- Generating docs for file DirectorDistance.h...
- Generating docs for file DirectorDotFeatures.h...
- Generating docs for file DirectorKernel.h...
- Generating docs for file DirectorKernelMachine.h...
- Generating docs for file DirectorLinearMachine.h...
- Generating docs for file DirectorStructuredModel.cpp...
- Generating docs for file DirectorStructuredModel.h...
- Generating docs for file Distance.cpp...
- Generating docs for file Distance.h...
- Generating docs for file DistanceKernel.cpp...
- Generating docs for file DistanceKernel.h...
- Generating docs for file DistanceMachine.cpp...
- Generating docs for file DistanceMachine.h...
- Generating docs for file DistantSegmentsKernel.cpp...
- Generating docs for file DistantSegmentsKernel.h...
- Generating docs for file Distribution.cpp...
- Generating docs for file Distribution.h...
- Generating docs for file Documentation.mainpage...
- Generating docs for file DomainAdaptationMulticlassLibLinear.cpp...
- Generating docs for file DomainAdaptationMulticlassLibLinear.h...
- Generating docs for file DomainAdaptationSVM.cpp...
- Generating docs for file DomainAdaptationSVM.h...
- Generating docs for file DomainAdaptationSVMLinear.cpp...
- Generating docs for file DomainAdaptationSVMLinear.h...
- Generating docs for file DotFeatures.cpp...
- Generating docs for file DotFeatures.h...
- Generating docs for file DotKernel.h...
- Generating docs for file DualLibQPBMSOSVM.cpp...
- Generating docs for file DualLibQPBMSOSVM.h...
- Generating docs for file DummyFeatures.cpp...
- Generating docs for file DummyFeatures.h...
- Generating docs for file DynamicArray.h...
- Generating docs for file DynamicObjectArray.h...
- Generating docs for file DynArray.h...
- Generating docs for file DynInt.h...
- Generating docs for file DynProg.cpp...
- Generating docs for file DynProg.h...
- Generating docs for file ECOCAEDDecoder.h...
- Generating docs for file ECOCDecoder.cpp...
- Generating docs for file ECOCDecoder.h...
- Generating docs for file ECOCDiscriminantEncoder.cpp...
- Generating docs for file ECOCDiscriminantEncoder.h...
- Generating docs for file ECOCEDDecoder.h...
- Generating docs for file ECOCEncoder.h...
- Generating docs for file ECOCForestEncoder.cpp...
- Generating docs for file ECOCForestEncoder.h...
- Generating docs for file ECOCHDDecoder.h...
- Generating docs for file ECOCIHDDecoder.cpp...
- Generating docs for file ECOCIHDDecoder.h...
- Generating docs for file ECOCLLBDecoder.cpp...
- Generating docs for file ECOCLLBDecoder.h...
- Generating docs for file ECOCOVOEncoder.cpp...
- Generating docs for file ECOCOVOEncoder.h...
- Generating docs for file ECOCOVREncoder.cpp...
- Generating docs for file ECOCOVREncoder.h...
- Generating docs for file ECOCRandomDenseEncoder.cpp...
- Generating docs for file ECOCRandomDenseEncoder.h...
- Generating docs for file ECOCRandomSparseEncoder.cpp...
- Generating docs for file ECOCRandomSparseEncoder.h...
- Generating docs for file ECOCSimpleDecoder.cpp...
- Generating docs for file ECOCSimpleDecoder.h...
- Generating docs for file ECOCStrategy.cpp...
- Generating docs for file ECOCStrategy.h...
- Generating docs for file ECOCUtil.h...
- Generating docs for file EierlegendeWollmilchSauInterface.mainpage...
- Generating docs for file eigen3.h...
- Generating docs for file EmbeddingConverter.cpp...
- Generating docs for file EmbeddingConverter.h...
- Generating docs for file ep1R.h...
- Generating docs for file ep21d.h...
- Generating docs for file ep21R.h...
- Generating docs for file epph.cpp...
- Generating docs for file epph.h...
- Generating docs for file eppMatrix.cpp...
- Generating docs for file eppMatrix.h...
- Generating docs for file eppVector.h...
- Generating docs for file eppVectorR.h...
- Generating docs for file epsgLasso.h...
- Generating docs for file epsp.h...
- Generating docs for file EuclideanDistance.cpp...
- Generating docs for file EuclideanDistance.h...
- Generating docs for file Evaluation.h...
- Generating docs for file EvaluationResult.cpp...
- Generating docs for file EvaluationResult.h...
- Generating docs for file ExactInferenceMethod.cpp...
- Generating docs for file ExactInferenceMethod.h...
- Generating docs for file Examples.mainpage...
- Generating docs for file ExamplesLibshogun.mainpage...
- Generating docs for file ExamplesModularCSharp.mainpage...
- Generating docs for file ExamplesModularJava.mainpage...
- Generating docs for file ExamplesModularLua.mainpage...
- Generating docs for file ExamplesModularOctave.mainpage...
- Generating docs for file ExamplesModularPython.mainpage...
- Generating docs for file ExamplesModularR.mainpage...
- Generating docs for file ExamplesModularRuby.mainpage...
- Generating docs for file ExamplesStaticCmdline.mainpage...
- Generating docs for file ExamplesStaticOctave.mainpage...
- Generating docs for file ExamplesStaticPython.mainpage...
- Generating docs for file ExamplesStaticR.mainpage...
- Generating docs for file ExplicitSpecFeatures.cpp...
- Generating docs for file ExplicitSpecFeatures.h...
- Generating docs for file ExponentialKernel.cpp...
- Generating docs for file ExponentialKernel.h...
- Generating docs for file FAQ.mainpage...
- Generating docs for file FeatureBlockLogisticRegression.cpp...
- Generating docs for file FeatureBlockLogisticRegression.h...
- Generating docs for file Features.cpp...
- Generating docs for file Features.h...
- Generating docs for file FeatureTypes.h...
- Generating docs for file FibonacciHeap.cpp...
- Generating docs for file FibonacciHeap.h...
- Generating docs for file File.cpp...
- Generating docs for file File.h...
- Generating docs for file FirstElementKernelNormalizer.h...
- Generating docs for file FITCInferenceMethod.cpp...
- Generating docs for file FITCInferenceMethod.h...
- Generating docs for file FixedDegreeStringKernel.cpp...
- Generating docs for file FixedDegreeStringKernel.h...
- Generating docs for file FKFeatures.cpp...
- Generating docs for file FKFeatures.h...
- Generating docs for file flsa.cpp...
- Generating docs for file flsa.h...
- Generating docs for file Gaussian.cpp...
- Generating docs for file Gaussian.h...
- Generating docs for file GaussianARDKernel.cpp...
- Generating docs for file GaussianARDKernel.h...
- Generating docs for file GaussianKernel.cpp...
- Generating docs for file GaussianKernel.h...
- Generating docs for file GaussianLikelihood.cpp...
- Generating docs for file GaussianLikelihood.h...
- Generating docs for file GaussianMatchStringKernel.cpp...
- Generating docs for file GaussianMatchStringKernel.h...
- Generating docs for file GaussianNaiveBayes.cpp...
- Generating docs for file GaussianNaiveBayes.h...
- Generating docs for file GaussianProcessRegression.cpp...
- Generating docs for file GaussianProcessRegression.h...
- Generating docs for file GaussianShiftKernel.cpp...
- Generating docs for file GaussianShiftKernel.h...
- Generating docs for file GaussianShortRealKernel.cpp...
- Generating docs for file GaussianShortRealKernel.h...
- Generating docs for file GCArray.h...
- Generating docs for file general_altra.cpp...
- Generating docs for file general_altra.h...
- Generating docs for file GeodesicMetric.cpp...
- Generating docs for file GeodesicMetric.h...
- Generating docs for file GHMM.cpp...
- Generating docs for file GHMM.h...
- Generating docs for file GMM.cpp...
- Generating docs for file GMM.h...
- Generating docs for file GMNPLib.cpp...
- Generating docs for file GMNPLib.h...
- Generating docs for file GMNPSVM.cpp...
- Generating docs for file GMNPSVM.h...
- Generating docs for file GNPPLib.cpp...
- Generating docs for file GNPPLib.h...
- Generating docs for file GNPPSVM.cpp...
- Generating docs for file GNPPSVM.h...
- Generating docs for file GPBTSVM.cpp...
- Generating docs for file GPBTSVM.h...
- Generating docs for file gpdt.cpp...
- Generating docs for file gpdt.h...
- Generating docs for file gpdtsolve.cpp...
- Generating docs for file gpdtsolve.h...
- Generating docs for file gpm.cpp...
- Generating docs for file gpm.h...
- Generating docs for file GradientCriterion.cpp...
- Generating docs for file GradientCriterion.h...
- Generating docs for file GradientEvaluation.cpp...
- Generating docs for file GradientEvaluation.h...
- Generating docs for file GradientModelSelection.cpp...
- Generating docs for file GradientModelSelection.h...
- Generating docs for file GradientResult.cpp...
- Generating docs for file GradientResult.h...
- Generating docs for file GridSearchModelSelection.cpp...
- Generating docs for file GridSearchModelSelection.h...
- Generating docs for file GUIClassifier.cpp...
- Generating docs for file GUIClassifier.h...
- Generating docs for file GUICommands.h...
- Generating docs for file GUIConverter.cpp...
- Generating docs for file GUIConverter.h...
- Generating docs for file GUIDistance.cpp...
- Generating docs for file GUIDistance.h...
- Generating docs for file GUIFeatures.cpp...
- Generating docs for file GUIFeatures.h...
- Generating docs for file GUIHMM.cpp...
- Generating docs for file GUIHMM.h...
- Generating docs for file GUIKernel.cpp...
- Generating docs for file GUIKernel.h...
- Generating docs for file GUILabels.cpp...
- Generating docs for file GUILabels.h...
- Generating docs for file GUIMath.cpp...
- Generating docs for file GUIMath.h...
- Generating docs for file GUIPluginEstimate.cpp...
- Generating docs for file GUIPluginEstimate.h...
- Generating docs for file GUIPreprocessor.cpp...
- Generating docs for file GUIPreprocessor.h...
- Generating docs for file GUISignals.h...
- Generating docs for file GUIStructure.cpp...
- Generating docs for file GUIStructure.h...
- Generating docs for file GUITime.cpp...
- Generating docs for file GUITime.h...
- Generating docs for file HammingWordDistance.cpp...
- Generating docs for file HammingWordDistance.h...
- Generating docs for file Hash.cpp...
- Generating docs for file Hash.h...
- Generating docs for file HashedWDFeatures.cpp...
- Generating docs for file HashedWDFeatures.h...
- Generating docs for file HashedWDFeaturesTransposed.cpp...
- Generating docs for file HashedWDFeaturesTransposed.h...
- Generating docs for file HDF5File.cpp...
- Generating docs for file HDF5File.h...
- Generating docs for file HessianLocallyLinearEmbedding.cpp...
- Generating docs for file HessianLocallyLinearEmbedding.h...
- Generating docs for file Hierarchical.cpp...
- Generating docs for file Hierarchical.h...
- Generating docs for file HingeLoss.cpp...
- Generating docs for file HingeLoss.h...
- Generating docs for file Histogram.cpp...
- Generating docs for file Histogram.h...
- Generating docs for file HistogramIntersectionKernel.cpp...
- Generating docs for file HistogramIntersectionKernel.h...
- Generating docs for file HistogramWordStringKernel.cpp...
- Generating docs for file HistogramWordStringKernel.h...
- Generating docs for file HMM.cpp...
- Generating docs for file HMM.h...
- Generating docs for file HMSVMLabels.cpp...
- Generating docs for file HMSVMLabels.h...
- Generating docs for file HMSVMModel.cpp...
- Generating docs for file HMSVMModel.h...
- Generating docs for file HomogeneousKernelMap.cpp...
- Generating docs for file HomogeneousKernelMap.h...
- Generating docs for file HSIC.cpp...
- Generating docs for file HSIC.h...
- Generating docs for file IdentityKernelNormalizer.h...
- Generating docs for file ImplicitWeightedSpecFeatures.cpp...
- Generating docs for file ImplicitWeightedSpecFeatures.h...
- Generating docs for file IndexBlock.cpp...
- Generating docs for file IndexBlock.h...
- Generating docs for file IndexBlockGroup.cpp...
- Generating docs for file IndexBlockGroup.h...
- Generating docs for file IndexBlockRelation.cpp...
- Generating docs for file IndexBlockRelation.h...
- Generating docs for file IndexBlockTree.cpp...
- Generating docs for file IndexBlockTree.h...
- Generating docs for file IndirectObject.h...
- Generating docs for file InferenceMethod.cpp...
- Generating docs for file InferenceMethod.h...
- Generating docs for file init.cpp...
- Generating docs for file init.h...
- Generating docs for file InputParser.h...
- Generating docs for file Installation.mainpage...
- Generating docs for file Interfaces.mainpage...
- Generating docs for file IntronList.cpp...
- Generating docs for file IntronList.h...
- Generating docs for file invCov.cpp...
- Generating docs for file invCov.h...
- Generating docs for file InverseMultiQuadricKernel.cpp...
- Generating docs for file InverseMultiQuadricKernel.h...
- Generating docs for file IOBuffer.cpp...
- Generating docs for file IOBuffer.h...
- Generating docs for file Isomap.cpp...
- Generating docs for file Isomap.h...
- Generating docs for file JensenMetric.cpp...
- Generating docs for file JensenMetric.h...
- Generating docs for file JensenShannonKernel.cpp...
- Generating docs for file JensenShannonKernel.h...
- Generating docs for file JLCoverTree.h...
- Generating docs for file JLCoverTreePoint.h...
- Generating docs for file Kernel.cpp...
- Generating docs for file Kernel.h...
- Generating docs for file KernelDistance.cpp...
- Generating docs for file KernelDistance.h...
- Generating docs for file KernelIndependenceTestStatistic.cpp...
- Generating docs for file KernelIndependenceTestStatistic.h...
- Generating docs for file KernelLocallyLinearEmbedding.cpp...
- Generating docs for file KernelLocallyLinearEmbedding.h...
- Generating docs for file KernelLocalTangentSpaceAlignment.cpp...
- Generating docs for file KernelLocalTangentSpaceAlignment.h...
- Generating docs for file KernelMachine.cpp...
- Generating docs for file KernelMachine.h...
- Generating docs for file KernelMeanMatching.cpp...
- Generating docs for file KernelMeanMatching.h...
- Generating docs for file KernelMulticlassMachine.cpp...
- Generating docs for file KernelMulticlassMachine.h...
- Generating docs for file KernelNormalizer.h...
- Generating docs for file KernelPCA.cpp...
- Generating docs for file KernelPCA.h...
- Generating docs for file KernelRidgeRegression.cpp...
- Generating docs for file KernelRidgeRegression.h...
- Generating docs for file KernelStructuredOutputMachine.cpp...
- Generating docs for file KernelStructuredOutputMachine.h...
- Generating docs for file KernelTwoSampleTestStatistic.cpp...
- Generating docs for file KernelTwoSampleTestStatistic.h...
- Generating docs for file KMeans.cpp...
- Generating docs for file KMeans.h...
- Generating docs for file KNN.cpp...
- Generating docs for file KNN.h...
- Generating docs for file Labels.cpp...
- Generating docs for file Labels.h...
- Generating docs for file LabelTypes.h...
- Generating docs for file lapack.cpp...
- Generating docs for file lapack.h...
- Generating docs for file LaplacianEigenmaps.cpp...
- Generating docs for file LaplacianEigenmaps.h...
- Generating docs for file LaplacianInferenceMethod.cpp...
- Generating docs for file LaplacianInferenceMethod.h...
- Generating docs for file LaRank.cpp...
- Generating docs for file LaRank.h...
- Generating docs for file LatentFeatures.cpp...
- Generating docs for file LatentFeatures.h...
- Generating docs for file LatentLabels.cpp...
- Generating docs for file LatentLabels.h...
- Generating docs for file LatentModel.cpp...
- Generating docs for file LatentModel.h...
- Generating docs for file LatentSOSVM.cpp...
- Generating docs for file LatentSOSVM.h...
- Generating docs for file LatentSVM.cpp...
- Generating docs for file LatentSVM.h...
- Generating docs for file lbfgs.cpp...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs/lbfgs.cpp:962: warning: The following parameters of CUBIC_MINIMIZER(cm, u, fu, du, v, fv, dv) are not documented:
- parameter 'dv'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs/lbfgs.cpp:988: warning: The following parameters of CUBIC_MINIMIZER2(cm, u, fu, du, v, fv, dv, xmin, xmax) are not documented:
- parameter 'dv'
- parameter 'xmax'
- Generating docs for file lbfgs.h...
- Generating docs for file LBPPyrDotFeatures.cpp...
- Generating docs for file LBPPyrDotFeatures.h...
- Generating docs for file LDA.cpp...
- Generating docs for file LDA.h...
- Generating docs for file LeastAngleRegression.cpp...
- Generating docs for file LeastAngleRegression.h...
- Generating docs for file LeastSquaresRegression.cpp...
- Generating docs for file LeastSquaresRegression.h...
- Generating docs for file libbmrm.cpp...
- Generating docs for file libbmrm.h...
- Generating docs for file LibLinear.cpp...
- Generating docs for file LibLinear.h...
- Generating docs for file LibLinearMTL.cpp...
- Generating docs for file LibLinearMTL.h...
- Generating docs for file LibLinearRegression.cpp...
- Generating docs for file LibLinearRegression.h...
- Generating docs for file libocas.cpp...
- Generating docs for file libocas.h...
- Generating docs for file libocas_common.h...
- Generating docs for file libp3bm.cpp...
- Generating docs for file libp3bm.h...
- Generating docs for file libppbm.cpp...
- Generating docs for file libppbm.h...
- Generating docs for file libqp.h...
- Generating docs for file libqp_gsmo.cpp...
- Generating docs for file libqp_splx.cpp...
- Generating docs for file LibSVM.cpp...
- Generating docs for file LibSVM.h...
- Generating docs for file LibSVMFile.h...
- Generating docs for file LibSVMOneClass.cpp...
- Generating docs for file LibSVMOneClass.h...
- Generating docs for file LibSVR.cpp...
- Generating docs for file LibSVR.h...
- Generating docs for file License.mainpage...
- Generating docs for file LikelihoodModel.cpp...
- Generating docs for file LikelihoodModel.h...
- Generating docs for file LinearARDKernel.cpp...
- Generating docs for file LinearARDKernel.h...
- Generating docs for file LinearHMM.cpp...
- Generating docs for file LinearHMM.h...
- Generating docs for file LinearKernel.cpp...
- Generating docs for file LinearKernel.h...
- Generating docs for file LinearLatentMachine.cpp...
- Generating docs for file LinearLatentMachine.h...
- Generating docs for file LinearLocalTangentSpaceAlignment.cpp...
- Generating docs for file LinearLocalTangentSpaceAlignment.h...
- Generating docs for file LinearMachine.cpp...
- Generating docs for file LinearMachine.h...
- Generating docs for file LinearMulticlassMachine.h...
- Generating docs for file LinearRidgeRegression.cpp...
- Generating docs for file LinearRidgeRegression.h...
- Generating docs for file LinearStringKernel.cpp...
- Generating docs for file LinearStringKernel.h...
- Generating docs for file LinearStructuredOutputMachine.cpp...
- Generating docs for file LinearStructuredOutputMachine.h...
- Generating docs for file LinearTimeMMD.cpp...
- Generating docs for file LinearTimeMMD.h...
- Generating docs for file List.h...
- Generating docs for file LocalAlignmentStringKernel.cpp...
- Generating docs for file LocalAlignmentStringKernel.h...
- Generating docs for file LocalityImprovedStringKernel.cpp...
- Generating docs for file LocalityImprovedStringKernel.h...
- Generating docs for file LocalityPreservingProjections.cpp...
- Generating docs for file LocalityPreservingProjections.h...
- Generating docs for file LocallyLinearEmbedding.cpp...
- Generating docs for file LocallyLinearEmbedding.h...
- Generating docs for file LocalTangentSpaceAlignment.cpp...
- Generating docs for file LocalTangentSpaceAlignment.h...
- Generating docs for file LogKernel.cpp...
- Generating docs for file LogKernel.h...
- Generating docs for file LogLoss.cpp...
- Generating docs for file LogLoss.h...
- Generating docs for file LogLossMargin.cpp...
- Generating docs for file LogLossMargin.h...
- Generating docs for file LogPlusOne.cpp...
- Generating docs for file LogPlusOne.h...
- Generating docs for file Loss.h...
- Generating docs for file LossFunction.h...
- Generating docs for file LPBoost.cpp...
- Generating docs for file LPBoost.h...
- Generating docs for file LPM.cpp...
- Generating docs for file LPM.h...
- Generating docs for file Machine.cpp...
- Generating docs for file Machine.h...
- Generating docs for file MachineEvaluation.cpp...
- Generating docs for file MachineEvaluation.h...
- Generating docs for file MahalanobisDistance.cpp...
- Generating docs for file MahalanobisDistance.h...
- Generating docs for file malsar_clustered.cpp...
- Generating docs for file malsar_clustered.h...
- Generating docs for file malsar_joint_feature_learning.cpp...
- Generating docs for file malsar_joint_feature_learning.h...
- Generating docs for file malsar_low_rank.cpp...
- Generating docs for file malsar_low_rank.h...
- Generating docs for file malsar_options.h...
- Generating docs for file ManhattanMetric.cpp...
- Generating docs for file ManhattanMetric.h...
- Generating docs for file ManhattanWordDistance.cpp...
- Generating docs for file ManhattanWordDistance.h...
- Generating docs for file Map.h...
- Generating docs for file MatchWordStringKernel.cpp...
- Generating docs for file MatchWordStringKernel.h...
- Generating docs for file Math.cpp...
- Generating docs for file Math.h...
- Generating docs for file MatrixFeatures.cpp...
- Generating docs for file MatrixFeatures.h...
- Generating docs for file MeanAbsoluteError.cpp...
- Generating docs for file MeanAbsoluteError.h...
- Generating docs for file MeanFunction.cpp...
- Generating docs for file MeanFunction.h...
- Generating docs for file MeanSquaredError.cpp...
- Generating docs for file MeanSquaredError.h...
- Generating docs for file MeanSquaredLogError.cpp...
- Generating docs for file MeanSquaredLogError.h...
- Generating docs for file memory.cpp...
- Generating docs for file memory.h...
- Generating docs for file MemoryMappedFile.h...
- Generating docs for file Methods.mainpage...
- Generating docs for file MinkowskiMetric.cpp...
- Generating docs for file MinkowskiMetric.h...
- Generating docs for file MKL.cpp...
- Generating docs for file MKL.h...
- Generating docs for file MKLClassification.cpp...
- Generating docs for file MKLClassification.h...
- Generating docs for file MKLMulticlass.cpp...
- Generating docs for file MKLMulticlass.h...
- Generating docs for file MKLMulticlassGLPK.cpp...
- Generating docs for file MKLMulticlassGLPK.h...
- Generating docs for file MKLMulticlassGradient.cpp...
- Generating docs for file MKLMulticlassGradient.h...
- Generating docs for file MKLMulticlassOptimizationBase.cpp...
- Generating docs for file MKLMulticlassOptimizationBase.h...
- Generating docs for file MKLOneClass.cpp...
- Generating docs for file MKLOneClass.h...
- Generating docs for file MKLRegression.cpp...
- Generating docs for file MKLRegression.h...
- Generating docs for file ModelSelection.cpp...
- Generating docs for file ModelSelection.h...
- Generating docs for file ModelSelectionParameters.cpp...
- Generating docs for file ModelSelectionParameters.h...
- Generating docs for file ModularInterfaces.mainpage...
- Generating docs for file ModularTutorial.mainpage...
- Generating docs for file Mosek.cpp...
- Generating docs for file Mosek.h...
- Generating docs for file MPDSVM.cpp...
- Generating docs for file MPDSVM.h...
- Generating docs for file MulticlassAccuracy.cpp...
- Generating docs for file MulticlassAccuracy.h...
- Generating docs for file MulticlassLabels.cpp...
- Generating docs for file MulticlassLabels.h...
- Generating docs for file MulticlassLibLinear.cpp...
- Generating docs for file MulticlassLibLinear.h...
- Generating docs for file MulticlassLibSVM.cpp...
- Generating docs for file MulticlassLibSVM.h...
- Generating docs for file MulticlassMachine.cpp...
- Generating docs for file MulticlassMachine.h...
- Generating docs for file MulticlassModel.cpp...
- Generating docs for file MulticlassModel.h...
- Generating docs for file MulticlassMultipleOutputLabels.cpp...
- Generating docs for file MulticlassMultipleOutputLabels.h...
- Generating docs for file MulticlassOCAS.cpp...
- Generating docs for file MulticlassOCAS.h...
- Generating docs for file MulticlassOneVsOneStrategy.cpp...
- Generating docs for file MulticlassOneVsOneStrategy.h...
- Generating docs for file MulticlassOneVsRestStrategy.cpp...
- Generating docs for file MulticlassOneVsRestStrategy.h...
- Generating docs for file MulticlassOVREvaluation.cpp...
- Generating docs for file MulticlassOVREvaluation.h...
- Generating docs for file MulticlassSOLabels.cpp...
- Generating docs for file MulticlassSOLabels.h...
- Generating docs for file MulticlassStrategy.cpp...
- Generating docs for file MulticlassStrategy.h...
- Generating docs for file MulticlassSVM.cpp...
- Generating docs for file MulticlassSVM.h...
- Generating docs for file MulticlassTreeGuidedLogisticRegression.cpp...
- Generating docs for file MulticlassTreeGuidedLogisticRegression.h...
- Generating docs for file MultidimensionalScaling.cpp...
- Generating docs for file MultidimensionalScaling.h...
- Generating docs for file MultiquadricKernel.cpp...
- Generating docs for file MultiquadricKernel.h...
- Generating docs for file MultitaskClusteredLogisticRegression.cpp...
- Generating docs for file MultitaskClusteredLogisticRegression.h...
- Generating docs for file MultitaskCompositeMachine.cpp...
- Generating docs for file MultitaskCompositeMachine.h...
- Generating docs for file MultitaskKernelMaskNormalizer.h...
- Generating docs for file MultitaskKernelMaskPairNormalizer.h...
- Generating docs for file MultitaskKernelMklNormalizer.h...
- Generating docs for file MultitaskKernelNormalizer.h...
- Generating docs for file MultitaskKernelPlifNormalizer.h...
- Generating docs for file MultitaskKernelTreeNormalizer.h...
- Generating docs for file MultitaskL12LogisticRegression.cpp...
- Generating docs for file MultitaskL12LogisticRegression.h...
- Generating docs for file MultitaskLeastSquaresRegression.cpp...
- Generating docs for file MultitaskLeastSquaresRegression.h...
- Generating docs for file MultitaskLinearMachine.cpp...
- Generating docs for file MultitaskLinearMachine.h...
- Generating docs for file MultitaskLogisticRegression.cpp...
- Generating docs for file MultitaskLogisticRegression.h...
- Generating docs for file MultitaskROCEvaluation.cpp...
- Generating docs for file MultitaskROCEvaluation.h...
- Generating docs for file MultitaskTraceLogisticRegression.cpp...
- Generating docs for file MultitaskTraceLogisticRegression.h...
- Generating docs for file munkres.cpp...
- Generating docs for file munkres.h...
- Generating docs for file NativeMulticlassMachine.h...
- Generating docs for file NearestCentroid.cpp...
- Generating docs for file NearestCentroid.h...
- Generating docs for file NeighborhoodPreservingEmbedding.cpp...
- Generating docs for file NeighborhoodPreservingEmbedding.h...
- Generating docs for file NewtonSVM.cpp...
- Generating docs for file NewtonSVM.h...
- Generating docs for file NormOne.cpp...
- Generating docs for file NormOne.h...
- Generating docs for file OligoStringKernel.cpp...
- Generating docs for file OligoStringKernel.h...
- Generating docs for file OnlineLibLinear.cpp...
- Generating docs for file OnlineLibLinear.h...
- Generating docs for file OnlineLinearMachine.cpp...
- Generating docs for file OnlineLinearMachine.h...
- Generating docs for file OnlineSVMSGD.cpp...
- Generating docs for file OnlineSVMSGD.h...
- Generating docs for file orderTree.h...
- Generating docs for file overlapping.cpp...
- Generating docs for file overlapping.h...
- Generating docs for file Parallel.cpp...
- Generating docs for file Parallel.h...
- Generating docs for file Parameter.cpp...
- Generating docs for file Parameter.h...
- Generating docs for file ParameterCombination.cpp...
- Generating docs for file ParameterCombination.h...
- Generating docs for file ParameterMap.cpp...
- Generating docs for file ParameterMap.h...
- Generating docs for file ParseBuffer.h...
- Generating docs for file PCA.cpp...
- Generating docs for file PCA.h...
- Generating docs for file Perceptron.cpp...
- Generating docs for file Perceptron.h...
- Generating docs for file Plif.cpp...
- Generating docs for file Plif.h...
- Generating docs for file PlifArray.cpp...
- Generating docs for file PlifArray.h...
- Generating docs for file PlifBase.h...
- Generating docs for file PlifMatrix.cpp...
- Generating docs for file PlifMatrix.h...
- Generating docs for file PluginEstimate.cpp...
- Generating docs for file PluginEstimate.h...
- Generating docs for file PMurHash.h...
- Generating docs for file PNorm.cpp...
- Generating docs for file PNorm.h...
- Generating docs for file PolyFeatures.cpp...
- Generating docs for file PolyFeatures.h...
- Generating docs for file PolyKernel.cpp...
- Generating docs for file PolyKernel.h...
- Generating docs for file PolyMatchStringKernel.cpp...
- Generating docs for file PolyMatchStringKernel.h...
- Generating docs for file PolyMatchWordStringKernel.cpp...
- Generating docs for file PolyMatchWordStringKernel.h...
- Generating docs for file PositionalPWM.cpp...
- Generating docs for file PositionalPWM.h...
- Generating docs for file PowerKernel.cpp...
- Generating docs for file PowerKernel.h...
- Generating docs for file pr_loqo.cpp...
- Generating docs for file pr_loqo.h...
- Generating docs for file PRCEvaluation.cpp...
- Generating docs for file PRCEvaluation.h...
- Generating docs for file Preprocessor.h...
- Generating docs for file PrimalMosekSOSVM.cpp...
- Generating docs for file PrimalMosekSOSVM.h...
- Generating docs for file ProductKernel.cpp...
- Generating docs for file ProductKernel.h...
- Generating docs for file PruneVarSubMean.cpp...
- Generating docs for file PruneVarSubMean.h...
- Generating docs for file PyramidChi2.cpp...
- Generating docs for file PyramidChi2.h...
- Generating docs for file QDA.cpp...
- Generating docs for file QDA.h...
- Generating docs for file QPBSVMLib.cpp...
- Generating docs for file QPBSVMLib.h...
- Generating docs for file QuadraticTimeMMD.cpp...
- Generating docs for file QuadraticTimeMMD.h...
- Generating docs for file RandomConditionalProbabilityTree.cpp...
- Generating docs for file RandomConditionalProbabilityTree.h...
- Generating docs for file RandomFourierGaussPreproc.cpp...
- Generating docs for file RandomFourierGaussPreproc.h...
- Generating docs for file RandomSearchModelSelection.cpp...
- Generating docs for file RandomSearchModelSelection.h...
- Generating docs for file RationalQuadraticKernel.cpp...
- Generating docs for file RationalQuadraticKernel.h...
- Generating docs for file RealDistance.h...
- Generating docs for file RealFileFeatures.cpp...
- Generating docs for file RealFileFeatures.h...
- Generating docs for file Regression.h...
- Generating docs for file RegressionLabels.cpp...
- Generating docs for file RegressionLabels.h...
- Generating docs for file RegulatoryModulesStringKernel.cpp...
- Generating docs for file RegulatoryModulesStringKernel.h...
- Generating docs for file RejectionStrategy.h...
- Generating docs for file RelaxedTree.cpp...
- Generating docs for file RelaxedTree.h...
- Generating docs for file RelaxedTreeNodeData.h...
- Generating docs for file RelaxedTreeUtil.cpp...
- Generating docs for file RelaxedTreeUtil.h...
- Generating docs for file RidgeKernelNormalizer.h...
- Generating docs for file ROCEvaluation.cpp...
- Generating docs for file ROCEvaluation.h...
- Generating docs for file SalzbergWordStringKernel.cpp...
- Generating docs for file SalzbergWordStringKernel.h...
- Generating docs for file ScatterKernelNormalizer.h...
- Generating docs for file ScatterSVM.cpp...
- Generating docs for file ScatterSVM.h...
- Generating docs for file Screenshots.mainpage...
- Generating docs for file SegmentLoss.cpp...
- Generating docs for file SegmentLoss.h...
- Generating docs for file sequence.h...
- Generating docs for file SerializableAsciiFile.cpp...
- Generating docs for file SerializableAsciiFile.h...
- Generating docs for file SerializableAsciiReader00.cpp...
- Generating docs for file SerializableAsciiReader00.h...
- Generating docs for file SerializableFile.cpp...
- Generating docs for file SerializableFile.h...
- Generating docs for file SerializableHdf5File.cpp...
- Generating docs for file SerializableHdf5File.h...
- Generating docs for file SerializableHdf5Reader00.cpp...
- Generating docs for file SerializableHdf5Reader00.h...
- Generating docs for file SerializableJsonFile.cpp...
- Generating docs for file SerializableJsonFile.h...
- Generating docs for file SerializableJsonReader00.cpp...
- Generating docs for file SerializableJsonReader00.h...
- Generating docs for file SerializableXmlFile.cpp...
- Generating docs for file SerializableXmlFile.h...
- Generating docs for file SerializableXmlReader00.cpp...
- Generating docs for file SerializableXmlReader00.h...
- Generating docs for file Set.h...
- Generating docs for file sfa.cpp...
- Generating docs for file sfa.h...
- Generating docs for file SGCachedVector.h...
- Generating docs for file SGDQN.cpp...
- Generating docs for file SGDQN.h...
- Generating docs for file SGInterface.cpp...
- Generating docs for file SGInterface.h...
- Generating docs for file SGIO.cpp...
- Generating docs for file SGIO.h...
- Generating docs for file SGMatrix.cpp...
- Generating docs for file SGMatrix.h...
- Generating docs for file SGMatrixList.cpp...
- Generating docs for file SGMatrixList.h...
- Generating docs for file SGNDArray.h...
- Generating docs for file SGObject.cpp...
- Generating docs for file SGObject.h...
- Generating docs for file SGReferencedData.h...
- Generating docs for file SGSparseMatrix.h...
- Generating docs for file SGSparseVector.h...
- Generating docs for file SGString.h...
- Generating docs for file SGStringList.h...
- Generating docs for file SGVector.cpp...
- Generating docs for file SGVector.h...
- Generating docs for file ShareBoost.cpp...
- Generating docs for file ShareBoost.h...
- Generating docs for file ShareBoostOptimizer.cpp...
- Generating docs for file ShareBoostOptimizer.h...
- Generating docs for file shogun_liblinear.cpp...
- Generating docs for file shogun_liblinear.h...
- Generating docs for file shogun_libsvm.cpp...
- Generating docs for file shogun_libsvm.h...
- Generating docs for file ShogunException.cpp...
- Generating docs for file ShogunException.h...
- Generating docs for file SigmoidKernel.cpp...
- Generating docs for file SigmoidKernel.h...
- Generating docs for file Signal.cpp...
- Generating docs for file Signal.h...
- Generating docs for file SimpleFile.h...
- Generating docs for file SimpleLocalityImprovedStringKernel.cpp...
- Generating docs for file SimpleLocalityImprovedStringKernel.h...
- Generating docs for file slep_mc_tree_lr.cpp...
- Generating docs for file slep_mc_tree_lr.h...
- Generating docs for file slep_options.h...
- Generating docs for file slep_solver.cpp...
- Generating docs for file slep_solver.h...
- Generating docs for file SmoothHingeLoss.cpp...
- Generating docs for file SmoothHingeLoss.h...
- Generating docs for file SNPFeatures.cpp...
- Generating docs for file SNPFeatures.h...
- Generating docs for file SNPStringKernel.cpp...
- Generating docs for file SNPStringKernel.h...
- Generating docs for file soname.mainpage...
- Generating docs for file SortUlongString.cpp...
- Generating docs for file SortUlongString.h...
- Generating docs for file SortWordString.cpp...
- Generating docs for file SortWordString.h...
- Generating docs for file SparseDistance.h...
- Generating docs for file SparseEuclideanDistance.cpp...
- Generating docs for file SparseEuclideanDistance.h...
- Generating docs for file SparseFeatures.cpp...
- Generating docs for file SparseFeatures.h...
- Generating docs for file SparseInverseCovariance.cpp...
- Generating docs for file SparseInverseCovariance.h...
- Generating docs for file SparseKernel.h...
- Generating docs for file SparsePolyFeatures.cpp...
- Generating docs for file SparsePolyFeatures.h...
- Generating docs for file SparsePreprocessor.h...
- Generating docs for file SparseSpatialSampleStringKernel.cpp...
- Generating docs for file SparseSpatialSampleStringKernel.h...
- Generating docs for file SpectrumMismatchRBFKernel.cpp...
- Generating docs for file SpectrumMismatchRBFKernel.h...
- Generating docs for file SpectrumRBFKernel.cpp...
- Generating docs for file SpectrumRBFKernel.h...
- Generating docs for file SphericalKernel.cpp...
- Generating docs for file SphericalKernel.h...
- Generating docs for file SplineKernel.cpp...
- Generating docs for file SplineKernel.h...
- Generating docs for file SplittingStrategy.cpp...
- Generating docs for file SplittingStrategy.h...
- Generating docs for file SqrtDiagKernelNormalizer.h...
- Generating docs for file SquaredHingeLoss.cpp...
- Generating docs for file SquaredHingeLoss.h...
- Generating docs for file SquaredLoss.cpp...
- Generating docs for file SquaredLoss.h...
- Generating docs for file ssl.cpp...
- Generating docs for file ssl.h...
- Generating docs for file StateModel.cpp...
- Generating docs for file StateModel.h...
- Generating docs for file StateModelTypes.h...
- Generating docs for file StaticCommandLineInterface.mainpage...
- Generating docs for file StaticInterfaces.mainpage...
- Generating docs for file StaticOctaveInterface.mainpage...
- Generating docs for file StaticPythonInterface.mainpage...
- Generating docs for file StaticRInterface.mainpage...
- Generating docs for file StaticTutorial.mainpage...
- Generating docs for file Statistics.cpp...
- Generating docs for file Statistics.h...
- Generating docs for file StochasticProximityEmbedding.cpp...
- Generating docs for file StochasticProximityEmbedding.h...
- Generating docs for file StratifiedCrossValidationSplitting.cpp...
- Generating docs for file StratifiedCrossValidationSplitting.h...
- Generating docs for file StreamingAsciiFile.cpp...
- Generating docs for file StreamingAsciiFile.h...
- Generating docs for file StreamingDenseFeatures.cpp...
- Generating docs for file StreamingDenseFeatures.h...
- Generating docs for file StreamingDotFeatures.cpp...
- Generating docs for file StreamingDotFeatures.h...
- Generating docs for file StreamingFeatures.cpp...
- Generating docs for file StreamingFeatures.h...
- Generating docs for file StreamingFile.cpp...
- Generating docs for file StreamingFile.h...
- Generating docs for file StreamingFileFromDenseFeatures.h...
- Generating docs for file StreamingFileFromFeatures.cpp...
- Generating docs for file StreamingFileFromFeatures.h...
- Generating docs for file StreamingFileFromSparseFeatures.h...
- Generating docs for file StreamingFileFromStringFeatures.h...
- Generating docs for file StreamingSparseFeatures.cpp...
- Generating docs for file StreamingSparseFeatures.h...
- Generating docs for file StreamingStringFeatures.cpp...
- Generating docs for file StreamingStringFeatures.h...
- Generating docs for file StreamingVwCacheFile.cpp...
- Generating docs for file StreamingVwCacheFile.h...
- Generating docs for file StreamingVwFeatures.cpp...
- Generating docs for file StreamingVwFeatures.h...
- Generating docs for file StreamingVwFile.cpp...
- Generating docs for file StreamingVwFile.h...
- Generating docs for file StringDistance.h...
- Generating docs for file StringFeatures.cpp...
- Generating docs for file StringFeatures.h...
- Generating docs for file StringFileFeatures.cpp...
- Generating docs for file StringFileFeatures.h...
- Generating docs for file StringKernel.h...
- Generating docs for file StringPreprocessor.h...
- Generating docs for file StructuredAccuracy.cpp...
- Generating docs for file StructuredAccuracy.h...
- Generating docs for file StructuredData.cpp...
- Generating docs for file StructuredData.h...
- Generating docs for file StructuredDataTypes.h...
- Generating docs for file StructuredLabels.cpp...
- Generating docs for file StructuredLabels.h...
- Generating docs for file StructuredModel.cpp...
- Generating docs for file StructuredModel.h...
- Generating docs for file StructuredOutputMachine.cpp...
- Generating docs for file StructuredOutputMachine.h...
- Generating docs for file StudentsTLikelihood.cpp...
- Generating docs for file StudentsTLikelihood.h...
- Generating docs for file SubGradientLPM.cpp...
- Generating docs for file SubGradientLPM.h...
- Generating docs for file SubGradientSVM.cpp...
- Generating docs for file SubGradientSVM.h...
- Generating docs for file Subset.cpp...
- Generating docs for file Subset.h...
- Generating docs for file SubsetStack.cpp...
- Generating docs for file SubsetStack.h...
- Generating docs for file SumOne.cpp...
- Generating docs for file SumOne.h...
- Generating docs for file SVM.cpp...
- Generating docs for file SVM.h...
- Generating docs for file SVMLight.cpp...
- Generating docs for file SVMLight.h...
- Generating docs for file SVMLightOneClass.cpp...
- Generating docs for file SVMLightOneClass.h...
- Generating docs for file SVMLin.cpp...
- Generating docs for file SVMLin.h...
- Generating docs for file SVMOcas.cpp...
- Generating docs for file SVMOcas.h...
- Generating docs for file SVMSGD.cpp...
- Generating docs for file SVMSGD.h...
- Generating docs for file SVRLight.cpp...
- Generating docs for file SVRLight.h...
- Generating docs for file SyntaxHighLight.h...
- Generating docs for file TanimotoDistance.cpp...
- Generating docs for file TanimotoDistance.h...
- Generating docs for file TanimotoKernelNormalizer.h...
- Generating docs for file Task.cpp...
- Generating docs for file Task.h...
- Generating docs for file TaskGroup.cpp...
- Generating docs for file TaskGroup.h...
- Generating docs for file TaskRelation.h...
- Generating docs for file TaskTree.cpp...
- Generating docs for file TaskTree.h...
- Generating docs for file TensorProductPairKernel.cpp...
- Generating docs for file TensorProductPairKernel.h...
- Generating docs for file tesla_proj.cpp...
- Generating docs for file TestStatistic.cpp...
- Generating docs for file TestStatistic.h...
- Generating docs for file Time.cpp...
- Generating docs for file Time.h...
- Generating docs for file TOPFeatures.cpp...
- Generating docs for file TOPFeatures.h...
- Generating docs for file TreeMachine.h...
- Generating docs for file TreeMachineNode.h...
- Generating docs for file Trie.cpp...
- Generating docs for file Trie.h...
- Generating docs for file tron.cpp...
- Generating docs for file tron.h...
- Generating docs for file TStudentKernel.cpp...
- Generating docs for file TStudentKernel.h...
- Generating docs for file Tutorial.mainpage...
- Generating docs for file TwoDistributionsTestStatistic.cpp...
- Generating docs for file TwoDistributionsTestStatistic.h...
- Generating docs for file TwoStateModel.cpp...
- Generating docs for file TwoStateModel.h...
- Generating docs for file v_array.h...
- Generating docs for file VarianceKernelNormalizer.h...
- Generating docs for file Version.cpp...
- Generating docs for file Version.h...
- Generating docs for file versionstring.h...
- Generating docs for file VowpalWabbit.cpp...
- Generating docs for file VowpalWabbit.h...
- Generating docs for file vw_common.h...
- Generating docs for file vw_constants.h...
- Generating docs for file vw_example.cpp...
- Generating docs for file vw_example.h...
- Generating docs for file vw_label.cpp...
- Generating docs for file vw_label.h...
- Generating docs for file vw_math.cpp...
- Generating docs for file vw_math.h...
- Generating docs for file VwAdaptiveLearner.cpp...
- Generating docs for file VwAdaptiveLearner.h...
- Generating docs for file VwCacheReader.cpp...
- Generating docs for file VwCacheReader.h...
- Generating docs for file VwCacheWriter.cpp...
- Generating docs for file VwCacheWriter.h...
- Generating docs for file VwConditionalProbabilityTree.cpp...
- Generating docs for file VwConditionalProbabilityTree.h...
- Generating docs for file VwEnvironment.cpp...
- Generating docs for file VwEnvironment.h...
- Generating docs for file VwLearner.h...
- Generating docs for file VwNativeCacheReader.cpp...
- Generating docs for file VwNativeCacheReader.h...
- Generating docs for file VwNativeCacheWriter.cpp...
- Generating docs for file VwNativeCacheWriter.h...
- Generating docs for file VwNonAdaptiveLearner.cpp...
- Generating docs for file VwNonAdaptiveLearner.h...
- Generating docs for file VwParser.cpp...
- Generating docs for file VwParser.h...
- Generating docs for file VwRegressor.cpp...
- Generating docs for file VwRegressor.h...
- Generating docs for file WaveKernel.cpp...
- Generating docs for file WaveKernel.h...
- Generating docs for file WaveletKernel.cpp...
- Generating docs for file WaveletKernel.h...
- Generating docs for file WDFeatures.cpp...
- Generating docs for file WDFeatures.h...
- Generating docs for file WDSVMOcas.cpp...
- Generating docs for file WDSVMOcas.h...
- Generating docs for file WeightedCommWordStringKernel.cpp...
- Generating docs for file WeightedCommWordStringKernel.h...
- Generating docs for file WeightedDegreePositionStringKernel.cpp...
- Generating docs for file WeightedDegreePositionStringKernel.h...
- Generating docs for file WeightedDegreeRBFKernel.cpp...
- Generating docs for file WeightedDegreeRBFKernel.h...
- Generating docs for file WeightedDegreeStringKernel.cpp...
- Generating docs for file WeightedDegreeStringKernel.h...
- Generating docs for file ZeroMean.cpp...
- Generating docs for file ZeroMean.h...
- Generating docs for file ZeroMeanCenterKernelNormalizer.h...
- Generating page documentation...
- Generating docs for page authors...
- Generating docs for page devel...
- Generating docs for page developer_tutorial...
- Generating docs for page elwmsinterface...
- Generating docs for page examples...
- Generating docs for page libshogun_examples...
- Generating docs for page csharp_modular_examples...
- Generating docs for page java_modular_examples...
- Generating docs for page lua_modular_examples...
- Generating docs for page octave_modular_examples...
- Generating docs for page python_modular_examples...
- Generating docs for page r_modular_examples...
- Generating docs for page ruby_modular_examples...
- Generating docs for page cmdline_static_examples...
- Generating docs for page octave_static_examples...
- Generating docs for page python_static_examples...
- Generating docs for page r_static_examples...
- Generating docs for page faq...
- Generating docs for page installation...
- Generating docs for page interfaces...
- Generating docs for page license...
- Generating docs for page methods...
- Generating docs for page modularinterfaces...
- Generating docs for page modular_tutorial...
- Generating docs for page screenshots...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Screenshots.mainpage:7: warning: unable to resolve reference to `octave_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Screenshots.mainpage:12: warning: unable to resolve reference to `octave_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Screenshots.mainpage:17: warning: unable to resolve reference to `python_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/Screenshots.mainpage:22: warning: unable to resolve reference to `r_examples' for \ref command
- Generating docs for page soname...
- Generating docs for page staticcmdline...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:13: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:20: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:20: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:50: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:50: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:55: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:55: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:102: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:102: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:103: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:103: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:108: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:108: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:109: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:109: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:156: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:156: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:157: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:157: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:173: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:173: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:174: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:174: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:180: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:180: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:181: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:181: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:205: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:206: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:206: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:207: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:207: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:208: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:208: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:209: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:209: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:210: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:210: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:211: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:211: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:212: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:212: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:213: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:213: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:214: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:214: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:215: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:215: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:216: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:216: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:217: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:217: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:218: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:218: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:219: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticCommandLineInterface.mainpage:219: warning: unexpected command endverbatim
- Generating docs for page staticinterfaces...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:103: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:103: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:103: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:104: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:104: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:104: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:222: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:222: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:228: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:228: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:229: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:229: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:240: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:240: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:241: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:241: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:246: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:246: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:247: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:247: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:271: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:271: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:274: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:274: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:275: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticInterfaces.mainpage:275: warning: unexpected command endverbatim
- Generating docs for page staticoctave...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:13: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:20: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:20: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:50: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:50: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:55: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:55: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:102: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:102: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:103: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:103: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:108: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:108: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:109: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:109: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:156: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:156: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:157: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:157: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:173: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:173: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:174: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:174: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:180: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:180: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:181: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:181: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:205: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:206: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:206: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:207: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:207: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:208: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:208: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:209: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:209: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:210: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:210: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:211: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:211: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:212: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:212: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:213: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:213: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:214: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:214: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:215: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:215: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:216: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:216: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:217: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:217: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:218: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:218: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:219: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticOctaveInterface.mainpage:219: warning: unexpected command endverbatim
- Generating docs for page staticpython...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:13: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:20: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:20: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:50: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:50: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:55: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:55: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:102: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:102: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:103: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:103: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:108: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:108: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:109: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:109: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:156: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:156: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:157: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:157: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:173: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:173: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:174: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:174: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:180: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:180: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:181: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:181: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:205: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:206: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:206: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:207: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:207: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:208: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:208: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:209: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:209: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:210: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:210: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:211: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:211: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:212: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:212: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:213: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:213: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:214: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:214: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:215: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:215: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:216: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:216: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:217: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:217: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:218: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:218: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:219: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticPythonInterface.mainpage:219: warning: unexpected command endverbatim
- Generating docs for page staticr...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:13: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:20: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:20: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:50: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:50: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:55: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:55: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:102: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:102: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:103: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:103: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:108: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:108: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:109: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:109: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:156: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:156: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:157: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:157: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:173: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:173: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:174: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:174: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:180: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:180: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:181: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:181: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:205: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:206: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:206: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:207: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:207: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:208: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:208: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:209: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:209: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:210: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:210: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:211: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:211: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:212: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:212: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:213: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:213: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:214: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:214: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:215: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:215: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:216: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:216: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:217: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:217: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:218: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:218: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:219: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages/StaticRInterface.mainpage:219: warning: unexpected command endverbatim
- Generating docs for page static_tutorial...
- Generating docs for page tutorial...
- Generating group documentation...
- Generating class documentation...
- Generating docs for compound block_tree_node_t...
- Generating docs for compound CSyntaxHighLight...
- Generating docs for compound CTron...
- Generating docs for compound d_node...
- Generating docs for compound ds_node...
- Generating docs for compound EntryComparator...
- Generating docs for compound mocas_data...
- Generating docs for compound node...
- Generating docs for compound refcount_t...
- Generating docs for compound SPE_COVERTREE_POINT...
- Generating docs for compound task_tree_node_t...
- Generating docs for compound tree_node_t...
- Generating namespace index...
- Generating docs for namespace shogun
- Generating docs for compound shogun::CDynamicArray...
- Generating docs for compound shogun::DynArray...
- Generating docs for compound shogun::Parallel...
- Generating docs for compound shogun::TParameter...
- Generating docs for compound shogun::Parameter...
- Generating docs for compound shogun::SGParamInfo...
- Generating docs for compound shogun::ParameterMapElement...
- Generating docs for compound shogun::ParameterMap...
- Generating docs for compound shogun::CMap...
- Generating docs for compound shogun::CSGObject...
- Generating docs for compound shogun::Version...
- Generating docs for compound shogun::CAveragedPerceptron...
- Generating docs for compound shogun::CFeatureBlockLogisticRegression...
- Generating docs for compound shogun::CDenseFeatures...
- Generating docs for compound shogun::CLDA...
- Generating docs for compound shogun::CLPBoost...
- Generating docs for compound shogun::CLPM...
- Generating docs for compound shogun::CMKL...
- Generating docs for compound shogun::CMKLClassification...
- Generating docs for compound shogun::CMKLMulticlass...
- Generating docs for compound shogun::MKLMulticlassGLPK...
- Generating docs for compound shogun::MKLMulticlassGradient...
- Generating docs for compound shogun::MKLMulticlassOptimizationBase...
- Generating docs for compound shogun::CMKLOneClass...
- Generating docs for compound shogun::CNearestCentroid...
- Generating docs for compound shogun::CPerceptron...
- Generating docs for compound shogun::CPluginEstimate...
- Generating docs for compound shogun::CSubGradientLPM...
- Generating docs for compound shogun::CCPLEXSVM...
- Generating docs for compound shogun::CGNPPLib...
- Generating docs for compound shogun::CGNPPSVM...
- Generating docs for compound shogun::CGPBTSVM...
- Generating docs for compound shogun::CLibLinear...
- Generating docs for compound shogun::CLibSVM...
- Generating docs for compound shogun::CLibSVMOneClass...
- Generating docs for compound shogun::CMPDSVM...
- Generating docs for compound shogun::CNewtonSVM...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h:52: warning: argument 'C' of command @param is not found in the argument list of CNewtonSVM::set_C(float64_t c)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h:52: warning: The following parameters of shogun::CNewtonSVM::set_C(float64_t c) are not documented:
- parameter 'c'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h:63: warning: argument 'epsilon' of command @param is not found in the argument list of CNewtonSVM::set_epsilon(float64_t e)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h:63: warning: The following parameters of shogun::CNewtonSVM::set_epsilon(float64_t e) are not documented:
- parameter 'e'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h:89: warning: argument 'num_iter' of command @param is not found in the argument list of CNewtonSVM::set_num_iter(int32_t iter)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm/NewtonSVM.h:89: warning: The following parameters of shogun::CNewtonSVM::set_num_iter(int32_t iter) are not documented:
- parameter 'iter'
- Generating docs for compound shogun::COnlineLibLinear...
- Generating docs for compound shogun::COnlineSVMSGD...
- Generating docs for compound shogun::CQPBSVMLib...
- Generating docs for compound shogun::CSGDQN...
- Generating docs for compound shogun::CSubGradientSVM...
- Generating docs for compound shogun::CSVM...
- Generating docs for compound shogun::CSVMLight...
- Generating docs for compound shogun::CSVMLightOneClass...
- Generating docs for compound shogun::CSVMLin...
- Generating docs for compound shogun::CSVMOcas...
- Generating docs for compound shogun::CSVMSGD...
- Generating docs for compound shogun::CStringFeatures...
- Generating docs for compound shogun::CWDSVMOcas...
- Generating docs for compound shogun::CVwCacheReader...
- Generating docs for compound shogun::CVwCacheWriter...
- Generating docs for compound shogun::CVwNativeCacheReader...
- Generating docs for compound shogun::CVwNativeCacheWriter...
- Generating docs for compound shogun::CVwAdaptiveLearner...
- Generating docs for compound shogun::CVwNonAdaptiveLearner...
- Generating docs for compound shogun::CVowpalWabbit...
- Generating docs for compound shogun::VwFeature...
- Generating docs for compound shogun::VwExample...
- Generating docs for compound shogun::VwLabel...
- Generating docs for compound shogun::CVwEnvironment...
- Generating docs for compound shogun::CVwLearner...
- Generating docs for compound shogun::CVwParser...
- Generating docs for compound shogun::CVwRegressor...
- Generating docs for compound shogun::CGMM...
- Generating docs for compound shogun::CHierarchical...
- Generating docs for compound shogun::CKMeans...
- Generating docs for compound shogun::CConverter...
- Generating docs for compound shogun::CDiffusionMaps...
- Generating docs for compound shogun::CEmbeddingConverter...
- Generating docs for compound shogun::CHessianLocallyLinearEmbedding...
- Generating docs for compound shogun::CIsomap...
- Generating docs for compound shogun::CKernelLocallyLinearEmbedding...
- Generating docs for compound shogun::CKernelLocalTangentSpaceAlignment...
- Generating docs for compound shogun::CLaplacianEigenmaps...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h:61: warning: argument 'embedding' of command @param is not found in the argument list of CLaplacianEigenmaps::apply(CFeatures *features)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h:67: warning: argument 'embedding' of command @param is not found in the argument list of CLaplacianEigenmaps::embed_distance(CDistance *distance, CFeatures *features=NULL)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h:67: warning: The following parameters of shogun::CLaplacianEigenmaps::embed_distance(CDistance *distance, CFeatures *features=NULL) are not documented:
- parameter 'features'
- Generating docs for compound shogun::CLinearLocalTangentSpaceAlignment...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LinearLocalTangentSpaceAlignment.h:57: warning: argument 'simple' of command @param is not found in the argument list of CLinearLocalTangentSpaceAlignment::construct_embedding(CFeatures *features, SGMatrix< float64_t > matrix, int dimension)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LinearLocalTangentSpaceAlignment.h:57: warning: The following parameters of shogun::CLinearLocalTangentSpaceAlignment::construct_embedding(CFeatures *features, SGMatrix< float64_t > matrix, int dimension) are not documented:
- parameter 'features'
- Generating docs for compound shogun::CLocalityPreservingProjections...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h:61: warning: argument 'embedding' of command @param is not found in the argument list of CLaplacianEigenmaps::apply(CFeatures *features)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h:67: warning: argument 'embedding' of command @param is not found in the argument list of CLaplacianEigenmaps::embed_distance(CDistance *distance, CFeatures *features=NULL)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/LaplacianEigenmaps.h:67: warning: The following parameters of shogun::CLaplacianEigenmaps::embed_distance(CDistance *distance, CFeatures *features=NULL) are not documented:
- parameter 'features'
- Generating docs for compound shogun::CLocallyLinearEmbedding...
- Generating docs for compound shogun::CLocalTangentSpaceAlignment...
- Generating docs for compound shogun::CMultidimensionalScaling...
- Generating docs for compound shogun::CNeighborhoodPreservingEmbedding...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/NeighborhoodPreservingEmbedding.h:57: warning: argument 'simple' of command @param is not found in the argument list of CNeighborhoodPreservingEmbedding::construct_embedding(CFeatures *features, SGMatrix< float64_t > matrix, int dimension)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/NeighborhoodPreservingEmbedding.h:57: warning: The following parameters of shogun::CNeighborhoodPreservingEmbedding::construct_embedding(CFeatures *features, SGMatrix< float64_t > matrix, int dimension) are not documented:
- parameter 'features'
- Generating docs for compound shogun::CStochasticProximityEmbedding...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/StochasticProximityEmbedding.h:92: warning: argument 'stragegy' of command @param is not found in the argument list of CStochasticProximityEmbedding::set_strategy(ESPEStrategy strategy)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter/StochasticProximityEmbedding.h:92: warning: The following parameters of shogun::CStochasticProximityEmbedding::set_strategy(ESPEStrategy strategy) are not documented:
- parameter 'strategy'
- Generating docs for compound shogun::CAttenuatedEuclideanDistance...
- Generating docs for compound shogun::CBrayCurtisDistance...
- Generating docs for compound shogun::CCanberraMetric...
- Generating docs for compound shogun::CCanberraWordDistance...
- Generating docs for compound shogun::CChebyshewMetric...
- Generating docs for compound shogun::CChiSquareDistance...
- Generating docs for compound shogun::CCosineDistance...
- Generating docs for compound shogun::CCustomDistance...
- Generating docs for compound shogun::CDenseDistance...
- Generating docs for compound shogun::CDistance...
- Generating docs for compound shogun::CEuclideanDistance...
- Generating docs for compound shogun::CGeodesicMetric...
- Generating docs for compound shogun::CHammingWordDistance...
- Generating docs for compound shogun::CJensenMetric...
- Generating docs for compound shogun::CKernelDistance...
- Generating docs for compound shogun::CMahalanobisDistance...
- Generating docs for compound shogun::CManhattanMetric...
- Generating docs for compound shogun::CManhattanWordDistance...
- Generating docs for compound shogun::CMinkowskiMetric...
- Generating docs for compound shogun::CRealDistance...
- Generating docs for compound shogun::CSparseDistance...
- Generating docs for compound shogun::CSparseFeatures...
- Generating docs for compound shogun::CSparseEuclideanDistance...
- Generating docs for compound shogun::CStringDistance...
- Generating docs for compound shogun::CTanimotoDistance...
- Generating docs for compound shogun::CDistribution...
- Generating docs for compound shogun::CGaussian...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions/Gaussian.h:131: warning: argument 'cov' of command @param is not found in the argument list of CGaussian::get_cov()
- Generating docs for compound shogun::CGHMM...
- Generating docs for compound shogun::CHistogram...
- Generating docs for compound shogun::Model...
- Generating docs for compound shogun::CHMM...
- Generating docs for compound shogun::CLinearHMM...
- Generating docs for compound shogun::CPositionalPWM...
- Generating docs for compound shogun::CBinaryClassEvaluation...
- Generating docs for compound shogun::CClusteringAccuracy...
- Generating docs for compound shogun::CClusteringEvaluation...
- Generating docs for compound shogun::CClusteringMutualInformation...
- Generating docs for compound shogun::CContingencyTableEvaluation...
- Generating docs for compound shogun::CAccuracyMeasure...
- Generating docs for compound shogun::CErrorRateMeasure...
- Generating docs for compound shogun::CBALMeasure...
- Generating docs for compound shogun::CWRACCMeasure...
- Generating docs for compound shogun::CF1Measure...
- Generating docs for compound shogun::CCrossCorrelationMeasure...
- Generating docs for compound shogun::CRecallMeasure...
- Generating docs for compound shogun::CPrecisionMeasure...
- Generating docs for compound shogun::CSpecificityMeasure...
- Generating docs for compound shogun::CCrossValidationResult...
- Generating docs for compound shogun::CCrossValidation...
- Generating docs for compound shogun::CCrossValidationMKLStorage...
- Generating docs for compound shogun::CCrossValidationMulticlassStorage...
- Generating docs for compound shogun::CCrossValidationOutput...
- Generating docs for compound shogun::CCrossValidationPrintOutput...
- Generating docs for compound shogun::CCrossValidationSplitting...
- Generating docs for compound shogun::CDifferentiableFunction...
- Generating docs for compound shogun::CEvaluation...
- Generating docs for compound shogun::CEvaluationResult...
- Generating docs for compound shogun::CGradientCriterion...
- Generating docs for compound shogun::CGradientEvaluation...
- Generating docs for compound shogun::CGradientResult...
- Generating docs for compound shogun::CMachineEvaluation...
- Generating docs for compound shogun::CMeanAbsoluteError...
- Generating docs for compound shogun::CMeanSquaredError...
- Generating docs for compound shogun::CMeanSquaredLogError...
- Generating docs for compound shogun::CMulticlassAccuracy...
- Generating docs for compound shogun::CMulticlassOVREvaluation...
- Generating docs for compound shogun::CPRCEvaluation...
- Generating docs for compound shogun::CROCEvaluation...
- Generating docs for compound shogun::CSplittingStrategy...
- Generating docs for compound shogun::CStratifiedCrossValidationSplitting...
- Generating docs for compound shogun::CStructuredAccuracy...
- Generating docs for compound shogun::CAlphabet...
- Generating docs for compound shogun::CAttributeFeatures...
- Generating docs for compound shogun::CBinnedDotFeatures...
- Generating docs for compound shogun::CCombinedDotFeatures...
- Generating docs for compound shogun::CCombinedFeatures...
- Generating docs for compound shogun::CDataGenerator...
- Generating docs for compound shogun::SGMatrix...
- Generating docs for compound shogun::SGVector...
- Generating docs for nested compound shogun::SGVector::IndexSorter...
- Generating docs for compound shogun::CDenseSubsetFeatures...
- Generating docs for compound shogun::CDotFeatures...
- Generating docs for compound shogun::CDummyFeatures...
- Generating docs for compound shogun::CExplicitSpecFeatures...
- Generating docs for compound shogun::CFeatures...
- Generating docs for compound shogun::CFKFeatures...
- Generating docs for compound shogun::CHashedWDFeatures...
- Generating docs for compound shogun::CHashedWDFeaturesTransposed...
- Generating docs for compound shogun::CImplicitWeightedSpecFeatures...
- Generating docs for compound shogun::CLatentFeatures...
- Generating docs for compound shogun::CLBPPyrDotFeatures...
- Generating docs for compound shogun::CMatrixFeatures...
- Generating docs for compound shogun::CPolyFeatures...
- Generating docs for compound shogun::CRealFileFeatures...
- Generating docs for compound shogun::CSNPFeatures...
- Generating docs for compound shogun::SGSparseMatrix...
- Generating docs for compound shogun::CSparsePolyFeatures...
- Generating docs for compound shogun::CStreamingDenseFeatures...
- Generating docs for compound shogun::CStreamingDotFeatures...
- Generating docs for compound shogun::CStreamingFeatures...
- Generating docs for compound shogun::CStreamingSparseFeatures...
- Generating docs for compound shogun::CStreamingStringFeatures...
- Generating docs for compound shogun::CStreamingVwFeatures...
- Generating docs for compound shogun::SGString...
- Generating docs for compound shogun::CMemoryMappedFile...
- Generating docs for compound shogun::CStringFileFeatures...
- Generating docs for compound shogun::CSubset...
- Generating docs for compound shogun::CSubsetStack...
- Generating docs for compound shogun::CTOPFeatures...
- Generating docs for compound shogun::CWDFeatures...
- Generating docs for compound shogun::CAsciiFile...
- Generating docs for compound shogun::CBinaryFile...
- Generating docs for compound shogun::CBinaryStream...
- Generating docs for compound shogun::SGSparseVector...
- Generating docs for compound shogun::CFile...
- Generating docs for compound shogun::CIOBuffer...
- Generating docs for compound shogun::CSerializableAsciiFile...
- Generating docs for compound shogun::SerializableAsciiReader00...
- Generating docs for compound shogun::CSerializableFile...
- Generating docs for nested compound shogun::CSerializableFile::TSerializableReader...
- Generating docs for compound shogun::SGIO...
- Generating docs for compound shogun::substring...
- Generating docs for compound shogun::CSimpleFile...
- Generating docs for compound shogun::CInputParser...
- Generating docs for compound shogun::Example...
- Generating docs for compound shogun::CParseBuffer...
- Generating docs for compound shogun::CStreamingAsciiFile...
- Generating docs for compound shogun::CStreamingFile...
- Generating docs for compound shogun::CStreamingFileFromDenseFeatures...
- Generating docs for compound shogun::CStreamingFileFromFeatures...
- Generating docs for compound shogun::CStreamingFileFromSparseFeatures...
- Generating docs for compound shogun::CStreamingFileFromStringFeatures...
- Generating docs for compound shogun::CStreamingVwCacheFile...
- Generating docs for compound shogun::CStreamingVwFile...
- Generating docs for compound shogun::CANOVAKernel...
- Generating docs for compound shogun::CAUCKernel...
- Generating docs for compound shogun::CBesselKernel...
- Generating docs for compound shogun::CCauchyKernel...
- Generating docs for compound shogun::CChi2Kernel...
- Generating docs for compound shogun::CCircularKernel...
- Generating docs for compound shogun::CCombinedKernel...
- Generating docs for compound shogun::CConstKernel...
- Generating docs for compound shogun::CCustomKernel...
- Generating docs for compound shogun::CDiagKernel...
- Generating docs for compound shogun::CDistanceKernel...
- Generating docs for compound shogun::CDotKernel...
- Generating docs for compound shogun::CExponentialKernel...
- Generating docs for compound shogun::CGaussianARDKernel...
- Generating docs for compound shogun::CGaussianKernel...
- Generating docs for compound shogun::CGaussianShiftKernel...
- Generating docs for compound shogun::CGaussianShortRealKernel...
- Generating docs for compound shogun::CHistogramIntersectionKernel...
- Generating docs for compound shogun::CInverseMultiQuadricKernel...
- Generating docs for compound shogun::CJensenShannonKernel...
- Generating docs for compound shogun::CKernel...
- Generating docs for compound shogun::CLinearARDKernel...
- Generating docs for compound shogun::CLinearKernel...
- Generating docs for compound shogun::CLogKernel...
- Generating docs for compound shogun::CMultiquadricKernel...
- Generating docs for compound shogun::CAvgDiagKernelNormalizer...
- Generating docs for compound shogun::CDiceKernelNormalizer...
- Generating docs for compound shogun::CFirstElementKernelNormalizer...
- Generating docs for compound shogun::CIdentityKernelNormalizer...
- Generating docs for compound shogun::CKernelNormalizer...
- Generating docs for compound shogun::CRidgeKernelNormalizer...
- Generating docs for compound shogun::CScatterKernelNormalizer...
- Generating docs for compound shogun::CSqrtDiagKernelNormalizer...
- Generating docs for compound shogun::CTanimotoKernelNormalizer...
- Generating docs for compound shogun::CVarianceKernelNormalizer...
- Generating docs for compound shogun::CZeroMeanCenterKernelNormalizer...
- Generating docs for compound shogun::CPolyKernel...
- Generating docs for compound shogun::CPowerKernel...
- Generating docs for compound shogun::CProductKernel...
- Generating docs for compound shogun::CPyramidChi2...
- Generating docs for compound shogun::CRationalQuadraticKernel...
- Generating docs for compound shogun::CSigmoidKernel...
- Generating docs for compound shogun::CSparseKernel...
- Generating docs for compound shogun::CSphericalKernel...
- Generating docs for compound shogun::CSplineKernel...
- Generating docs for compound shogun::CCommUlongStringKernel...
- Generating docs for compound shogun::CCommWordStringKernel...
- Generating docs for compound shogun::CDistantSegmentsKernel...
- Generating docs for compound shogun::CFixedDegreeStringKernel...
- Generating docs for compound shogun::CGaussianMatchStringKernel...
- Generating docs for compound shogun::CHistogramWordStringKernel...
- Generating docs for compound shogun::CLinearStringKernel...
- Generating docs for compound shogun::CLocalAlignmentStringKernel...
- Generating docs for compound shogun::CLocalityImprovedStringKernel...
- Generating docs for compound shogun::CMatchWordStringKernel...
- Generating docs for compound shogun::COligoStringKernel...
- Generating docs for compound shogun::CPolyMatchStringKernel...
- Generating docs for compound shogun::CPolyMatchWordStringKernel...
- Generating docs for compound shogun::CRegulatoryModulesStringKernel...
- Generating docs for compound shogun::CSalzbergWordStringKernel...
- Generating docs for compound shogun::CSimpleLocalityImprovedStringKernel...
- Generating docs for compound shogun::CSNPStringKernel...
- Generating docs for compound shogun::SSKFeatures...
- Generating docs for compound shogun::CSparseSpatialSampleStringKernel...
- Generating docs for compound shogun::CSpectrumMismatchRBFKernel...
- Generating docs for compound shogun::CSpectrumRBFKernel...
- Generating docs for compound shogun::CStringKernel...
- Generating docs for compound shogun::CWeightedCommWordStringKernel...
- Generating docs for compound shogun::CWeightedDegreePositionStringKernel...
- Generating docs for compound shogun::CWeightedDegreeStringKernel...
- Generating docs for compound shogun::CTensorProductPairKernel...
- Generating docs for compound shogun::CTStudentKernel...
- Generating docs for compound shogun::CWaveKernel...
- Generating docs for compound shogun::CWaveletKernel...
- Generating docs for compound shogun::CWeightedDegreeRBFKernel...
- Generating docs for compound shogun::CBinaryLabels...
- Generating docs for compound shogun::CDenseLabels...
- Generating docs for compound shogun::CLabels...
- Generating docs for compound shogun::CLatentLabels...
- Generating docs for compound shogun::CMulticlassLabels...
- Generating docs for compound shogun::CMulticlassMultipleOutputLabels...
- Generating docs for compound shogun::CRegressionLabels...
- Generating docs for compound shogun::CStructuredLabels...
- Generating docs for compound shogun::CLatentModel...
- Generating docs for compound shogun::CLatentSOSVM...
- Generating docs for compound shogun::CLatentSVM...
- Generating docs for compound shogun::CBitString...
- Generating docs for compound shogun::CCache...
- Generating docs for compound shogun::CCompressor...
- Generating docs for compound shogun::CoverTree...
- Generating docs for compound shogun::CData...
- Generating docs for compound shogun::TSGDataType...
- Generating docs for compound shogun::CDynamicObjectArray...
- Generating docs for compound shogun::CDynInt...
- Generating docs for compound shogun::func_wrapper...
- Generating docs for compound shogun::CGCArray...
- Generating docs for compound shogun::CHash...
- Generating docs for compound shogun::CIndexBlock...
- Generating docs for compound shogun::CIndexBlockGroup...
- Generating docs for compound shogun::CIndexBlockRelation...
- Generating docs for compound shogun::CIndexBlockTree...
- Generating docs for compound shogun::CIndirectObject...
- Generating docs for compound shogun::v_array...
- Generating docs for compound shogun::CJLCoverTreePoint...
- Generating docs for compound shogun::CListElement...
- Generating docs for compound shogun::CList...
- Generating docs for compound shogun::CSet...
- Generating docs for compound shogun::SGMatrixList...
- Generating docs for compound shogun::SGNDArray...
- Generating docs for compound shogun::SGReferencedData...
- Generating docs for compound shogun::SGSparseVectorEntry...
- Generating docs for compound shogun::SGStringList...
- Generating docs for compound shogun::ShogunException...
- Generating docs for compound shogun::CSignal...
- Generating docs for compound shogun::CStructuredData...
- Generating docs for compound shogun::CTime...
- Generating docs for compound shogun::CTrie...
- Generating docs for compound shogun::CHingeLoss...
- Generating docs for compound shogun::CLogLoss...
- Generating docs for compound shogun::CLogLossMargin...
- Generating docs for compound shogun::CLossFunction...
- Generating docs for compound shogun::CSmoothHingeLoss...
- Generating docs for compound shogun::CSquaredHingeLoss...
- Generating docs for compound shogun::CSquaredLoss...
- Generating docs for compound shogun::CBaseMulticlassMachine...
- Generating docs for compound shogun::CDistanceMachine...
- Generating docs for compound shogun::CKernelMachine...
- Generating docs for compound shogun::CKernelMulticlassMachine...
- Generating docs for compound shogun::CKernelStructuredOutputMachine...
- Generating docs for compound shogun::CLinearLatentMachine...
- Generating docs for compound shogun::CLinearMachine...
- Generating docs for compound shogun::CLinearMulticlassMachine...
- Generating docs for compound shogun::CLinearStructuredOutputMachine...
- Generating docs for compound shogun::CMachine...
- Generating docs for compound shogun::CMulticlassMachine...
- Generating docs for compound shogun::CNativeMulticlassMachine...
- Generating docs for compound shogun::COnlineLinearMachine...
- Generating docs for compound shogun::CStructuredOutputMachine...
- Generating docs for compound shogun::CCplex...
- Generating docs for compound shogun::CLoss...
- Generating docs for compound shogun::CMath...
- Generating docs for compound shogun::Munkres...
- Generating docs for compound shogun::CSparseInverseCovariance...
- Generating docs for compound shogun::CStatistics...
- Generating docs for compound shogun::CGradientModelSelection...
- Generating docs for nested compound shogun::CGradientModelSelection::nlopt_package...
- Generating docs for compound shogun::CGridSearchModelSelection...
- Generating docs for compound shogun::CModelSelection...
- Generating docs for compound shogun::CModelSelectionParameters...
- Generating docs for compound shogun::CParameterCombination...
- Generating docs for compound shogun::CRandomSearchModelSelection...
- Generating docs for compound shogun::CConjugateIndex...
- Generating docs for compound shogun::CECOCAEDDecoder...
- Generating docs for compound shogun::CECOCDecoder...
- Generating docs for compound shogun::CECOCDiscriminantEncoder...
- Generating docs for compound shogun::CECOCEDDecoder...
- Generating docs for compound shogun::CECOCEncoder...
- Generating docs for compound shogun::CECOCForestEncoder...
- Generating docs for compound shogun::CECOCHDDecoder...
- Generating docs for compound shogun::CECOCIHDDecoder...
- Generating docs for compound shogun::CECOCLLBDecoder...
- Generating docs for compound shogun::CECOCOVOEncoder...
- Generating docs for compound shogun::CECOCOVREncoder...
- Generating docs for compound shogun::CECOCRandomDenseEncoder...
- Generating docs for compound shogun::CECOCRandomSparseEncoder...
- Generating docs for compound shogun::CECOCSimpleDecoder...
- Generating docs for compound shogun::CECOCStrategy...
- Generating docs for compound shogun::CECOCUtil...
- Generating docs for compound shogun::CGaussianNaiveBayes...
- Generating docs for compound shogun::CGMNPLib...
- Generating docs for compound shogun::CGMNPSVM...
- Generating docs for compound shogun::CKNN...
- Generating docs for compound shogun::CLaRank...
- Generating docs for compound shogun::CMulticlassLibLinear...
- Generating docs for compound shogun::CMulticlassLibSVM...
- Generating docs for compound shogun::CMulticlassOCAS...
- Generating docs for compound shogun::CMulticlassOneVsOneStrategy...
- Generating docs for compound shogun::CMulticlassOneVsRestStrategy...
- Generating docs for compound shogun::CMulticlassStrategy...
- Generating docs for compound shogun::CMulticlassSVM...
- Generating docs for compound shogun::CMulticlassTreeGuidedLogisticRegression...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassTreeGuidedLogisticRegression.h:89: warning: argument 'tree' of command @param is not found in the argument list of CMulticlassTreeGuidedLogisticRegression::set_index_tree(CIndexBlockTree *index_tree)
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/MulticlassTreeGuidedLogisticRegression.h:89: warning: The following parameters of shogun::CMulticlassTreeGuidedLogisticRegression::set_index_tree(CIndexBlockTree *index_tree) are not documented:
- parameter 'index_tree'
- Generating docs for compound shogun::CQDA...
- Generating docs for compound shogun::CRejectionStrategy...
- Generating docs for compound shogun::CThresholdRejectionStrategy...
- Generating docs for compound shogun::CDixonQTestRejectionStrategy...
- Generating docs for compound shogun::CScatterSVM...
- Generating docs for compound shogun::CShareBoost...
- Generating docs for compound shogun::ShareBoostOptimizer...
- Generating docs for compound shogun::CBalancedConditionalProbabilityTree...
- Generating docs for compound shogun::CConditionalProbabilityTree...
- Generating docs for compound shogun::ConditionalProbabilityTreeNodeData...
- Generating docs for compound shogun::CRandomConditionalProbabilityTree...
- Generating docs for compound shogun::CRelaxedTree...
- Generating docs for compound shogun::RelaxedTreeNodeData...
- Generating docs for compound shogun::RelaxedTreeUtil...
- Generating docs for compound shogun::CTreeMachine...
- Generating docs for compound shogun::CTreeMachineNode...
- Generating docs for compound shogun::VwConditionalProbabilityTreeNodeData...
- Generating docs for compound shogun::CVwConditionalProbabilityTree...
- Generating docs for compound shogun::tag_callback_data...
- Generating docs for compound shogun::tag_iteration_data...
- Generating docs for compound shogun::lbfgs_parameter_t...
- Generating docs for compound shogun::CDecompressString...
- Generating docs for compound shogun::CDensePreprocessor...
- Generating docs for compound shogun::CDimensionReductionPreprocessor...
- Generating docs for compound shogun::CHomogeneousKernelMap...
- Generating docs for compound shogun::CKernelPCA...
- Generating docs for compound shogun::CLogPlusOne...
- Generating docs for compound shogun::CNormOne...
- Generating docs for compound shogun::CPCA...
- Generating docs for compound shogun::CPNorm...
- Generating docs for compound shogun::CPreprocessor...
- Generating docs for compound shogun::CPruneVarSubMean...
- Generating docs for compound shogun::CRandomFourierGaussPreproc...
- Generating docs for compound shogun::CSortUlongString...
- Generating docs for compound shogun::CSortWordString...
- Generating docs for compound shogun::CSparsePreprocessor...
- Generating docs for compound shogun::CStringPreprocessor...
- Generating docs for compound shogun::CSumOne...
- Generating docs for compound shogun::CGaussianProcessRegression...
- Generating docs for compound shogun::CExactInferenceMethod...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h:25: warning: Found unknown command `\sigma'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h:32: warning: Found unknown command `\boldsymbol'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h:32: warning: Found unknown command `\alpha'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h:32: warning: Found unknown command `\backslash'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h:32: warning: Found unknown command `\backslash'
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/ExactInferenceMethod.h:32: warning: Found unknown command `\boldsymbol'
- Generating docs for compound shogun::CFITCInferenceMethod...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/FITCInferenceMethod.h:93: warning: Found unknown command `\mu'
- Generating docs for compound shogun::CGaussianLikelihood...
- Generating docs for compound shogun::CInferenceMethod...
- Generating docs for compound shogun::Psi_line...
- Generating docs for compound shogun::CLaplacianInferenceMethod...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp/LaplacianInferenceMethod.h:98: warning: Found unknown command `\mu'
- Generating docs for compound shogun::CLikelihoodModel...
- Generating docs for compound shogun::CMeanFunction...
- Generating docs for compound shogun::CStudentsTLikelihood...
- Generating docs for compound shogun::CZeroMean...
- Generating docs for compound shogun::CKernelRidgeRegression...
- Generating docs for compound shogun::CLeastAngleRegression...
- Generating docs for compound shogun::CLeastSquaresRegression...
- Generating docs for compound shogun::CLinearRidgeRegression...
- Generating docs for compound shogun::CLibLinearRegression...
- Generating docs for compound shogun::CLibSVR...
- Generating docs for compound shogun::CMKLRegression...
- Generating docs for compound shogun::CSVRLight...
- Generating docs for compound shogun::CHSIC...
- Generating docs for compound shogun::CKernelIndependenceTestStatistic...
- Generating docs for compound shogun::CKernelMeanMatching...
- Generating docs for compound shogun::CKernelTwoSampleTestStatistic...
- Generating docs for compound shogun::CLinearTimeMMD...
- Generating docs for compound shogun::CQuadraticTimeMMD...
- Generating docs for compound shogun::CTestStatistic...
- Generating docs for compound shogun::CTwoDistributionsTestStatistic...
- Generating docs for compound shogun::CDualLibQPBMSOSVM...
- Generating docs for compound shogun::CDynProg...
- Generating docs for compound shogun::CSequence...
- Generating docs for compound shogun::CHMSVMLabels...
- Generating docs for compound shogun::CHMSVMModel...
- Generating docs for compound shogun::CIntronList...
- Generating docs for compound shogun::bmrm_return_value_T...
- Generating docs for compound shogun::bmrm_ll...
- Generating docs for compound shogun::CMulticlassModel...
- Generating docs for compound shogun::CRealNumber...
- Generating docs for compound shogun::CMulticlassSOLabels...
- Generating docs for compound shogun::CPlif...
- Generating docs for compound shogun::CPlifArray...
- Generating docs for compound shogun::CPlifBase...
- Generating docs for compound shogun::CPlifMatrix...
- Generating docs for compound shogun::CSegmentLoss...
- Generating docs for compound shogun::CStateModel...
- Generating docs for compound shogun::TMultipleCPinfo...
- Generating docs for compound shogun::CResultSet...
- Generating docs for compound shogun::CStructuredModel...
- Generating docs for compound shogun::CTwoStateModel...
- Generating docs for compound shogun::CDomainAdaptationMulticlassLibLinear...
- Generating docs for compound shogun::CDomainAdaptationSVM...
- Generating docs for compound shogun::CDomainAdaptationSVMLinear...
- Generating docs for compound shogun::MappedSparseMatrix...
- Generating docs for compound shogun::CLibLinearMTL...
- Generating docs for compound shogun::CMultitaskClusteredLogisticRegression...
- Generating docs for compound shogun::CMultitaskCompositeMachine...
- Generating docs for compound shogun::CMultitaskKernelMaskNormalizer...
- Generating docs for compound shogun::CMultitaskKernelMaskPairNormalizer...
- Generating docs for compound shogun::CMultitaskKernelMklNormalizer...
- Generating docs for compound shogun::CMultitaskKernelNormalizer...
- Generating docs for compound shogun::CMultitaskKernelPlifNormalizer...
- Generating docs for compound shogun::CNode...
- Generating docs for compound shogun::CTaxonomy...
- Generating docs for compound shogun::CMultitaskKernelTreeNormalizer...
- Generating docs for compound shogun::CMultitaskL12LogisticRegression...
- Generating docs for compound shogun::CMultitaskLeastSquaresRegression...
- Generating docs for compound shogun::CMultitaskLinearMachine...
- Generating docs for compound shogun::CMultitaskLogisticRegression...
- Generating docs for compound shogun::CMultitaskROCEvaluation...
- Generating docs for compound shogun::CMultitaskTraceLogisticRegression...
- Generating docs for compound shogun::CTask...
- Generating docs for compound shogun::CTaskGroup...
- Generating docs for compound shogun::CTaskRelation...
- Generating docs for compound shogun::CTaskTree...
- Generating docs for compound shogun::CGUIClassifier...
- Generating docs for compound shogun::CGUIConverter...
- Generating docs for compound shogun::CGUIDistance...
- Generating docs for compound shogun::CGUIFeatures...
- Generating docs for compound shogun::CGUIHMM...
- Generating docs for compound shogun::CGUIKernel...
- Generating docs for compound shogun::CGUILabels...
- Generating docs for compound shogun::CGUIMath...
- Generating docs for compound shogun::CGUIPluginEstimate...
- Generating docs for compound shogun::CGUIPreprocessor...
- Generating docs for compound shogun::CGUIStructure...
- Generating docs for compound shogun::CGUITime...
- Generating graph info page...
- Generating directory documentation...
- Generating dependency graph for directory base
- Generating dependency graph for directory cache
- Generating dependency graph for directory classifier
- Generating dependency graph for directory clustering
- Generating dependency graph for directory converter
- Generating dependency graph for directory distance
- Generating dependency graph for directory distributions
- Generating dependency graph for directory domain_adaptation
- Generating dependency graph for directory ecoc
- Generating dependency graph for directory evaluation
- Generating dependency graph for directory external
- Generating dependency graph for directory features
- Generating dependency graph for directory flsa
- Generating dependency graph for directory gp
- Generating dependency graph for directory io
- Generating dependency graph for directory kernel
- Generating dependency graph for directory labels
- Generating dependency graph for directory latent
- Generating dependency graph for directory lbfgs
- Generating dependency graph for directory learners
- Generating dependency graph for directory lib
- Generating dependency graph for directory liblinear
- Generating dependency graph for directory loss
- Generating dependency graph for directory machine
- Generating dependency graph for directory malsar
- Generating dependency graph for directory mathematics
- Generating dependency graph for directory mkl
- Generating dependency graph for directory modelselection
- Generating dependency graph for directory multiclass
- Generating dependency graph for directory multitask
- Generating dependency graph for directory normalizer
- Generating dependency graph for directory optimization
- Generating dependency graph for directory order
- Generating dependency graph for directory overlapping
- Generating dependency graph for directory pages
- Generating dependency graph for directory preprocessor
- Generating dependency graph for directory q1
- Generating dependency graph for directory regression
- Generating dependency graph for directory shogun
- Generating dependency graph for directory slep
- Generating dependency graph for directory SpInvCoVa
- Generating dependency graph for directory src
- Generating dependency graph for directory statistics
- Generating dependency graph for directory streaming
- Generating dependency graph for directory streaming
- Generating dependency graph for directory string
- Generating dependency graph for directory structure
- Generating dependency graph for directory svm
- Generating dependency graph for directory svr
- Generating dependency graph for directory transfer
- Generating dependency graph for directory tree
- Generating dependency graph for directory tree
- Generating dependency graph for directory ui
- Generating dependency graph for directory vw
- Generating bitmaps for formulas in HTML...
- This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)
- restricted \write18 enabled.
- entering extended mode
- (./_formulas.tex
- LaTeX2e <2011/06/27>
- Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, et
- hiopic, arabic, farsi, pinyin, croatian, bulgarian, russian, ukrainian, czech,
- slovak, danish, dutch, ukenglish, usenglishmax, finnish, german-x-2012-05-30, n
- german-x-2012-05-30, german, ngerman, swissgerman, ancientgreek, ibycus, greek,
- monogreek, hungarian, assamese, bengali, gujarati, hindi, kannada, malayalam,
- marathi, oriya, panjabi, tamil, telugu, sanskrit, italian, latvian, mongolian,
- mongolianlmc, bokmal, nynorsk, afrikaans, armenian, coptic, esperanto, estonian
- , friulan, icelandic, indonesian, interlingua, irish, kurmanji, romanian, roman
- sh, serbian, serbianc, slovenian, turkish, uppersorbian, welsh, polish, portugu
- ese, catalan, galician, spanish, swedish, turkmen, loaded.
- Problems running latex. Check your installation or look for typos in _formulas.tex and check _formulas.log!
- Generating image form_0.png for formula
- Generating image form_1.png for formula
- Generating image form_2.png for formula
- Generating image form_3.png for formula
- Generating image form_4.png for formula
- Generating image form_5.png for formula
- Generating image form_6.png for formula
- Generating image form_7.png for formula
- Generating image form_8.png for formula
- Generating image form_9.png for formula
- Generating image form_10.png for formula
- Generating image form_11.png for formula
- Generating image form_12.png for formula
- Generating image form_13.png for formula
- Generating image form_14.png for formula
- Generating image form_15.png for formula
- Generating image form_16.png for formula
- Generating image form_17.png for formula
- Generating image form_18.png for formula
- Generating image form_19.png for formula
- Generating image form_20.png for formula
- Generating image form_21.png for formula
- Generating image form_22.png for formula
- Generating image form_23.png for formula
- Generating image form_24.png for formula
- Generating image form_25.png for formula
- Generating image form_26.png for formula
- Generating image form_27.png for formula
- Generating image form_28.png for formula
- Generating image form_29.png for formula
- Generating image form_30.png for formula
- Generating image form_31.png for formula
- Generating image form_32.png for formula
- Generating image form_33.png for formula
- Generating image form_34.png for formula
- Generating image form_35.png for formula
- Generating image form_36.png for formula
- Generating image form_37.png for formula
- Generating image form_38.png for formula
- Generating image form_39.png for formula
- Generating image form_40.png for formula
- Generating image form_41.png for formula
- Generating image form_42.png for formula
- Generating image form_43.png for formula
- Generating image form_44.png for formula
- Generating image form_45.png for formula
- Generating image form_46.png for formula
- Generating image form_47.png for formula
- Generating image form_48.png for formula
- Generating image form_49.png for formula
- Generating image form_50.png for formula
- Generating image form_51.png for formula
- Generating image form_52.png for formula
- Generating image form_53.png for formula
- Generating image form_54.png for formula
- Generating image form_55.png for formula
- Generating image form_56.png for formula
- Generating image form_57.png for formula
- Generating image form_58.png for formula
- Generating image form_59.png for formula
- Generating image form_60.png for formula
- Generating image form_61.png for formula
- Generating image form_62.png for formula
- Generating image form_63.png for formula
- Generating image form_64.png for formula
- Generating image form_65.png for formula
- Generating image form_66.png for formula
- Generating image form_67.png for formula
- Generating image form_68.png for formula
- Generating image form_69.png for formula
- Generating image form_70.png for formula
- Generating image form_71.png for formula
- Generating image form_72.png for formula
- Generating image form_73.png for formula
- Generating image form_74.png for formula
- Generating image form_75.png for formula
- Generating image form_76.png for formula
- Generating image form_77.png for formula
- Generating image form_78.png for formula
- Generating image form_79.png for formula
- Generating image form_80.png for formula
- Generating image form_81.png for formula
- Generating image form_82.png for formula
- Generating image form_83.png for formula
- Generating image form_84.png for formula
- Generating image form_85.png for formula
- Generating image form_86.png for formula
- Generating image form_87.png for formula
- Generating image form_88.png for formula
- Generating image form_89.png for formula
- Generating image form_90.png for formula
- Generating image form_91.png for formula
- Generating image form_92.png for formula
- Generating image form_93.png for formula
- Generating image form_94.png for formula
- Generating image form_95.png for formula
- Generating image form_96.png for formula
- Generating image form_97.png for formula
- Generating image form_98.png for formula
- Generating image form_99.png for formula
- Generating image form_100.png for formula
- Generating image form_101.png for formula
- Generating image form_102.png for formula
- Generating image form_103.png for formula
- Generating image form_104.png for formula
- Generating image form_105.png for formula
- Generating image form_106.png for formula
- Generating image form_107.png for formula
- Generating image form_108.png for formula
- Generating image form_109.png for formula
- Generating image form_110.png for formula
- Generating image form_111.png for formula
- Generating image form_112.png for formula
- Generating image form_113.png for formula
- Generating image form_114.png for formula
- Generating image form_115.png for formula
- Generating image form_116.png for formula
- Generating image form_117.png for formula
- Generating image form_118.png for formula
- Generating image form_119.png for formula
- Generating image form_120.png for formula
- Generating image form_121.png for formula
- Generating image form_122.png for formula
- Generating image form_123.png for formula
- Generating image form_124.png for formula
- Generating image form_125.png for formula
- Generating image form_126.png for formula
- Generating image form_127.png for formula
- Generating image form_128.png for formula
- Generating image form_129.png for formula
- Generating image form_130.png for formula
- Generating image form_131.png for formula
- Generating image form_132.png for formula
- Generating image form_133.png for formula
- Generating image form_134.png for formula
- Generating image form_135.png for formula
- Generating image form_136.png for formula
- Generating image form_137.png for formula
- Generating image form_138.png for formula
- Generating image form_139.png for formula
- Generating image form_140.png for formula
- Generating image form_141.png for formula
- Generating image form_142.png for formula
- Generating image form_143.png for formula
- Generating image form_144.png for formula
- Generating image form_145.png for formula
- Generating image form_146.png for formula
- Generating image form_147.png for formula
- Generating image form_148.png for formula
- Generating image form_149.png for formula
- Generating image form_150.png for formula
- Generating image form_151.png for formula
- Generating image form_152.png for formula
- Generating image form_153.png for formula
- Generating image form_154.png for formula
- Generating image form_155.png for formula
- Generating image form_156.png for formula
- Generating image form_157.png for formula
- Generating image form_158.png for formula
- Generating image form_159.png for formula
- Generating image form_160.png for formula
- Generating image form_161.png for formula
- Generating image form_162.png for formula
- Generating image form_163.png for formula
- Generating image form_164.png for formula
- Generating image form_165.png for formula
- Generating image form_166.png for formula
- Generating image form_167.png for formula
- Generating image form_168.png for formula
- Generating image form_169.png for formula
- Generating image form_170.png for formula
- Generating image form_171.png for formula
- Generating image form_172.png for formula
- Generating image form_173.png for formula
- Generating image form_174.png for formula
- Generating image form_175.png for formula
- Generating image form_176.png for formula
- Generating image form_177.png for formula
- Generating image form_178.png for formula
- Generating image form_179.png for formula
- Generating image form_180.png for formula
- Generating image form_181.png for formula
- Generating image form_182.png for formula
- Generating image form_183.png for formula
- Generating image form_184.png for formula
- Generating image form_185.png for formula
- Generating image form_186.png for formula
- Generating image form_187.png for formula
- Generating image form_188.png for formula
- Generating image form_189.png for formula
- Generating image form_190.png for formula
- Generating image form_191.png for formula
- Generating image form_192.png for formula
- Generating image form_193.png for formula
- Generating image form_194.png for formula
- Generating image form_195.png for formula
- Generating image form_196.png for formula
- Generating image form_197.png for formula
- Generating image form_198.png for formula
- Generating image form_199.png for formula
- Generating image form_200.png for formula
- Generating image form_201.png for formula
- Generating image form_202.png for formula
- Generating image form_203.png for formula
- Generating image form_204.png for formula
- Generating image form_205.png for formula
- Generating image form_206.png for formula
- Generating image form_207.png for formula
- Generating image form_208.png for formula
- Generating image form_209.png for formula
- Generating image form_210.png for formula
- Generating image form_211.png for formula
- Generating image form_212.png for formula
- Generating image form_213.png for formula
- Generating image form_214.png for formula
- Generating image form_215.png for formula
- Generating image form_216.png for formula
- Generating image form_217.png for formula
- Generating image form_218.png for formula
- Generating image form_219.png for formula
- Generating image form_220.png for formula
- Generating image form_221.png for formula
- Generating image form_222.png for formula
- Generating image form_223.png for formula
- Generating image form_224.png for formula
- Generating image form_225.png for formula
- Generating image form_226.png for formula
- Generating image form_227.png for formula
- Generating image form_228.png for formula
- Generating image form_229.png for formula
- Generating image form_230.png for formula
- Generating image form_231.png for formula
- Generating image form_232.png for formula
- Generating image form_233.png for formula
- Generating image form_234.png for formula
- Generating image form_235.png for formula
- Generating image form_236.png for formula
- Generating image form_237.png for formula
- Generating image form_238.png for formula
- Generating image form_239.png for formula
- Generating image form_240.png for formula
- Generating image form_241.png for formula
- Generating image form_242.png for formula
- Generating image form_243.png for formula
- Generating image form_244.png for formula
- Generating image form_245.png for formula
- Generating image form_246.png for formula
- Generating image form_247.png for formula
- Generating image form_248.png for formula
- Generating image form_249.png for formula
- Generating image form_250.png for formula
- Generating image form_251.png for formula
- Generating image form_252.png for formula
- Generating image form_253.png for formula
- Generating image form_254.png for formula
- Generating image form_255.png for formula
- Generating image form_256.png for formula
- Generating image form_257.png for formula
- Generating image form_258.png for formula
- Generating image form_259.png for formula
- Generating image form_260.png for formula
- Generating image form_261.png for formula
- Generating image form_262.png for formula
- Generating image form_263.png for formula
- Generating image form_264.png for formula
- Generating image form_265.png for formula
- Generating image form_266.png for formula
- Generating image form_267.png for formula
- Generating image form_268.png for formula
- Generating image form_269.png for formula
- Generating image form_270.png for formula
- Generating image form_271.png for formula
- Generating image form_272.png for formula
- Generating image form_273.png for formula
- Generating image form_274.png for formula
- Generating image form_275.png for formula
- Generating image form_276.png for formula
- Generating image form_277.png for formula
- Generating image form_278.png for formula
- Generating image form_279.png for formula
- Generating image form_280.png for formula
- Generating image form_281.png for formula
- Generating image form_282.png for formula
- Generating image form_283.png for formula
- Generating image form_284.png for formula
- Generating image form_285.png for formula
- Generating image form_286.png for formula
- Generating image form_287.png for formula
- Generating image form_288.png for formula
- Generating image form_289.png for formula
- Generating image form_290.png for formula
- Generating image form_291.png for formula
- Generating image form_292.png for formula
- Generating image form_293.png for formula
- Generating image form_294.png for formula
- Generating image form_295.png for formula
- Generating image form_296.png for formula
- Generating image form_297.png for formula
- Generating image form_298.png for formula
- Generating image form_299.png for formula
- Generating image form_300.png for formula
- Generating image form_301.png for formula
- Generating image form_302.png for formula
- Generating image form_303.png for formula
- Generating image form_304.png for formula
- Generating image form_305.png for formula
- Generating image form_306.png for formula
- Generating image form_307.png for formula
- Generating image form_308.png for formula
- Generating image form_309.png for formula
- Generating image form_310.png for formula
- Generating image form_311.png for formula
- Generating image form_312.png for formula
- Generating image form_313.png for formula
- Generating image form_314.png for formula
- Generating image form_315.png for formula
- Generating image form_316.png for formula
- Generating image form_317.png for formula
- Generating image form_318.png for formula
- Generating image form_319.png for formula
- Generating image form_320.png for formula
- Generating image form_321.png for formula
- Generating image form_322.png for formula
- Generating image form_323.png for formula
- Generating image form_324.png for formula
- Generating image form_325.png for formula
- Generating image form_326.png for formula
- Generating image form_327.png for formula
- Generating image form_328.png for formula
- Generating image form_329.png for formula
- Generating image form_330.png for formula
- Generating image form_331.png for formula
- Generating image form_332.png for formula
- Generating image form_333.png for formula
- Generating image form_334.png for formula
- Generating image form_335.png for formula
- Generating image form_336.png for formula
- Generating image form_337.png for formula
- Generating image form_338.png for formula
- Generating image form_339.png for formula
- Generating image form_340.png for formula
- Generating image form_341.png for formula
- Generating index page...
- Generating page index...
- Generating module index...
- Generating namespace index...
- Generating namespace member index...
- Generating annotated compound index...
- Generating alphabetical compound index...
- Generating hierarchical class index...
- Generating graphical class hierarchy...
- Generating member index...
- Generating file index...
- Generating file member index...
- Generating example index...
- finalizing index lists...
- Generating dot graphs using 33 parallel threads...
- Running dot for graph 1/625
- Running dot for graph 2/625
- Running dot for graph 3/625
- Running dot for graph 4/625
- Running dot for graph 5/625
- Running dot for graph 6/625
- Running dot for graph 7/625
- Running dot for graph 8/625
- Running dot for graph 9/625
- Running dot for graph 10/625
- Running dot for graph 11/625
- Running dot for graph 12/625
- Running dot for graph 13/625
- Running dot for graph 14/625
- Running dot for graph 15/625
- Running dot for graph 16/625
- Running dot for graph 17/625
- Running dot for graph 18/625
- Running dot for graph 19/625
- Running dot for graph 20/625
- Running dot for graph 21/625
- Running dot for graph 22/625
- Running dot for graph 23/625
- Running dot for graph 24/625
- Running dot for graph 25/625
- Running dot for graph 26/625
- Running dot for graph 27/625
- Running dot for graph 28/625
- Running dot for graph 29/625
- Running dot for graph 30/625
- Running dot for graph 31/625
- Running dot for graph 32/625
- Running dot for graph 33/625
- Running dot for graph 34/625
- Running dot for graph 35/625
- Running dot for graph 36/625
- Running dot for graph 37/625
- Running dot for graph 38/625
- Running dot for graph 39/625
- Running dot for graph 40/625
- Running dot for graph 41/625
- Running dot for graph 42/625
- Running dot for graph 43/625
- Running dot for graph 44/625
- Running dot for graph 45/625
- Running dot for graph 46/625
- Running dot for graph 47/625
- Running dot for graph 48/625
- Running dot for graph 49/625
- Running dot for graph 50/625
- Running dot for graph 51/625
- Running dot for graph 52/625
- Running dot for graph 53/625
- Running dot for graph 54/625
- Running dot for graph 55/625
- Running dot for graph 56/625
- Running dot for graph 57/625
- Running dot for graph 58/625
- Running dot for graph 59/625
- Running dot for graph 60/625
- Running dot for graph 61/625
- Running dot for graph 62/625
- Running dot for graph 63/625
- Running dot for graph 64/625
- Running dot for graph 65/625
- Running dot for graph 66/625
- Running dot for graph 67/625
- Running dot for graph 68/625
- Running dot for graph 69/625
- Running dot for graph 70/625
- Running dot for graph 71/625
- Running dot for graph 72/625
- Running dot for graph 73/625
- Running dot for graph 74/625
- Running dot for graph 75/625
- Running dot for graph 76/625
- Running dot for graph 77/625
- Running dot for graph 78/625
- Running dot for graph 79/625
- Running dot for graph 80/625
- Running dot for graph 81/625
- Running dot for graph 82/625
- Running dot for graph 83/625
- Running dot for graph 84/625
- Running dot for graph 85/625
- Running dot for graph 86/625
- Running dot for graph 87/625
- Running dot for graph 88/625
- Running dot for graph 89/625
- Running dot for graph 90/625
- Running dot for graph 91/625
- Running dot for graph 92/625
- Running dot for graph 93/625
- Running dot for graph 94/625
- Running dot for graph 95/625
- Running dot for graph 96/625
- Running dot for graph 97/625
- Running dot for graph 98/625
- Running dot for graph 99/625
- Running dot for graph 100/625
- Running dot for graph 101/625
- Running dot for graph 102/625
- Running dot for graph 103/625
- Running dot for graph 104/625
- Running dot for graph 105/625
- Running dot for graph 106/625
- Running dot for graph 107/625
- Running dot for graph 108/625
- Running dot for graph 109/625
- Running dot for graph 110/625
- Running dot for graph 111/625
- Running dot for graph 112/625
- Running dot for graph 113/625
- Running dot for graph 114/625
- Running dot for graph 115/625
- Running dot for graph 116/625
- Running dot for graph 117/625
- Running dot for graph 118/625
- Running dot for graph 119/625
- Running dot for graph 120/625
- Running dot for graph 121/625
- Running dot for graph 122/625
- Running dot for graph 123/625
- Running dot for graph 124/625
- Running dot for graph 125/625
- Running dot for graph 126/625
- Running dot for graph 127/625
- Running dot for graph 128/625
- Running dot for graph 129/625
- Running dot for graph 130/625
- Running dot for graph 131/625
- Running dot for graph 132/625
- Running dot for graph 133/625
- Running dot for graph 134/625
- Running dot for graph 135/625
- Running dot for graph 136/625
- Running dot for graph 137/625
- Running dot for graph 138/625
- Running dot for graph 139/625
- Running dot for graph 140/625
- Running dot for graph 141/625
- Running dot for graph 142/625
- Running dot for graph 143/625
- Running dot for graph 144/625
- Running dot for graph 145/625
- Running dot for graph 146/625
- Running dot for graph 147/625
- Running dot for graph 148/625
- Running dot for graph 149/625
- Running dot for graph 150/625
- Running dot for graph 151/625
- Running dot for graph 152/625
- Running dot for graph 153/625
- Running dot for graph 154/625
- Running dot for graph 155/625
- Running dot for graph 156/625
- Running dot for graph 157/625
- Running dot for graph 158/625
- Running dot for graph 159/625
- Running dot for graph 160/625
- Running dot for graph 161/625
- Running dot for graph 162/625
- Running dot for graph 163/625
- Running dot for graph 164/625
- Running dot for graph 165/625
- Running dot for graph 166/625
- Running dot for graph 167/625
- Running dot for graph 168/625
- Running dot for graph 169/625
- Running dot for graph 170/625
- Running dot for graph 171/625
- Running dot for graph 172/625
- Running dot for graph 173/625
- Running dot for graph 174/625
- Running dot for graph 175/625
- Running dot for graph 176/625
- Running dot for graph 177/625
- Running dot for graph 178/625
- Running dot for graph 179/625
- Running dot for graph 180/625
- Running dot for graph 181/625
- Running dot for graph 182/625
- Running dot for graph 183/625
- Running dot for graph 184/625
- Running dot for graph 185/625
- Running dot for graph 186/625
- Running dot for graph 187/625
- Running dot for graph 188/625
- Running dot for graph 189/625
- Running dot for graph 190/625
- Running dot for graph 191/625
- Running dot for graph 192/625
- Running dot for graph 193/625
- Running dot for graph 194/625
- Running dot for graph 195/625
- Running dot for graph 196/625
- Running dot for graph 197/625
- Running dot for graph 198/625
- Running dot for graph 199/625
- Running dot for graph 200/625
- Running dot for graph 201/625
- Running dot for graph 202/625
- Running dot for graph 203/625
- Running dot for graph 204/625
- Running dot for graph 205/625
- Running dot for graph 206/625
- Running dot for graph 207/625
- Running dot for graph 208/625
- Running dot for graph 209/625
- Running dot for graph 210/625
- Running dot for graph 211/625
- Running dot for graph 212/625
- Running dot for graph 213/625
- Running dot for graph 214/625
- Running dot for graph 215/625
- Running dot for graph 216/625
- Running dot for graph 217/625
- Running dot for graph 218/625
- Running dot for graph 219/625
- Running dot for graph 220/625
- Running dot for graph 221/625
- Running dot for graph 222/625
- Running dot for graph 223/625
- Running dot for graph 224/625
- Running dot for graph 225/625
- Running dot for graph 226/625
- Running dot for graph 227/625
- Running dot for graph 228/625
- Running dot for graph 229/625
- Running dot for graph 230/625
- Running dot for graph 231/625
- Running dot for graph 232/625
- Running dot for graph 233/625
- Running dot for graph 234/625
- Running dot for graph 235/625
- Running dot for graph 236/625
- Running dot for graph 237/625
- Running dot for graph 238/625
- Running dot for graph 239/625
- Running dot for graph 240/625
- Running dot for graph 241/625
- Running dot for graph 242/625
- Running dot for graph 243/625
- Running dot for graph 244/625
- Running dot for graph 245/625
- Running dot for graph 246/625
- Running dot for graph 247/625
- Running dot for graph 248/625
- Running dot for graph 249/625
- Running dot for graph 250/625
- Running dot for graph 251/625
- Running dot for graph 252/625
- Running dot for graph 253/625
- Running dot for graph 254/625
- Running dot for graph 255/625
- Running dot for graph 256/625
- Running dot for graph 257/625
- Running dot for graph 258/625
- Running dot for graph 259/625
- Running dot for graph 260/625
- Running dot for graph 261/625
- Running dot for graph 262/625
- Running dot for graph 263/625
- Running dot for graph 264/625
- Running dot for graph 265/625
- Running dot for graph 266/625
- Running dot for graph 267/625
- Running dot for graph 268/625
- Running dot for graph 269/625
- Running dot for graph 270/625
- Running dot for graph 271/625
- Running dot for graph 272/625
- Running dot for graph 273/625
- Running dot for graph 274/625
- Running dot for graph 275/625
- Running dot for graph 276/625
- Running dot for graph 277/625
- Running dot for graph 278/625
- Running dot for graph 279/625
- Running dot for graph 280/625
- Running dot for graph 281/625
- Running dot for graph 282/625
- Running dot for graph 283/625
- Running dot for graph 284/625
- Running dot for graph 285/625
- Running dot for graph 286/625
- Running dot for graph 287/625
- Running dot for graph 288/625
- Running dot for graph 289/625
- Running dot for graph 290/625
- Running dot for graph 291/625
- Running dot for graph 292/625
- Running dot for graph 293/625
- Running dot for graph 294/625
- Running dot for graph 295/625
- Running dot for graph 296/625
- Running dot for graph 297/625
- Running dot for graph 298/625
- Running dot for graph 299/625
- Running dot for graph 300/625
- Running dot for graph 301/625
- Running dot for graph 302/625
- Running dot for graph 303/625
- Running dot for graph 304/625
- Running dot for graph 305/625
- Running dot for graph 306/625
- Running dot for graph 307/625
- Running dot for graph 308/625
- Running dot for graph 309/625
- Running dot for graph 310/625
- Running dot for graph 311/625
- Running dot for graph 312/625
- Running dot for graph 313/625
- Running dot for graph 314/625
- Running dot for graph 315/625
- Running dot for graph 316/625
- Running dot for graph 317/625
- Running dot for graph 318/625
- Running dot for graph 319/625
- Running dot for graph 320/625
- Running dot for graph 321/625
- Running dot for graph 322/625
- Running dot for graph 323/625
- Running dot for graph 324/625
- Running dot for graph 325/625
- Running dot for graph 326/625
- Running dot for graph 327/625
- Running dot for graph 328/625
- Running dot for graph 329/625
- Running dot for graph 330/625
- Running dot for graph 331/625
- Running dot for graph 332/625
- Running dot for graph 333/625
- Running dot for graph 334/625
- Running dot for graph 335/625
- Running dot for graph 336/625
- Running dot for graph 337/625
- Running dot for graph 338/625
- Running dot for graph 339/625
- Running dot for graph 340/625
- Running dot for graph 341/625
- Running dot for graph 342/625
- Running dot for graph 343/625
- Running dot for graph 344/625
- Running dot for graph 345/625
- Running dot for graph 346/625
- Running dot for graph 347/625
- Running dot for graph 348/625
- Running dot for graph 349/625
- Running dot for graph 350/625
- Running dot for graph 351/625
- Running dot for graph 352/625
- Running dot for graph 353/625
- Running dot for graph 354/625
- Running dot for graph 355/625
- Running dot for graph 356/625
- Running dot for graph 357/625
- Running dot for graph 358/625
- Running dot for graph 359/625
- Running dot for graph 360/625
- Running dot for graph 361/625
- Running dot for graph 362/625
- Running dot for graph 363/625
- Running dot for graph 364/625
- Running dot for graph 365/625
- Running dot for graph 366/625
- Running dot for graph 367/625
- Running dot for graph 368/625
- Running dot for graph 369/625
- Running dot for graph 370/625
- Running dot for graph 371/625
- Running dot for graph 372/625
- Running dot for graph 373/625
- Running dot for graph 374/625
- Running dot for graph 375/625
- Running dot for graph 376/625
- Running dot for graph 377/625
- Running dot for graph 378/625
- Running dot for graph 379/625
- Running dot for graph 380/625
- Running dot for graph 381/625
- Running dot for graph 382/625
- Running dot for graph 383/625
- Running dot for graph 384/625
- Running dot for graph 385/625
- Running dot for graph 386/625
- Running dot for graph 387/625
- Running dot for graph 388/625
- Running dot for graph 389/625
- Running dot for graph 390/625
- Running dot for graph 391/625
- Running dot for graph 392/625
- Running dot for graph 393/625
- Running dot for graph 394/625
- Running dot for graph 395/625
- Running dot for graph 396/625
- Running dot for graph 397/625
- Running dot for graph 398/625
- Running dot for graph 399/625
- Running dot for graph 400/625
- Running dot for graph 401/625
- Running dot for graph 402/625
- Running dot for graph 403/625
- Running dot for graph 404/625
- Running dot for graph 405/625
- Running dot for graph 406/625
- Running dot for graph 407/625
- Running dot for graph 408/625
- Running dot for graph 409/625
- Running dot for graph 410/625
- Running dot for graph 411/625
- Running dot for graph 412/625
- Running dot for graph 413/625
- Running dot for graph 414/625
- Running dot for graph 415/625
- Running dot for graph 416/625
- Running dot for graph 417/625
- Running dot for graph 418/625
- Running dot for graph 419/625
- Running dot for graph 420/625
- Running dot for graph 421/625
- Running dot for graph 422/625
- Running dot for graph 423/625
- Running dot for graph 424/625
- Running dot for graph 425/625
- Running dot for graph 426/625
- Running dot for graph 427/625
- Running dot for graph 428/625
- Running dot for graph 429/625
- Running dot for graph 430/625
- Running dot for graph 431/625
- Running dot for graph 432/625
- Running dot for graph 433/625
- Running dot for graph 434/625
- Running dot for graph 435/625
- Running dot for graph 436/625
- Running dot for graph 437/625
- Running dot for graph 438/625
- Running dot for graph 439/625
- Running dot for graph 440/625
- Running dot for graph 441/625
- Running dot for graph 442/625
- Running dot for graph 443/625
- Running dot for graph 444/625
- Running dot for graph 445/625
- Running dot for graph 446/625
- Running dot for graph 447/625
- Running dot for graph 448/625
- Running dot for graph 449/625
- Running dot for graph 450/625
- Running dot for graph 451/625
- Running dot for graph 452/625
- Running dot for graph 453/625
- Running dot for graph 454/625
- Running dot for graph 455/625
- Running dot for graph 456/625
- Running dot for graph 457/625
- Running dot for graph 458/625
- Running dot for graph 459/625
- Running dot for graph 460/625
- Running dot for graph 461/625
- Running dot for graph 462/625
- Running dot for graph 463/625
- Running dot for graph 464/625
- Running dot for graph 465/625
- Running dot for graph 466/625
- Running dot for graph 467/625
- Running dot for graph 468/625
- Running dot for graph 469/625
- Running dot for graph 470/625
- Running dot for graph 471/625
- Running dot for graph 472/625
- Running dot for graph 473/625
- Running dot for graph 474/625
- Running dot for graph 475/625
- Running dot for graph 476/625
- Running dot for graph 477/625
- Running dot for graph 478/625
- Running dot for graph 479/625
- Running dot for graph 480/625
- Running dot for graph 481/625
- Running dot for graph 482/625
- Running dot for graph 483/625
- Running dot for graph 484/625
- Running dot for graph 485/625
- Running dot for graph 486/625
- Running dot for graph 487/625
- Running dot for graph 488/625
- Running dot for graph 489/625
- Running dot for graph 490/625
- Running dot for graph 491/625
- Running dot for graph 492/625
- Running dot for graph 493/625
- Running dot for graph 494/625
- Running dot for graph 495/625
- Running dot for graph 496/625
- Running dot for graph 497/625
- Running dot for graph 498/625
- Running dot for graph 499/625
- Running dot for graph 500/625
- Running dot for graph 501/625
- Running dot for graph 502/625
- Running dot for graph 503/625
- Running dot for graph 504/625
- Running dot for graph 505/625
- Running dot for graph 506/625
- Running dot for graph 507/625
- Running dot for graph 508/625
- Running dot for graph 509/625
- Running dot for graph 510/625
- Running dot for graph 511/625
- Running dot for graph 512/625
- Running dot for graph 513/625
- Running dot for graph 514/625
- Running dot for graph 515/625
- Running dot for graph 516/625
- Running dot for graph 517/625
- Running dot for graph 518/625
- Running dot for graph 519/625
- Running dot for graph 520/625
- Running dot for graph 521/625
- Running dot for graph 522/625
- Running dot for graph 523/625
- Running dot for graph 524/625
- Running dot for graph 525/625
- Running dot for graph 526/625
- Running dot for graph 527/625
- Running dot for graph 528/625
- Running dot for graph 529/625
- Running dot for graph 530/625
- Running dot for graph 531/625
- Running dot for graph 532/625
- Running dot for graph 533/625
- Running dot for graph 534/625
- Running dot for graph 535/625
- Running dot for graph 536/625
- Running dot for graph 537/625
- Running dot for graph 538/625
- Running dot for graph 539/625
- Running dot for graph 540/625
- Running dot for graph 541/625
- Running dot for graph 542/625
- Running dot for graph 543/625
- Running dot for graph 544/625
- Running dot for graph 545/625
- Running dot for graph 546/625
- Running dot for graph 547/625
- Running dot for graph 548/625
- Running dot for graph 549/625
- Running dot for graph 550/625
- Running dot for graph 551/625
- Running dot for graph 552/625
- Running dot for graph 553/625
- Running dot for graph 554/625
- Running dot for graph 555/625
- Running dot for graph 556/625
- Running dot for graph 557/625
- Running dot for graph 558/625
- Running dot for graph 559/625
- Running dot for graph 560/625
- Running dot for graph 561/625
- Running dot for graph 562/625
- Running dot for graph 563/625
- Running dot for graph 564/625
- Running dot for graph 565/625
- Running dot for graph 566/625
- Running dot for graph 567/625
- Running dot for graph 568/625
- Running dot for graph 569/625
- Running dot for graph 570/625
- Running dot for graph 571/625
- Running dot for graph 572/625
- Running dot for graph 573/625
- Running dot for graph 574/625
- Running dot for graph 575/625
- Running dot for graph 576/625
- Running dot for graph 577/625
- Running dot for graph 578/625
- Running dot for graph 579/625
- Running dot for graph 580/625
- Running dot for graph 581/625
- Running dot for graph 582/625
- Running dot for graph 583/625
- Running dot for graph 584/625
- Running dot for graph 585/625
- Running dot for graph 586/625
- Running dot for graph 587/625
- Running dot for graph 588/625
- Running dot for graph 589/625
- Running dot for graph 590/625
- Running dot for graph 591/625
- Running dot for graph 592/625
- Running dot for graph 593/625
- Running dot for graph 594/625
- Running dot for graph 595/625
- Running dot for graph 596/625
- Running dot for graph 597/625
- Running dot for graph 598/625
- Running dot for graph 599/625
- Running dot for graph 600/625
- Running dot for graph 601/625
- Running dot for graph 602/625
- Running dot for graph 603/625
- Running dot for graph 604/625
- Running dot for graph 605/625
- Running dot for graph 606/625
- Running dot for graph 607/625
- Running dot for graph 608/625
- Running dot for graph 609/625
- Running dot for graph 610/625
- Running dot for graph 611/625
- Running dot for graph 612/625
- Running dot for graph 613/625
- Running dot for graph 614/625
- Running dot for graph 615/625
- Running dot for graph 616/625
- Running dot for graph 617/625
- Running dot for graph 618/625
- Running dot for graph 619/625
- Running dot for graph 620/625
- Running dot for graph 621/625
- Running dot for graph 622/625
- Running dot for graph 623/625
- Running dot for graph 624/625
- Running dot for graph 625/625
- Patching output file 1/530
- Patching output file 2/530
- Patching output file 3/530
- Patching output file 4/530
- Patching output file 5/530
- Patching output file 6/530
- Patching output file 7/530
- Patching output file 8/530
- Patching output file 9/530
- Patching output file 10/530
- Patching output file 11/530
- Patching output file 12/530
- Patching output file 13/530
- Patching output file 14/530
- Patching output file 15/530
- Patching output file 16/530
- Patching output file 17/530
- Patching output file 18/530
- Patching output file 19/530
- Patching output file 20/530
- Patching output file 21/530
- Patching output file 22/530
- Patching output file 23/530
- Patching output file 24/530
- Patching output file 25/530
- Patching output file 26/530
- Patching output file 27/530
- Patching output file 28/530
- Patching output file 29/530
- Patching output file 30/530
- Patching output file 31/530
- Patching output file 32/530
- Patching output file 33/530
- Patching output file 34/530
- Patching output file 35/530
- Patching output file 36/530
- Patching output file 37/530
- Patching output file 38/530
- Patching output file 39/530
- Patching output file 40/530
- Patching output file 41/530
- Patching output file 42/530
- Patching output file 43/530
- Patching output file 44/530
- Patching output file 45/530
- Patching output file 46/530
- Patching output file 47/530
- Patching output file 48/530
- Patching output file 49/530
- Patching output file 50/530
- Patching output file 51/530
- Patching output file 52/530
- Patching output file 53/530
- Patching output file 54/530
- Patching output file 55/530
- Patching output file 56/530
- Patching output file 57/530
- Patching output file 58/530
- Patching output file 59/530
- Patching output file 60/530
- Patching output file 61/530
- Patching output file 62/530
- Patching output file 63/530
- Patching output file 64/530
- Patching output file 65/530
- Patching output file 66/530
- Patching output file 67/530
- Patching output file 68/530
- Patching output file 69/530
- Patching output file 70/530
- Patching output file 71/530
- Patching output file 72/530
- Patching output file 73/530
- Patching output file 74/530
- Patching output file 75/530
- Patching output file 76/530
- Patching output file 77/530
- Patching output file 78/530
- Patching output file 79/530
- Patching output file 80/530
- Patching output file 81/530
- Patching output file 82/530
- Patching output file 83/530
- Patching output file 84/530
- Patching output file 85/530
- Patching output file 86/530
- Patching output file 87/530
- Patching output file 88/530
- Patching output file 89/530
- Patching output file 90/530
- Patching output file 91/530
- Patching output file 92/530
- Patching output file 93/530
- Patching output file 94/530
- Patching output file 95/530
- Patching output file 96/530
- Patching output file 97/530
- Patching output file 98/530
- Patching output file 99/530
- Patching output file 100/530
- Patching output file 101/530
- Patching output file 102/530
- Patching output file 103/530
- Patching output file 104/530
- Patching output file 105/530
- Patching output file 106/530
- Patching output file 107/530
- Patching output file 108/530
- Patching output file 109/530
- Patching output file 110/530
- Patching output file 111/530
- Patching output file 112/530
- Patching output file 113/530
- Patching output file 114/530
- Patching output file 115/530
- Patching output file 116/530
- Patching output file 117/530
- Patching output file 118/530
- Patching output file 119/530
- Patching output file 120/530
- Patching output file 121/530
- Patching output file 122/530
- Patching output file 123/530
- Patching output file 124/530
- Patching output file 125/530
- Patching output file 126/530
- Patching output file 127/530
- Patching output file 128/530
- Patching output file 129/530
- Patching output file 130/530
- Patching output file 131/530
- Patching output file 132/530
- Patching output file 133/530
- Patching output file 134/530
- Patching output file 135/530
- Patching output file 136/530
- Patching output file 137/530
- Patching output file 138/530
- Patching output file 139/530
- Patching output file 140/530
- Patching output file 141/530
- Patching output file 142/530
- Patching output file 143/530
- Patching output file 144/530
- Patching output file 145/530
- Patching output file 146/530
- Patching output file 147/530
- Patching output file 148/530
- Patching output file 149/530
- Patching output file 150/530
- Patching output file 151/530
- Patching output file 152/530
- Patching output file 153/530
- Patching output file 154/530
- Patching output file 155/530
- Patching output file 156/530
- Patching output file 157/530
- Patching output file 158/530
- Patching output file 159/530
- Patching output file 160/530
- Patching output file 161/530
- Patching output file 162/530
- Patching output file 163/530
- Patching output file 164/530
- Patching output file 165/530
- Patching output file 166/530
- Patching output file 167/530
- Patching output file 168/530
- Patching output file 169/530
- Patching output file 170/530
- Patching output file 171/530
- Patching output file 172/530
- Patching output file 173/530
- Patching output file 174/530
- Patching output file 175/530
- Patching output file 176/530
- Patching output file 177/530
- Patching output file 178/530
- Patching output file 179/530
- Patching output file 180/530
- Patching output file 181/530
- Patching output file 182/530
- Patching output file 183/530
- Patching output file 184/530
- Patching output file 185/530
- Patching output file 186/530
- Patching output file 187/530
- Patching output file 188/530
- Patching output file 189/530
- Patching output file 190/530
- Patching output file 191/530
- Patching output file 192/530
- Patching output file 193/530
- Patching output file 194/530
- Patching output file 195/530
- Patching output file 196/530
- Patching output file 197/530
- Patching output file 198/530
- Patching output file 199/530
- Patching output file 200/530
- Patching output file 201/530
- Patching output file 202/530
- Patching output file 203/530
- Patching output file 204/530
- Patching output file 205/530
- Patching output file 206/530
- Patching output file 207/530
- Patching output file 208/530
- Patching output file 209/530
- Patching output file 210/530
- Patching output file 211/530
- Patching output file 212/530
- Patching output file 213/530
- Patching output file 214/530
- Patching output file 215/530
- Patching output file 216/530
- Patching output file 217/530
- Patching output file 218/530
- Patching output file 219/530
- Patching output file 220/530
- Patching output file 221/530
- Patching output file 222/530
- Patching output file 223/530
- Patching output file 224/530
- Patching output file 225/530
- Patching output file 226/530
- Patching output file 227/530
- Patching output file 228/530
- Patching output file 229/530
- Patching output file 230/530
- Patching output file 231/530
- Patching output file 232/530
- Patching output file 233/530
- Patching output file 234/530
- Patching output file 235/530
- Patching output file 236/530
- Patching output file 237/530
- Patching output file 238/530
- Patching output file 239/530
- Patching output file 240/530
- Patching output file 241/530
- Patching output file 242/530
- Patching output file 243/530
- Patching output file 244/530
- Patching output file 245/530
- Patching output file 246/530
- Patching output file 247/530
- Patching output file 248/530
- Patching output file 249/530
- Patching output file 250/530
- Patching output file 251/530
- Patching output file 252/530
- Patching output file 253/530
- Patching output file 254/530
- Patching output file 255/530
- Patching output file 256/530
- Patching output file 257/530
- Patching output file 258/530
- Patching output file 259/530
- Patching output file 260/530
- Patching output file 261/530
- Patching output file 262/530
- Patching output file 263/530
- Patching output file 264/530
- Patching output file 265/530
- Patching output file 266/530
- Patching output file 267/530
- Patching output file 268/530
- Patching output file 269/530
- Patching output file 270/530
- Patching output file 271/530
- Patching output file 272/530
- Patching output file 273/530
- Patching output file 274/530
- Patching output file 275/530
- Patching output file 276/530
- Patching output file 277/530
- Patching output file 278/530
- Patching output file 279/530
- Patching output file 280/530
- Patching output file 281/530
- Patching output file 282/530
- Patching output file 283/530
- Patching output file 284/530
- Patching output file 285/530
- Patching output file 286/530
- Patching output file 287/530
- Patching output file 288/530
- Patching output file 289/530
- Patching output file 290/530
- Patching output file 291/530
- Patching output file 292/530
- Patching output file 293/530
- Patching output file 294/530
- Patching output file 295/530
- Patching output file 296/530
- Patching output file 297/530
- Patching output file 298/530
- Patching output file 299/530
- Patching output file 300/530
- Patching output file 301/530
- Patching output file 302/530
- Patching output file 303/530
- Patching output file 304/530
- Patching output file 305/530
- Patching output file 306/530
- Patching output file 307/530
- Patching output file 308/530
- Patching output file 309/530
- Patching output file 310/530
- Patching output file 311/530
- Patching output file 312/530
- Patching output file 313/530
- Patching output file 314/530
- Patching output file 315/530
- Patching output file 316/530
- Patching output file 317/530
- Patching output file 318/530
- Patching output file 319/530
- Patching output file 320/530
- Patching output file 321/530
- Patching output file 322/530
- Patching output file 323/530
- Patching output file 324/530
- Patching output file 325/530
- Patching output file 326/530
- Patching output file 327/530
- Patching output file 328/530
- Patching output file 329/530
- Patching output file 330/530
- Patching output file 331/530
- Patching output file 332/530
- Patching output file 333/530
- Patching output file 334/530
- Patching output file 335/530
- Patching output file 336/530
- Patching output file 337/530
- Patching output file 338/530
- Patching output file 339/530
- Patching output file 340/530
- Patching output file 341/530
- Patching output file 342/530
- Patching output file 343/530
- Patching output file 344/530
- Patching output file 345/530
- Patching output file 346/530
- Patching output file 347/530
- Patching output file 348/530
- Patching output file 349/530
- Patching output file 350/530
- Patching output file 351/530
- Patching output file 352/530
- Patching output file 353/530
- Patching output file 354/530
- Patching output file 355/530
- Patching output file 356/530
- Patching output file 357/530
- Patching output file 358/530
- Patching output file 359/530
- Patching output file 360/530
- Patching output file 361/530
- Patching output file 362/530
- Patching output file 363/530
- Patching output file 364/530
- Patching output file 365/530
- Patching output file 366/530
- Patching output file 367/530
- Patching output file 368/530
- Patching output file 369/530
- Patching output file 370/530
- Patching output file 371/530
- Patching output file 372/530
- Patching output file 373/530
- Patching output file 374/530
- Patching output file 375/530
- Patching output file 376/530
- Patching output file 377/530
- Patching output file 378/530
- Patching output file 379/530
- Patching output file 380/530
- Patching output file 381/530
- Patching output file 382/530
- Patching output file 383/530
- Patching output file 384/530
- Patching output file 385/530
- Patching output file 386/530
- Patching output file 387/530
- Patching output file 388/530
- Patching output file 389/530
- Patching output file 390/530
- Patching output file 391/530
- Patching output file 392/530
- Patching output file 393/530
- Patching output file 394/530
- Patching output file 395/530
- Patching output file 396/530
- Patching output file 397/530
- Patching output file 398/530
- Patching output file 399/530
- Patching output file 400/530
- Patching output file 401/530
- Patching output file 402/530
- Patching output file 403/530
- Patching output file 404/530
- Patching output file 405/530
- Patching output file 406/530
- Patching output file 407/530
- Patching output file 408/530
- Patching output file 409/530
- Patching output file 410/530
- Patching output file 411/530
- Patching output file 412/530
- Patching output file 413/530
- Patching output file 414/530
- Patching output file 415/530
- Patching output file 416/530
- Patching output file 417/530
- Patching output file 418/530
- Patching output file 419/530
- Patching output file 420/530
- Patching output file 421/530
- Patching output file 422/530
- Patching output file 423/530
- Patching output file 424/530
- Patching output file 425/530
- Patching output file 426/530
- Patching output file 427/530
- Patching output file 428/530
- Patching output file 429/530
- Patching output file 430/530
- Patching output file 431/530
- Patching output file 432/530
- Patching output file 433/530
- Patching output file 434/530
- Patching output file 435/530
- Patching output file 436/530
- Patching output file 437/530
- Patching output file 438/530
- Patching output file 439/530
- Patching output file 440/530
- Patching output file 441/530
- Patching output file 442/530
- Patching output file 443/530
- Patching output file 444/530
- Patching output file 445/530
- Patching output file 446/530
- Patching output file 447/530
- Patching output file 448/530
- Patching output file 449/530
- Patching output file 450/530
- Patching output file 451/530
- Patching output file 452/530
- Patching output file 453/530
- Patching output file 454/530
- Patching output file 455/530
- Patching output file 456/530
- Patching output file 457/530
- Patching output file 458/530
- Patching output file 459/530
- Patching output file 460/530
- Patching output file 461/530
- Patching output file 462/530
- Patching output file 463/530
- Patching output file 464/530
- Patching output file 465/530
- Patching output file 466/530
- Patching output file 467/530
- Patching output file 468/530
- Patching output file 469/530
- Patching output file 470/530
- Patching output file 471/530
- Patching output file 472/530
- Patching output file 473/530
- Patching output file 474/530
- Patching output file 475/530
- Patching output file 476/530
- Patching output file 477/530
- Patching output file 478/530
- Patching output file 479/530
- Patching output file 480/530
- Patching output file 481/530
- Patching output file 482/530
- Patching output file 483/530
- Patching output file 484/530
- Patching output file 485/530
- Patching output file 486/530
- Patching output file 487/530
- Patching output file 488/530
- Patching output file 489/530
- Patching output file 490/530
- Patching output file 491/530
- Patching output file 492/530
- Patching output file 493/530
- Patching output file 494/530
- Patching output file 495/530
- Patching output file 496/530
- Patching output file 497/530
- Patching output file 498/530
- Patching output file 499/530
- Patching output file 500/530
- Patching output file 501/530
- Patching output file 502/530
- Patching output file 503/530
- Patching output file 504/530
- Patching output file 505/530
- Patching output file 506/530
- Patching output file 507/530
- Patching output file 508/530
- Patching output file 509/530
- Patching output file 510/530
- Patching output file 511/530
- Patching output file 512/530
- Patching output file 513/530
- Patching output file 514/530
- Patching output file 515/530
- Patching output file 516/530
- Patching output file 517/530
- Patching output file 518/530
- Patching output file 519/530
- Patching output file 520/530
- Patching output file 521/530
- Patching output file 522/530
- Patching output file 523/530
- Patching output file 524/530
- Patching output file 525/530
- Patching output file 526/530
- Patching output file 527/530
- Patching output file 528/530
- Patching output file 529/530
- Patching output file 530/530
- lookup cache used 65536/65536 hits=575768 misses=93814
- finished...
- doxygen Doxyfile_cn
- warning: Tag `SHOW_DIRECTORIES' at line 473 of file Doxyfile_cn has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- warning: Tag `HTML_ALIGN_MEMBERS' at line 813 of file Doxyfile_cn has become obsolete.
- To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
- warning: tag INPUT: input source `../src/libshogun/' does not exist
- warning: Output language Chinese not supported! Using English instead.
- Parsing layout file DoxygenLayout.xml...
- error: the type 'dirs' is not supported for the entry tag within a navindex! Check your layout file!
- Searching for include files...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/html
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/html/search
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/images
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/tutorial
- Searching for example files...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/cmdline_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/csharp_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/elwms_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/java_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/lua_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/matlab_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/octave_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/octave_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/python_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/python_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/r_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/r_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/interfaces/ruby_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/base
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/mkl
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/svm
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/cache
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/classifier/vw/learners
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/clustering
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/converter
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distance
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/distributions
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/evaluation
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/features/streaming
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/io/streaming
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/normalizer
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/kernel/string
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/labels
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/latent
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/external
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/malsar
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/flsa
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/order
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/overlapping
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/q1
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/SpInvCoVa
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/lib/slep/tree
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/loss
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/machine
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/mathematics
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/modelselection
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/ecoc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/multiclass/tree
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/lbfgs
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/optimization/liblinear
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/preprocessor
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/gp
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/regression/svr
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/statistics
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/structure
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/domain_adaptation
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/transfer/multitask
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun/ui
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/descriptions
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/descriptions/modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/descriptions/static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/cmdline_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/csharp_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/elwms_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/java_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/libshogun
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/lua_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/matlab_and_octave
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/matlab_and_octave/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/matlab_and_octave/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/octave_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/octave_modular/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_modular/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_modular/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_static/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/python_static/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/r_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/r_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/r_static/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/documented/ruby_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/cmdline_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/csharp_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/elwms_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/java_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/lua_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/matlab_and_octave
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/matlab_and_octave/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/matlab_and_octave/tests
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/matlab_and_octave/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/octave_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/octave_modular/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/python_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/python_modular/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/python_modular/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/python_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/python_static/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/python_static/tools
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/r_modular
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/r_static
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/r_static/graphical
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/ruby_modular
- Searching for images...
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/html
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/html/search
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/html_cn
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/images
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/tutorial
- Searching for dot files...
- Searching for msc files...
- Searching for files to exclude
- Searching for files to process...
- warning: source ../src/libshogun is not a readable file or directory... skipping.
- Searching for files in directory /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn
- Reading and parsing tag files
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Authors.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Authors.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/developerreadme.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/developerreadme.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Documentation.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Documentation.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/EierlegendeWollmilchSauInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/EierlegendeWollmilchSauInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Examples.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Examples.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesLibshogun.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesLibshogun.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesModularOctave.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesModularOctave.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesModularPython.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesModularPython.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesModularR.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesModularR.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticCmdline.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticCmdline.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticOctave.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticOctave.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticPython.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticPython.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticR.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesStaticR.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/FAQ.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/FAQ.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Installation.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Installation.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Interfaces.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Interfaces.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/License.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/License.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Methods.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Methods.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ModularInterfaces.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ModularInterfaces.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ModularTutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ModularTutorial.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Screenshots.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Screenshots.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/soname.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/soname.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticTutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticTutorial.mainpage...
- Preprocessing /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Tutorial.mainpage...
- Parsing file /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Tutorial.mainpage...
- Building group list...
- Building directory list...
- Building namespace list...
- Building file list...
- Building class list...
- Associating documentation with classes...
- Computing nesting relations for classes...
- Building example list...
- Searching for enumerations...
- Searching for documented typedefs...
- Searching for members imported via using declarations...
- Searching for included using directives...
- Searching for documented variables...
- Building member list...
- Searching for friends...
- Searching for documented defines...
- Computing class inheritance relations...
- Computing class usage relations...
- Flushing cached template relations that have become invalid...
- Creating members for template instances...
- Computing class relations...
- Add enum values to enums...
- Searching for member function documentation...
- Building page list...
- Search for main page...
- Computing page relations...
- Determining the scope of groups...
- Sorting lists...
- Freeing entry tree
- Determining which enums are documented
- Computing member relations...
- Building full member lists recursively...
- Adding members to member groups.
- Computing member references...
- Inheriting documentation...
- Generating disk names...
- Adding source references...
- Adding xrefitems...
- Sorting member lists...
- Computing dependencies between directories...
- Generating citations page...
- Counting data structures...
- Resolving user defined references...
- Finding anchors and sections in the documentation...
- Combining using relations...
- Adding members to index pages...
- Generating style sheet...
- Generating example documentation...
- Generating file sources...
- Generating code for file Authors.mainpage...
- Generating code for file developerreadme.mainpage...
- Generating code for file DeveloperTutorial.mainpage...
- Generating code for file Documentation.mainpage...
- Generating code for file EierlegendeWollmilchSauInterface.mainpage...
- Generating code for file Examples.mainpage...
- Generating code for file ExamplesLibshogun.mainpage...
- Generating code for file ExamplesModularOctave.mainpage...
- Generating code for file ExamplesModularPython.mainpage...
- Generating code for file ExamplesModularR.mainpage...
- Generating code for file ExamplesStaticCmdline.mainpage...
- Generating code for file ExamplesStaticOctave.mainpage...
- Generating code for file ExamplesStaticPython.mainpage...
- Generating code for file ExamplesStaticR.mainpage...
- Generating code for file FAQ.mainpage...
- Generating code for file Installation.mainpage...
- Generating code for file Interfaces.mainpage...
- Generating code for file License.mainpage...
- Generating code for file Methods.mainpage...
- Generating code for file ModularInterfaces.mainpage...
- Generating code for file ModularTutorial.mainpage...
- Generating code for file Screenshots.mainpage...
- Generating code for file soname.mainpage...
- Generating code for file StaticCommandLineInterface.mainpage...
- Generating code for file StaticInterfaces.mainpage...
- Generating code for file StaticOctaveInterface.mainpage...
- Generating code for file StaticPythonInterface.mainpage...
- Generating code for file StaticRInterface.mainpage...
- Generating code for file StaticTutorial.mainpage...
- Generating code for file Tutorial.mainpage...
- Generating file documentation...
- Generating docs for file Authors.mainpage...
- Generating docs for file developerreadme.mainpage...
- Generating docs for file DeveloperTutorial.mainpage...
- Generating docs for file Documentation.mainpage...
- Generating docs for file EierlegendeWollmilchSauInterface.mainpage...
- Generating docs for file Examples.mainpage...
- Generating docs for file ExamplesLibshogun.mainpage...
- Generating docs for file ExamplesModularOctave.mainpage...
- Generating docs for file ExamplesModularPython.mainpage...
- Generating docs for file ExamplesModularR.mainpage...
- Generating docs for file ExamplesStaticCmdline.mainpage...
- Generating docs for file ExamplesStaticOctave.mainpage...
- Generating docs for file ExamplesStaticPython.mainpage...
- Generating docs for file ExamplesStaticR.mainpage...
- Generating docs for file FAQ.mainpage...
- Generating docs for file Installation.mainpage...
- Generating docs for file Interfaces.mainpage...
- Generating docs for file License.mainpage...
- Generating docs for file Methods.mainpage...
- Generating docs for file ModularInterfaces.mainpage...
- Generating docs for file ModularTutorial.mainpage...
- Generating docs for file Screenshots.mainpage...
- Generating docs for file soname.mainpage...
- Generating docs for file StaticCommandLineInterface.mainpage...
- Generating docs for file StaticInterfaces.mainpage...
- Generating docs for file StaticOctaveInterface.mainpage...
- Generating docs for file StaticPythonInterface.mainpage...
- Generating docs for file StaticRInterface.mainpage...
- Generating docs for file StaticTutorial.mainpage...
- Generating docs for file Tutorial.mainpage...
- Generating page documentation...
- Generating docs for page authors...
- Generating docs for page devel...
- Generating docs for page developer_tutorial...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage:14: warning: included file minimal.cpp is not found. Check your EXAMPLE_PATH
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage:45: warning: included file minimal_svm.cpp is not found. Check your EXAMPLE_PATH
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage:131: warning: included file revlin_kernel.cpp is not found. Check your EXAMPLE_PATH
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage:163: warning: unable to resolve reference to `devel(其中包括格式、宏、类型、函数、命名等方面的约定)。请注意,' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/DeveloperTutorial.mainpage:164: warning: unable to resolve reference to `soname)的主号。' for \ref command
- Generating docs for page elwmsinterface...
- Generating docs for page examples...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Examples.mainpage:4: warning: unable to resolve reference to `python_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Examples.mainpage:5: warning: unable to resolve reference to `octave_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Examples.mainpage:6: warning: unable to resolve reference to `r_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/Examples.mainpage:7: warning: unable to resolve reference to `cmdline_examples' for \ref command
- Generating docs for page libshogun_examples...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesLibshogun.mainpage:26: warning: unable to resolve reference to `libshogun_statistics.cp_examples' for \ref command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ExamplesLibshogun.mainpage:399: warning: Invalid section id `libshogun_statistics.cp_examples'; ignoring section
- Generating docs for page octave_modular_examples...
- Generating docs for page python_modular_examples...
- Generating docs for page r_modular_examples...
- Generating docs for page cmdline_static_examples...
- Generating docs for page octave_static_examples...
- Generating docs for page python_static_examples...
- Generating docs for page r_static_examples...
- Generating docs for page faq...
- Generating docs for page installation...
- Generating docs for page interfaces...
- Generating docs for page license...
- Generating docs for page methods...
- Generating docs for page modularinterfaces...
- Generating docs for page modular_tutorial...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/ModularTutorial.mainpage:5: warning: unable to resolve reference to `staticinterfaces)相比,模块化接口更加灵活并具有良好的扩展性。' for \ref command
- Generating docs for page screenshots...
- Generating docs for page soname...
- Generating docs for page staticcmdline...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:9: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:22: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:22: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:52: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:52: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:57: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:57: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:104: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:104: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:105: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:105: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:110: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:110: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:111: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:111: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:114: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:114: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:115: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:115: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:159: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:159: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:160: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:160: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:169: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:169: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:170: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:170: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:187: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:187: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:188: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:188: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:194: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:194: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:195: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:195: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticCommandLineInterface.mainpage:205: warning: unexpected command endverbatim
- Generating docs for page staticinterfaces...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:89: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:90: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:102: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:102: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:108: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:108: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:111: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:111: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:206: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:206: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:207: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:207: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:212: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:212: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:213: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:213: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:237: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:237: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:240: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:240: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:241: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticInterfaces.mainpage:241: warning: unexpected command endverbatim
- Generating docs for page staticoctave...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:9: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:22: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:22: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:52: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:52: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:57: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:57: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:104: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:104: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:105: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:105: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:110: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:110: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:111: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:111: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:114: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:114: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:115: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:115: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:159: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:159: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:160: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:160: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:169: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:169: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:170: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:170: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:187: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:187: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:188: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:188: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:194: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:194: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:195: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:195: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticOctaveInterface.mainpage:205: warning: unexpected command endverbatim
- Generating docs for page staticpython...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:9: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:22: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:22: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:52: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:52: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:57: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:57: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:104: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:104: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:105: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:105: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:110: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:110: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:111: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:111: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:114: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:114: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:115: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:115: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:159: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:159: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:160: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:160: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:169: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:169: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:170: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:170: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:187: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:187: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:188: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:188: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:194: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:194: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:195: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:195: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticPythonInterface.mainpage:205: warning: unexpected command endverbatim
- Generating docs for page staticr...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:5: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:5: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:6: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:6: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:7: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:7: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:8: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:8: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:9: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:9: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:9: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:10: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:10: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:10: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:11: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:11: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:11: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:12: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:12: warning: Unsupported xml/html tag <ALPHABET> found
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:12: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:13: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:13: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:14: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:14: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:15: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:15: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:16: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:16: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:17: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:17: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:18: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:18: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:19: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:19: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:22: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:22: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:23: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:23: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:24: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:24: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:25: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:25: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:26: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:26: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:27: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:27: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:28: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:28: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:29: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:29: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:30: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:30: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:31: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:31: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:32: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:32: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:33: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:33: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:34: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:34: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:35: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:35: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:36: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:36: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:37: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:37: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:38: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:38: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:39: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:39: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:40: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:40: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:41: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:41: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:42: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:42: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:43: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:43: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:44: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:44: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:45: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:45: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:46: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:46: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:47: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:47: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:48: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:48: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:49: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:49: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:52: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:52: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:53: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:53: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:54: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:54: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:57: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:57: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:58: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:58: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:59: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:59: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:60: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:60: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:61: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:61: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:62: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:62: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:63: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:63: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:64: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:64: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:65: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:65: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:66: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:66: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:67: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:67: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:68: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:68: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:69: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:69: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:70: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:70: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:71: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:71: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:72: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:72: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:73: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:73: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:74: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:74: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:75: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:75: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:76: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:76: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:77: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:77: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:78: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:78: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:79: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:79: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:80: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:80: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:81: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:81: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:82: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:82: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:83: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:83: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:84: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:84: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:85: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:85: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:86: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:86: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:87: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:87: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:88: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:88: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:89: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:89: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:90: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:90: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:91: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:91: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:92: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:92: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:93: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:93: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:94: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:94: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:95: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:95: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:96: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:96: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:97: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:97: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:98: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:98: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:99: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:99: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:100: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:100: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:101: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:101: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:104: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:104: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:105: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:105: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:106: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:106: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:107: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:107: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:110: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:110: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:111: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:111: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:112: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:112: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:113: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:113: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:114: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:114: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:115: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:115: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:116: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:116: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:117: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:117: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:118: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:118: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:119: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:119: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:120: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:120: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:121: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:121: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:122: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:122: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:123: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:123: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:124: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:124: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:125: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:125: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:126: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:126: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:127: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:127: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:128: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:128: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:129: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:129: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:130: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:130: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:131: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:131: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:132: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:132: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:133: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:133: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:134: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:134: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:135: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:135: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:136: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:136: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:137: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:137: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:138: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:138: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:139: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:139: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:140: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:140: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:141: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:141: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:142: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:142: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:143: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:143: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:144: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:144: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:145: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:145: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:146: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:146: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:147: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:147: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:148: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:148: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:149: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:149: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:150: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:150: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:151: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:151: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:152: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:152: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:153: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:153: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:154: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:154: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:155: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:155: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:158: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:158: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:159: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:159: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:160: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:160: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:161: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:161: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:162: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:162: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:163: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:163: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:164: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:164: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:165: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:165: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:166: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:166: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:167: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:167: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:168: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:168: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:169: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:169: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:170: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:170: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:171: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:171: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:172: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:172: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:175: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:175: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:176: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:176: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:177: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:177: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:178: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:178: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:179: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:179: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:182: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:182: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:183: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:183: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:184: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:184: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:185: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:185: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:186: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:186: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:187: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:187: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:188: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:188: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:189: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:189: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:190: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:190: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:191: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:191: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:192: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:192: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:193: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:193: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:194: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:194: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:195: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:195: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:196: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:196: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:197: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:197: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:198: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:198: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:199: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:199: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:200: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:200: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:201: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:201: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:202: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:202: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:203: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:203: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:204: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:204: warning: unexpected command endverbatim
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:205: warning: Illegal command \verbatim as the argument of a \verbatim command
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticRInterface.mainpage:205: warning: unexpected command endverbatim
- Generating docs for page static_tutorial...
- /tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc/pages_cn/StaticTutorial.mainpage:39: warning: unable to resolve reference to `installation学习如何安装shogun。' for \ref command
- Generating docs for page tutorial...
- Generating group documentation...
- Generating class documentation...
- Generating namespace index...
- Generating graph info page...
- Generating directory documentation...
- Generating dependency graph for directory pages_cn
- Generating bitmaps for formulas in HTML...
- This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)
- restricted \write18 enabled.
- entering extended mode
- (./_formulas.tex
- LaTeX2e <2011/06/27>
- Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, et
- hiopic, arabic, farsi, pinyin, croatian, bulgarian, russian, ukrainian, czech,
- slovak, danish, dutch, ukenglish, usenglishmax, finnish, german-x-2012-05-30, n
- german-x-2012-05-30, german, ngerman, swissgerman, ancientgreek, ibycus, greek,
- monogreek, hungarian, assamese, bengali, gujarati, hindi, kannada, malayalam,
- marathi, oriya, panjabi, tamil, telugu, sanskrit, italian, latvian, mongolian,
- mongolianlmc, bokmal, nynorsk, afrikaans, armenian, coptic, esperanto, estonian
- , friulan, icelandic, indonesian, interlingua, irish, kurmanji, romanian, roman
- sh, serbian, serbianc, slovenian, turkish, uppersorbian, welsh, polish, portugu
- ese, catalan, galician, spanish, swedish, turkmen, loaded.
- Generating image form_0.png for formula
- Generating image form_1.png for formula
- Generating image form_2.png for formula
- Generating image form_3.png for formula
- Generating index page...
- Generating page index...
- Generating module index...
- Generating namespace index...
- Generating namespace member index...
- Generating annotated compound index...
- Generating alphabetical compound index...
- Generating hierarchical class index...
- Generating graphical class hierarchy...
- Generating member index...
- Generating file index...
- Generating file member index...
- Generating example index...
- finalizing index lists...
- Generating dot graphs using 3 parallel threads...
- Running dot for graph 1/2
- Running dot for graph 2/2
- Patching output file 1/1
- lookup cache used 0/65536 hits=0 misses=0
- finished...
- make: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/doc'
- >>> Source compiled.
- make -j24 DESTDIR=/tmp/portage/sci-libs/shogun-2.0.0/image/ install
- make -C shogun install
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- install -d -m755 /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64
- install -d -m755 "/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include/shogun"
- install -m755 libshogun.so.12.0 /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64
- install -m755 libshogun.a /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64
- find ./ -mindepth 1 -type d ! \( -path '*.svn*' -o \
- -name '*interface*' -o -name '*guilib*' -o -name '*doxygen*' \)\
- -exec install -d -m755 "/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include/shogun/"\{\} \;
- find ./ -mindepth 1 -type d ! \( -path '*.svn*' -o -name '*wrap*' -o \
- -name '*interface*' -o -name '*guilib*' -o -name '*doxygen*' \) \
- -exec sh -c "install -m644 {}/*.h /tmp/portage/sci-libs/shogun-2.0.0/image//usr/include/shogun/{}" \;
- install: cannot stat './optimization/*.h': No such file or directory
- install: cannot stat './transfer/*.h': No such file or directory
- rm -f /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64/libshogun.so /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64/libshogun.so.12
- cd /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 && ( ln -s libshogun.so.12.0 libshogun.so; \
- ln -s libshogun.so.12.0 libshogun.so.12 )
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- true
- make -j24 -C shogun check-examples
- make: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- cd ..//../examples/undocumented/libshogun && make clean && \
- CC=x86_64-pc-linux-gnu-g++ \
- LIBRARY_PATH="LD_LIBRARY_PATH" \
- LIB_PATH="/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64" \
- INC_PATH="/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include" \
- LIBS="-Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lshogun" \
- LD_LIBRARY_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64:$LD_LIBRARY_PATH \
- INCLUDES="-I. -I.. -I../libshogun -I.." \
- MAKE="make" ./check.sh
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- rm -f basic_minimal classifier_libsvm classifier_minimal_svm classifier_mklmulticlass classifier_conjugateindex classifier_gaussiannaivebayes classifier_multiclasslibsvm classifier_qda classifier_multiclasslinearmachine kernel_gaussian kernel_revlin kernel_custom library_dyn_int library_gc_array library_indirect_object library_hash parameter_set_from_parameters parameter_iterate_float64 parameter_iterate_sgobject parameter_modsel_parameters evaluation_cross_validation_classification evaluation_cross_validation_regression evaluation_cross_validation_locked_comparison evaluation_cross_validation_multiclass evaluation_cross_validation_multiclass_mkl evaluation_cross_validation_mkl_weight_storage modelselection_parameter_combination_test regression_gaussian_process_fitc regression_gaussian_process_gaussian regression_gaussian_process_sum regression_gaussian_process_product regression_gaussian_process_ard regression_gaussian_process_laplace modelselection_model_selection_parameters_test modelselection_parameter_tree modelselection_apply_parameter_tree modelselection_grid_search_linear features_subset_labels modelselection_grid_search_kernel modelselection_grid_search_string_kernel features_subset_stack features_subset_simple_features features_subset_sparse_features features_copy_subset_simple_features features_copy_subset_string_features features_copy_subset_sparse_features features_create_merged_copy labels_binary_fit_sigmoid mathematics_confidence_intervals clustering_kmeans base_parameter_map base_load_file_parameters base_load_all_file_parameters base_map_parameters base_migration_type_conversion base_migration_dropping_and_new base_migration_multiple_dependencies splitting_stratified_crossvalidation splitting_standard_crossvalidation mathematics_arpack library_fibonacci_heap library_set library_map mathematics_lapack converter_locallylinearembedding converter_localtangentspacealignment converter_hessianlocallylinearembedding converter_kernellocallylinearembedding converter_kernellocaltangentspacealignment converter_multidimensionalscaling converter_isomap converter_diffusionmaps converter_laplacianeigenmaps converter_neighborhoodpreservingembedding converter_linearlocaltangentspacealignment converter_localitypreservingprojections converter_stochasticproximityembedding serialization_basic_tests library_cover_tree kernel_machine_train_locked statistics transfer_multitaskleastsquaresregression transfer_multitasklogisticregression statistics_quadratic_time_mmd statistics_linear_time_mmd statistics_linear_time_mmd_kernel_choice statistics_hsic classifier_featureblocklogisticregression so_multiclass_BMRM balanced_conditional_probability_tree classifier_multiclass_ecoc classifier_multiclass_ecoc_discriminant classifier_multiclass_ecoc_random
- rm -f valgrind.log
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- running basic_minimal .. OK
- running classifier_libsvm .. OK
- running classifier_minimal_svm .. OK
- running classifier_mklmulticlass .. OK
- running classifier_conjugateindex .. OK
- running classifier_gaussiannaivebayes .. OK
- running classifier_multiclasslibsvm .. OK
- running classifier_qda .. OK
- running classifier_multiclasslinearmachine .../check.sh: line 13: 465192 Segmentation fault "./$e" > /dev/null 2>&1
- ERROR
- ./check.sh: line 13: 469319 Segmentation fault "./$e" >> error.log
- running kernel_gaussian .. OK
- running kernel_revlin .. OK
- running kernel_custom .. OK
- running library_dyn_int .. OK
- running library_gc_array .. OK
- running library_indirect_object .. OK
- running library_hash .. OK
- running parameter_set_from_parameters .. OK
- running parameter_iterate_float64 .. OK
- running parameter_iterate_sgobject .. OK
- running parameter_modsel_parameters .. OK
- running evaluation_cross_validation_classification .. OK
- running evaluation_cross_validation_regression .. OK
- running evaluation_cross_validation_locked_comparison .. OK
- running evaluation_cross_validation_multiclass .../check.sh: line 13: 801436 Segmentation fault "./$e" > /dev/null 2>&1
- ERROR
- ./check.sh: line 13: 807764 Segmentation fault "./$e" >> error.log
- running evaluation_cross_validation_multiclass_mkl .. OK
- running evaluation_cross_validation_mkl_weight_storage .. OK
- running modelselection_parameter_combination_test .. OK
- running regression_gaussian_process_fitc .. OK
- running regression_gaussian_process_gaussian .. OK
- running regression_gaussian_process_sum .. OK
- running regression_gaussian_process_product .. OK
- running regression_gaussian_process_ard .. OK
- running regression_gaussian_process_laplace .. OK
- running modelselection_model_selection_parameters_test .. OK
- running modelselection_parameter_tree .. OK
- running modelselection_apply_parameter_tree .. OK
- running modelselection_grid_search_linear .. OK
- running features_subset_labels .. OK
- running modelselection_grid_search_kernel .. OK
- running modelselection_grid_search_string_kernel .. OK
- running features_subset_stack .. OK
- running features_subset_simple_features .. OK
- running features_subset_sparse_features .. OK
- running features_copy_subset_simple_features .. OK
- running features_copy_subset_string_features .. OK
- running features_copy_subset_sparse_features .. OK
- running features_create_merged_copy .. OK
- running labels_binary_fit_sigmoid .. OK
- running mathematics_confidence_intervals .. OK
- running clustering_kmeans .. OK
- running base_parameter_map .. OK
- running base_load_file_parameters .. OK
- running base_load_all_file_parameters .. OK
- running base_map_parameters .. OK
- running base_migration_type_conversion .. OK
- running base_migration_dropping_and_new .. OK
- running base_migration_multiple_dependencies .. OK
- running splitting_stratified_crossvalidation .. OK
- running splitting_standard_crossvalidation .. OK
- running mathematics_arpack .. OK
- running library_fibonacci_heap .. OK
- running library_set .. OK
- running library_map .. OK
- running mathematics_lapack .. OK
- running converter_locallylinearembedding .. OK
- running converter_localtangentspacealignment .. OK
- running converter_hessianlocallylinearembedding .. OK
- running converter_kernellocallylinearembedding .. OK
- running converter_kernellocaltangentspacealignment .. OK
- running converter_multidimensionalscaling .. OK
- running converter_isomap .. OK
- running converter_diffusionmaps .. OK
- running converter_laplacianeigenmaps .. OK
- running converter_neighborhoodpreservingembedding .. OK
- running converter_linearlocaltangentspacealignment .. OK
- running converter_localitypreservingprojections .. OK
- running converter_stochasticproximityembedding .. OK
- running serialization_basic_tests .. OK
- running library_cover_tree .. OK
- running kernel_machine_train_locked .. OK
- running statistics .. OK
- running transfer_multitaskleastsquaresregression .. OK
- running transfer_multitasklogisticregression .. OK
- running statistics_quadratic_time_mmd .. OK
- running statistics_linear_time_mmd .. OK
- running statistics_linear_time_mmd_kernel_choice .. OK
- running statistics_hsic .. OK
- running classifier_featureblocklogisticregression .. OK
- running so_multiclass_BMRM .. OK
- running balanced_conditional_probability_tree .. OK
- running classifier_multiclass_ecoc .../check.sh: line 13: 900626 Segmentation fault "./$e" > /dev/null 2>&1
- ERROR
- ./check.sh: line 13: 903296 Segmentation fault "./$e" >> error.log
- running classifier_multiclass_ecoc_discriminant .../check.sh: line 13: 905974 Segmentation fault "./$e" > /dev/null 2>&1
- ERROR
- ./check.sh: line 13: 907435 Segmentation fault "./$e" >> error.log
- running classifier_multiclass_ecoc_random .../check.sh: line 13: 908901 Segmentation fault "./$e" > /dev/null 2>&1
- ERROR
- ./check.sh: line 13: 916965 Segmentation fault "./$e" >> error.log
- ================================================================================
- error in make classifier_multiclasslinearmachine CC=x86_64-pc-linux-gnu-g++ LIBRARY_PATH=LD_LIBRARY_PATH LIB_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 INC_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include LIBS=-Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lshogun
- error in ./classifier_multiclasslinearmachine
- ================================================================================
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- make[1]: `classifier_multiclasslinearmachine' is up to date.
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- vector=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,3,1,1,1,2,1,1,1,2,2,2,2,2,3,1,2,1,3,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,1,3,3,3,3,2,3,3,3,3,3,1,3,3,3,3,3,1]
- ================================================================================
- ================================================================================
- error in make evaluation_cross_validation_multiclass CC=x86_64-pc-linux-gnu-g++ LIBRARY_PATH=LD_LIBRARY_PATH LIB_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 INC_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include LIBS=-Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lshogun
- error in ./evaluation_cross_validation_multiclass
- ================================================================================
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- make[1]: `evaluation_cross_validation_multiclass' is up to date.
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- [INFO] Initialized with ring size: 1024.
- [INFO] Initialized with ring size: 1024.
- [INFO]
- optimization finished, #iter = 2990
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- i=0, class=0.000000,
- i=1, class=0.000000,
- i=2, class=0.000000,
- i=3, class=0.000000,
- i=4, class=0.000000,
- i=5, class=0.000000,
- i=6, class=0.000000,
- i=7, class=0.000000,
- i=8, class=0.000000,
- i=9, class=0.000000,
- i=10, class=0.000000,
- i=11, class=0.000000,
- i=12, class=0.000000,
- i=13, class=0.000000,
- i=14, class=0.000000,
- i=15, class=0.000000,
- i=16, class=0.000000,
- i=17, class=0.000000,
- i=18, class=0.000000,
- i=19, class=0.000000,
- i=20, class=0.000000,
- i=21, class=0.000000,
- i=22, class=0.000000,
- i=23, class=1.000000,
- i=24, class=1.000000,
- i=25, class=1.000000,
- i=26, class=1.000000,
- i=27, class=1.000000,
- i=28, class=1.000000,
- i=29, class=1.000000,
- i=30, class=1.000000,
- i=31, class=1.000000,
- i=32, class=1.000000,
- i=33, class=2.000000,
- i=34, class=1.000000,
- i=35, class=1.000000,
- i=36, class=1.000000,
- i=37, class=1.000000,
- i=38, class=1.000000,
- i=39, class=1.000000,
- i=40, class=1.000000,
- i=41, class=1.000000,
- i=42, class=2.000000,
- i=43, class=1.000000,
- i=44, class=1.000000,
- i=45, class=1.000000,
- i=46, class=1.000000,
- i=47, class=2.000000,
- i=48, class=1.000000,
- i=49, class=2.000000,
- i=50, class=2.000000,
- i=51, class=1.000000,
- i=52, class=2.000000,
- i=53, class=2.000000,
- i=54, class=1.000000,
- i=55, class=1.000000,
- i=56, class=1.000000,
- i=57, class=2.000000,
- i=58, class=2.000000,
- i=59, class=2.000000,
- i=60, class=2.000000,
- i=61, class=1.000000,
- i=62, class=2.000000,
- i=63, class=2.000000,
- i=64, class=2.000000,
- i=65, class=2.000000,
- i=66, class=2.000000,
- i=67, class=2.000000,
- i=68, class=2.000000,
- i=69, class=3.000000,
- i=70, class=3.000000,
- i=71, class=3.000000,
- i=72, class=3.000000,
- i=73, class=3.000000,
- i=74, class=1.000000,
- i=75, class=2.000000,
- i=76, class=3.000000,
- i=77, class=3.000000,
- i=78, class=3.000000,
- i=79, class=1.000000,
- i=80, class=3.000000,
- i=81, class=3.000000,
- i=82, class=3.000000,
- i=83, class=3.000000,
- i=84, class=3.000000,
- i=85, class=3.000000,
- i=86, class=3.000000,
- i=87, class=3.000000,
- i=88, class=3.000000,
- i=89, class=3.000000,
- i=90, class=3.000000,
- i=91, class=1.000000,
- [DEBUG] correct=79, total=92, rejected=0
- training accuracy: 0.858696
- [DEBUG] entering CrossValidation::evaluate()
- [WARN] MulticlassLibLinear does not support locking. Autolocking is skipped. Set autolock flag to false to get rid of warning.
- [DEBUG] starting 10 runs of cross-validation
- [DEBUG] entering cross-validation run 0
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,1,4,5,6,7,8,9,11,12,13,15,16,17,18,19,20,21,22,23,25,26,28,29,30,31,32,35,36,37,39,40,41,42,43,44,45,47,48,49,50,52,53,54,55,56,57,58,60,62,63,64,65,66,68,69,70,72,73,74,75,76,77,78,79,80,81,83,84,86,87,88,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 7497
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[2,10,3,14,34,24,38,33,27,46,51,59,61,67,85,82,71,90]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=13, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.722222
- [DEBUG] training set 1:
- training indices=[0,2,3,4,5,7,8,9,10,11,12,13,14,15,16,18,19,22,23,24,25,27,28,30,31,32,33,34,35,36,37,38,40,41,42,43,45,46,47,48,49,50,51,52,54,56,59,60,61,62,63,64,66,67,68,70,71,72,74,75,76,77,78,79,80,81,82,83,84,85,87,88,89,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1245
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[1,20,6,21,17,39,44,29,26,58,55,65,53,57,91,69,73,86]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=18, rejected=0
- [DEBUG] result on fold 1 is 0.888889
- [DEBUG] training set 2:
- training indices=[1,2,3,4,5,6,8,9,10,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,37,38,39,40,41,43,44,46,47,49,50,51,52,53,54,55,56,57,58,59,61,63,65,67,68,69,71,72,73,74,78,79,80,81,82,83,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3031
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[11,7,15,12,0,45,42,36,32,64,66,48,62,60,84,77,76,70,75]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 2 is 0.842105
- [DEBUG] training set 3:
- training indices=[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,17,20,21,24,26,27,29,30,31,32,33,34,36,38,39,40,41,42,43,44,45,46,47,48,49,51,53,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,81,82,83,84,85,86,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1716
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[18,16,19,22,9,35,28,25,23,37,56,52,50,54,80,89,88,79,87]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=19, rejected=0
- [DEBUG] result on fold 3 is 0.736842
- [DEBUG] training set 4:
- training indices=[0,1,2,3,6,7,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,42,44,45,46,48,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,66,67,69,70,71,73,75,76,77,79,80,82,84,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3978
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[4,13,5,8,40,41,30,43,31,47,63,49,68,83,74,72,78,81]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=18, rejected=0
- [DEBUG] result on fold 4 is 0.944444
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 0 is 0.826901
- [DEBUG] entering cross-validation run 1
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,2,3,4,5,6,8,9,11,12,13,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,35,37,38,39,40,41,42,43,44,46,47,48,49,51,52,53,54,56,58,60,61,62,64,65,66,67,68,69,70,72,73,74,76,77,78,79,80,81,82,83,84,86,88,89,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 5568
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[14,15,7,10,1,34,45,36,27,57,59,55,63,50,91,75,87,85,71]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=19, rejected=0
- [DEBUG] result on fold 0 is 0.736842
- [DEBUG] training set 1:
- training indices=[0,1,2,3,4,7,8,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,39,42,44,45,47,48,49,50,51,52,55,56,57,58,59,61,62,63,64,65,66,67,69,71,72,73,74,75,76,77,78,79,80,82,83,85,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2921
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[5,6,12,9,41,38,40,43,37,53,68,60,54,46,81,84,70,86]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=18, rejected=0
- [DEBUG] result on fold 1 is 0.833333
- [DEBUG] training set 2:
- training indices=[0,1,3,5,6,7,9,10,11,12,13,14,15,16,18,19,20,22,23,25,26,27,30,31,32,33,34,36,37,38,39,40,41,42,43,45,46,49,50,51,52,53,54,55,56,57,58,59,60,62,63,64,66,67,68,70,71,72,74,75,76,77,78,80,81,83,84,85,86,87,88,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 6534
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[8,21,17,4,2,44,35,24,28,29,61,65,48,47,79,82,90,73,69]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=19, rejected=0
- [DEBUG] result on fold 2 is 0.789474
- [DEBUG] training set 3:
- training indices=[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,17,20,21,22,23,24,27,28,29,30,33,34,35,36,37,38,40,41,42,43,44,45,46,47,48,50,52,53,54,55,56,57,58,59,60,61,63,65,66,67,68,69,70,71,73,75,76,77,78,79,81,82,84,85,86,87,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3786
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[18,3,19,16,25,32,31,39,26,51,64,49,62,72,83,88,74,80]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=18, rejected=0
- [DEBUG] result on fold 3 is 0.888889
- [DEBUG] training set 4:
- training indices=[1,2,3,4,5,6,7,8,9,10,12,14,15,16,17,18,19,21,24,25,26,27,28,29,31,32,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,53,54,55,57,59,60,61,62,63,64,65,68,69,70,71,72,73,74,75,79,80,81,82,83,84,85,86,87,88,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2585
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[20,11,22,0,13,42,33,30,23,67,52,56,58,66,89,77,78,76]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=18, rejected=0
- [DEBUG] result on fold 4 is 0.833333
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 1 is 0.816374
- [DEBUG] entering cross-validation run 2
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,21,22,23,24,25,27,28,29,30,31,32,33,36,37,38,39,41,42,43,44,46,47,49,50,51,52,53,54,57,59,60,61,62,63,65,66,67,68,69,70,71,73,74,75,77,78,79,80,81,82,83,84,85,86,87,89,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3306
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[19,17,20,1,35,40,26,45,34,56,55,64,48,58,76,88,91,72]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=13, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.722222
- [DEBUG] training set 1:
- training indices=[0,1,2,3,4,6,8,9,10,11,14,15,16,17,19,20,21,22,24,25,26,27,28,29,31,32,33,34,35,36,37,39,40,41,43,44,45,46,48,49,50,51,54,55,56,57,58,60,61,62,63,64,65,66,68,70,72,73,74,75,76,77,79,80,81,82,83,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 4771
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[12,5,13,18,7,30,42,23,38,67,53,47,52,59,84,78,69,71]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=18, rejected=0
- [DEBUG] result on fold 1 is 0.944444
- [DEBUG] training set 2:
- training indices=[0,1,2,3,4,5,6,7,8,9,12,13,14,17,18,19,20,21,22,23,24,25,26,27,29,30,32,33,34,35,36,38,39,40,41,42,45,46,47,48,49,50,51,52,53,54,55,56,58,59,60,61,63,64,65,67,69,71,72,73,74,75,76,77,78,79,80,81,82,84,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1532
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[11,10,16,15,28,44,31,43,37,68,62,57,66,83,70,86,85,87]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=18, rejected=0
- [DEBUG] result on fold 2 is 0.944444
- [DEBUG] training set 3:
- training indices=[1,2,3,4,5,7,8,10,11,12,13,15,16,17,18,19,20,22,23,24,25,26,27,28,30,31,33,34,35,37,38,40,41,42,43,44,45,47,48,49,52,53,54,55,56,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,76,77,78,79,80,83,84,85,86,87,88,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 10000
- [INFO] Warning: reaching max number of iterations
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[9,6,0,21,14,29,39,36,32,63,60,46,50,51,82,89,75,74,81]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=19, rejected=0
- [DEBUG] result on fold 3 is 0.789474
- [DEBUG] training set 4:
- training indices=[0,1,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26,28,29,30,31,32,34,35,36,37,38,39,40,42,43,44,45,46,47,48,50,51,52,53,55,56,57,58,59,60,62,63,64,66,67,68,69,70,71,72,74,75,76,78,81,82,83,84,85,86,87,88,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3018
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[3,4,8,2,22,41,24,33,25,27,65,49,54,61,90,73,77,79,80]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=19, rejected=0
- [DEBUG] result on fold 4 is 0.736842
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 2 is 0.827485
- [DEBUG] entering cross-validation run 3
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,22,24,25,27,28,29,31,32,33,34,35,36,37,38,40,41,42,43,44,45,47,48,50,51,52,53,54,55,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,75,77,78,79,80,82,84,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1665
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[5,1,2,4,21,30,26,39,23,46,66,57,56,49,76,83,81,74]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.833333
- [DEBUG] training set 1:
- training indices=[0,1,2,3,4,5,7,8,10,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,34,36,37,38,39,40,41,42,43,44,46,47,49,50,51,53,54,56,57,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83,86,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1920
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[9,15,6,11,13,31,45,33,29,35,48,64,55,52,85,82,84,87,88]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 1 is 0.842105
- [DEBUG] training set 2:
- training indices=[0,1,2,3,4,5,6,9,10,11,12,13,14,15,16,17,19,20,21,23,24,26,28,29,30,31,33,34,35,36,37,38,39,40,42,44,45,46,48,49,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,68,69,71,72,74,76,77,78,79,81,82,83,84,85,86,87,88,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 6429
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[7,22,18,8,41,27,32,43,25,62,67,47,50,90,75,73,70,80]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=18, rejected=0
- [DEBUG] result on fold 2 is 0.888889
- [DEBUG] training set 3:
- training indices=[0,1,2,4,5,6,7,8,9,10,11,13,14,15,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,41,43,45,46,47,48,49,50,52,53,54,55,56,57,59,61,62,64,66,67,68,69,70,71,73,74,75,76,77,80,81,82,83,84,85,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1436
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[16,3,17,12,34,40,42,36,44,63,65,51,60,58,78,79,72,86]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=18, rejected=0
- [DEBUG] result on fold 3 is 0.833333
- [DEBUG] training set 4:
- training indices=[1,2,3,4,5,6,7,8,9,11,12,13,15,16,17,18,21,22,23,25,26,27,29,30,31,32,33,34,35,36,39,40,41,42,43,44,45,46,47,48,49,50,51,52,55,56,57,58,60,62,63,64,65,66,67,70,72,73,74,75,76,78,79,80,81,82,83,84,85,86,87,88,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1773
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[19,10,20,0,14,37,38,28,24,59,53,54,61,68,77,89,69,91,71]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 4 is 0.842105
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 3 is 0.847953
- [DEBUG] entering cross-validation run 4
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,1,2,3,5,6,7,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,33,34,35,36,37,39,41,42,43,44,45,46,48,49,50,52,54,55,56,57,58,59,60,61,62,63,64,65,67,68,71,72,74,75,76,77,78,79,80,81,82,83,84,85,87,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1870
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[4,8,19,10,40,30,31,32,38,53,47,51,66,70,73,86,69,88]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.944444
- [DEBUG] training set 1:
- training indices=[0,2,4,5,6,7,8,9,10,11,12,13,14,15,16,19,21,22,24,27,28,29,30,31,32,33,36,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,56,57,58,59,61,62,64,65,66,67,68,69,70,71,73,75,76,78,79,81,82,83,84,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3322
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[17,1,20,18,3,23,26,25,35,34,63,48,60,55,77,74,80,72,85]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 1 is 0.842105
- [DEBUG] training set 2:
- training indices=[0,1,2,3,4,5,6,7,8,10,11,13,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,37,38,39,40,43,44,46,47,48,50,51,52,53,54,55,56,59,60,62,63,65,66,67,68,69,70,71,72,73,74,76,77,80,81,82,84,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2250
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[12,9,14,15,28,36,45,41,42,64,49,58,57,61,79,83,75,78]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 2 is 0.777778
- [DEBUG] training set 3:
- training indices=[1,2,3,4,5,7,8,9,10,11,12,14,15,17,18,19,20,21,23,25,26,28,29,30,31,32,34,35,36,37,38,39,40,41,42,44,45,46,47,48,49,51,53,54,55,57,58,59,60,61,62,63,64,66,68,69,70,72,73,74,75,77,78,79,80,82,83,85,86,87,88,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 4304
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[13,0,22,6,16,43,24,33,27,65,52,67,56,50,81,71,76,90,84]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 3 is 0.842105
- [DEBUG] training set 4:
- training indices=[0,1,3,4,6,8,9,10,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,52,53,55,56,57,58,60,61,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,83,84,85,86,88,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1905
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[21,11,7,5,2,44,37,39,29,46,68,59,62,54,82,91,87,89]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=18, rejected=0
- [DEBUG] result on fold 4 is 0.833333
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 4 is 0.847953
- [DEBUG] entering cross-validation run 5
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,1,3,4,5,6,7,8,9,10,11,13,14,16,17,18,19,21,22,23,25,26,28,30,31,32,33,34,35,36,38,39,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59,61,62,63,66,67,68,71,72,73,75,76,77,78,80,82,83,84,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2792
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[15,20,2,12,29,40,37,27,24,48,64,60,65,81,69,79,70,74]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.777778
- [DEBUG] training set 1:
- training indices=[1,2,4,5,6,8,10,11,12,13,15,16,17,18,19,20,21,22,24,25,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,44,45,46,48,49,50,51,53,55,56,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,80,81,83,84,85,87,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3546
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[0,7,14,3,9,26,23,36,43,47,58,54,57,52,86,82,88,90,78]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=19, rejected=0
- [DEBUG] result on fold 1 is 0.894737
- [DEBUG] training set 2:
- training indices=[0,1,2,3,4,5,7,8,9,11,12,14,15,16,17,18,20,21,22,23,24,26,27,29,31,32,33,34,36,37,38,40,41,42,43,44,45,46,47,48,49,50,52,53,54,57,58,59,60,61,62,63,64,65,67,69,70,72,73,74,77,78,79,80,81,82,83,84,85,86,87,88,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2619
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[10,6,13,19,39,25,28,35,30,68,56,51,55,66,75,89,76,71]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 2 is 0.777778
- [DEBUG] training set 3:
- training indices=[0,1,2,3,4,6,7,9,10,11,12,13,14,15,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,36,37,39,40,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,60,61,62,64,65,66,68,69,70,71,74,75,76,77,78,79,81,82,83,85,86,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1038
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[16,22,17,8,5,38,33,42,41,34,67,50,59,63,73,80,72,84,87]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=19, rejected=0
- [DEBUG] result on fold 3 is 0.894737
- [DEBUG] training set 4:
- training indices=[0,2,3,5,6,7,8,9,10,12,13,14,15,16,17,19,20,22,23,24,25,26,27,28,29,30,33,34,35,36,37,38,39,40,41,42,43,47,48,50,51,52,54,55,56,57,58,59,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,78,79,80,81,82,84,86,87,88,89,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 4065
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[4,1,21,18,11,45,44,32,31,46,62,61,49,53,83,85,77,91]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 4 is 0.777778
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 5 is 0.824561
- [DEBUG] entering cross-validation run 6
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,1,2,3,4,5,7,9,11,12,13,14,15,16,18,20,21,22,24,26,27,28,29,30,31,33,34,35,37,38,40,41,42,43,44,45,46,48,49,51,52,53,54,55,56,57,58,59,60,61,64,65,66,67,68,69,70,72,73,74,75,76,78,79,80,82,83,84,85,86,87,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1956
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[17,19,10,8,6,36,32,39,25,23,62,47,50,63,90,81,71,77,88]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=19, total=19, rejected=0
- [DEBUG] result on fold 0 is 1.000000
- [DEBUG] training set 1:
- training indices=[0,1,2,3,5,6,8,10,12,13,14,16,17,18,19,20,21,22,23,25,26,27,29,30,31,32,35,36,37,38,39,40,41,42,43,44,45,46,47,48,50,51,52,53,54,57,58,60,62,63,64,65,66,67,68,71,72,73,74,76,77,78,80,81,82,83,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 4491
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[11,7,4,15,9,33,28,34,24,59,55,49,56,61,75,84,79,69,70]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=12, total=19, rejected=0
- [DEBUG] result on fold 1 is 0.631579
- [DEBUG] training set 2:
- training indices=[0,1,3,4,5,6,7,8,9,10,11,13,14,15,16,17,19,20,21,23,24,25,27,28,29,30,31,32,33,34,35,36,38,39,41,43,45,46,47,48,49,50,51,52,54,55,56,57,59,60,61,62,63,64,65,68,69,70,71,72,73,75,76,77,79,81,82,83,84,85,86,88,89,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2824
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[12,18,22,2,37,40,42,26,44,66,58,53,67,80,74,87,91,78]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=18, rejected=0
- [DEBUG] result on fold 2 is 0.833333
- [DEBUG] training set 3:
- training indices=[1,2,3,4,6,7,8,9,10,11,12,14,15,17,18,19,20,22,23,24,25,26,28,29,31,32,33,34,35,36,37,38,39,40,41,42,44,46,47,49,50,51,53,55,56,57,58,59,60,61,62,63,65,66,67,69,70,71,72,73,74,75,77,78,79,80,81,82,84,86,87,88,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 5044
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[21,13,16,5,0,45,27,43,30,48,64,54,52,68,89,76,83,85]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=18, rejected=0
- [DEBUG] result on fold 3 is 0.888889
- [DEBUG] training set 4:
- training indices=[0,2,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,21,22,23,24,25,26,27,28,30,32,33,34,36,37,39,40,42,43,44,45,47,48,49,50,52,53,54,55,56,58,59,61,62,63,64,66,67,68,69,70,71,74,75,76,77,78,79,80,81,83,84,85,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2740
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[14,1,3,20,29,41,38,35,31,46,57,51,60,65,72,86,82,73]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 4 is 0.777778
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 6 is 0.826316
- [DEBUG] entering cross-validation run 7
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,19,21,23,24,25,26,27,28,29,30,31,33,34,35,36,37,39,40,42,45,46,47,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,74,75,76,78,79,80,81,82,84,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1802
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[22,20,18,5,44,38,43,32,41,49,48,67,56,86,83,73,77,85]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=13, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.722222
- [DEBUG] training set 1:
- training indices=[1,2,3,4,5,6,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,26,29,30,31,32,33,34,36,37,38,40,41,42,43,44,46,48,49,50,51,52,53,54,56,57,58,60,61,62,63,64,65,66,67,69,70,71,72,73,76,77,78,79,80,81,83,84,85,86,87,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 4081
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[19,0,7,8,21,35,45,28,39,27,68,55,47,59,75,88,74,90,82]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 1 is 0.842105
- [DEBUG] training set 2:
- training indices=[0,2,4,5,6,7,8,9,10,11,12,13,17,18,19,20,21,22,23,26,27,28,30,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,50,51,54,55,56,57,58,59,61,62,65,66,67,68,70,72,73,74,75,76,77,79,80,81,82,83,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1116
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[3,15,14,16,1,40,24,29,25,64,63,53,52,60,78,71,84,69]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=18, total=18, rejected=0
- [DEBUG] result on fold 2 is 1.000000
- [DEBUG] training set 3:
- training indices=[0,1,2,3,5,6,7,8,10,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,35,36,38,39,40,41,43,44,45,47,48,49,51,52,53,54,55,56,58,59,60,62,63,64,66,67,68,69,70,71,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2302
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[9,11,13,4,37,33,42,31,34,57,46,50,61,65,87,91,89,72]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=13, total=18, rejected=0
- [DEBUG] result on fold 3 is 0.722222
- [DEBUG] training set 4:
- training indices=[0,1,3,4,5,7,8,9,11,13,14,15,16,18,19,20,21,22,24,25,27,28,29,31,32,33,34,35,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,55,56,57,59,60,61,63,64,65,67,68,69,71,72,73,74,75,77,78,82,83,84,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2703
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[12,6,2,10,17,36,23,30,26,66,54,51,62,58,81,70,80,76,79]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=16, total=19, rejected=0
- [DEBUG] result on fold 4 is 0.842105
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 7 is 0.825731
- [DEBUG] entering cross-validation run 8
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[2,3,4,5,6,7,9,10,11,12,13,14,15,17,19,20,21,22,23,24,25,26,28,30,31,32,33,34,35,37,38,39,40,41,42,44,45,46,48,49,50,51,52,53,54,57,58,59,61,62,63,64,65,67,68,69,72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 1509
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[18,1,8,16,0,27,36,43,29,66,47,55,56,60,73,70,71,90]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.777778
- [DEBUG] training set 1:
- training indices=[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,23,24,26,27,28,29,30,34,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,58,60,62,64,65,66,67,68,69,70,71,72,73,74,76,78,79,80,81,82,84,85,86,87,88,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2891
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[2,21,19,22,31,33,25,32,37,63,59,61,57,91,83,89,77,75]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 1 is 0.777778
- [DEBUG] training set 2:
- training indices=[0,1,2,5,7,8,10,11,12,13,14,16,17,18,19,20,21,22,23,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,47,48,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,70,71,73,75,76,77,78,79,80,83,84,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 5970
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[4,3,15,9,6,44,45,28,24,68,46,53,49,67,74,72,82,81,69]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=19, rejected=0
- [DEBUG] result on fold 2 is 0.894737
- [DEBUG] training set 3:
- training indices=[0,1,2,3,4,6,7,8,9,10,12,13,15,16,18,19,20,21,22,23,24,25,27,28,29,31,32,33,35,36,37,38,39,41,43,44,45,46,47,49,52,53,54,55,56,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,77,80,81,82,83,84,85,86,87,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2189
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[5,14,11,17,30,42,34,40,26,62,50,48,58,51,76,78,88,79]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=13, total=18, rejected=0
- [DEBUG] result on fold 3 is 0.722222
- [DEBUG] training set 4:
- training indices=[0,1,2,3,4,5,6,8,9,11,14,15,16,17,18,19,21,22,24,25,26,27,28,29,30,31,32,33,34,36,37,40,42,43,44,45,46,47,48,49,50,51,53,55,56,57,58,59,60,61,62,63,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,83,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2840
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[20,12,10,7,13,41,35,38,23,39,64,52,65,54,85,87,86,84,80]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=18, total=19, rejected=0
- [DEBUG] result on fold 4 is 0.947368
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 8 is 0.823977
- [DEBUG] entering cross-validation run 9
- [DEBUG] entering CrossValidation::evaluate_one_run()
- [DEBUG] building index sets for 5-fold cross-validation
- [DEBUG] starting unlocked evaluation
- [DEBUG] training set 0:
- training indices=[0,1,2,3,4,5,8,9,10,11,12,14,15,16,17,18,19,20,21,23,25,26,27,28,29,31,33,34,35,36,39,40,41,42,43,44,45,46,47,48,50,51,52,53,54,55,56,57,59,60,62,63,64,65,66,68,70,71,72,73,74,75,77,79,80,81,82,83,84,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 3900
- [DEBUG] finished training
- [DEBUG] test set 0:
- test indices=[13,6,22,7,30,37,38,24,32,49,58,61,67,85,76,69,86,78]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=18, rejected=0
- [DEBUG] result on fold 0 is 0.944444
- [DEBUG] training set 1:
- training indices=[0,1,2,3,5,6,7,8,9,11,13,14,15,17,18,19,20,22,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,41,42,44,46,47,48,49,50,51,52,55,56,58,59,60,61,63,64,65,66,67,68,69,70,71,73,74,75,76,77,78,79,81,83,84,85,86,87,89,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2874
- [DEBUG] finished training
- [DEBUG] test set 1:
- test indices=[21,12,4,16,10,45,43,36,23,40,57,62,53,54,82,80,90,72,88]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=17, total=19, rejected=0
- [DEBUG] result on fold 1 is 0.894737
- [DEBUG] training set 2:
- training indices=[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,27,28,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,52,53,54,55,57,58,59,60,61,62,64,67,68,69,70,72,73,74,75,76,77,78,80,82,83,85,86,87,88,89,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2007
- [DEBUG] finished training
- [DEBUG] test set 2:
- test indices=[19,1,3,0,31,26,29,25,44,65,51,66,56,63,81,79,71,84]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 2 is 0.777778
- [DEBUG] training set 3:
- training indices=[0,1,3,4,6,7,8,9,10,11,12,13,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,36,37,38,39,40,43,44,45,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,65,66,67,69,71,72,73,76,77,78,79,80,81,82,83,84,85,86,87,88,90,91]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2527
- [DEBUG] finished training
- [DEBUG] test set 3:
- test indices=[15,20,14,2,5,42,41,34,35,46,47,68,64,52,75,74,70,89]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=14, total=18, rejected=0
- [DEBUG] result on fold 3 is 0.777778
- [DEBUG] training set 4:
- training indices=[0,1,2,3,4,5,6,7,10,12,13,14,15,16,19,20,21,22,23,24,25,26,29,30,31,32,34,35,36,37,38,40,41,42,43,44,45,46,47,49,51,52,53,54,56,57,58,61,62,63,64,65,66,67,68,69,70,71,72,74,75,76,78,79,80,81,82,84,85,86,88,89,90]
- [DEBUG] starting training
- [INFO]
- optimization finished, #iter = 2430
- [DEBUG] finished training
- [DEBUG] test set 4:
- test indices=[8,17,18,11,9,28,27,33,39,50,48,55,59,60,83,91,87,73,77]
- [DEBUG] starting evaluation
- [DEBUG] 0x288c640
- [DEBUG] entering MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] entering MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply_multiclass(DenseFeatures at 0x288c640)
- [DEBUG] leaving MulticlassLibLinear::apply(DenseFeatures at 0x288c640)
- [DEBUG] finished evaluation
- [DEBUG] correct=15, total=19, rejected=0
- [DEBUG] result on fold 4 is 0.789474
- [DEBUG] done unlocked evaluation
- [DEBUG] leaving CrossValidation::evaluate_one_run()
- [DEBUG] result of cross-validation run 9 is 0.836842
- [DEBUG] leaving CrossValidation::evaluate()
- [0.822910,0.837908] with alpha=0.050000, mean=0.830409
- [DEBUG] Destroying List 0x28aa530
- ================================================================================
- ================================================================================
- error in make classifier_multiclass_ecoc CC=x86_64-pc-linux-gnu-g++ LIBRARY_PATH=LD_LIBRARY_PATH LIB_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 INC_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include LIBS=-Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lshogun
- error in ./classifier_multiclass_ecoc
- ================================================================================
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- make[1]: `classifier_multiclass_ecoc' is up to date.
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- vector=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,1,1,0,3,1,1,0,1,0,1,1,1,0,1,0,2,0,2,0,0,1,2,0,0,0,2,2,2,2,0,2,2,2,2,2,2,2,3,3,3,3,3,3,0,0,3,3,0,1,3,0,0,3,1,3,3,3,3,0,1]
- ================================================================================
- ================================================================================
- error in make classifier_multiclass_ecoc_discriminant CC=x86_64-pc-linux-gnu-g++ LIBRARY_PATH=LD_LIBRARY_PATH LIB_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 INC_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include LIBS=-Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lshogun
- error in ./classifier_multiclass_ecoc_discriminant
- ================================================================================
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- make[1]: `classifier_multiclass_ecoc_discriminant' is up to date.
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- vector=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,3,3,2,2,2,2,3,2,2,2,3,3,2,3,2,2,3,2,3,2,2,2,2,2,0,2,3,2,2,2,3,2,1,2,2,2,2,2,0,2,2,2,2,2,3,3,1,3,3,3,1,1,3,3,2,3,3,3,1,1,3,3,3,3,3,3,2]
- ================================================================================
- ================================================================================
- error in make classifier_multiclass_ecoc_random CC=x86_64-pc-linux-gnu-g++ LIBRARY_PATH=LD_LIBRARY_PATH LIB_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 INC_PATH=/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include LIBS=-Wl,-O1 -Wl,--as-needed -Xlinker --no-undefined -lshogun
- error in ./classifier_multiclass_ecoc_random
- ================================================================================
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- make[1]: `classifier_multiclass_ecoc_random' is up to date.
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/examples/undocumented/libshogun'
- vector=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,1,1,1,1,1,3,1,2,2,3,1,1,3,1,2,1,2,1,2,1,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,0,0,3,3,2,3,3,3,0,3,1,3,3,3,3,3,1]
- ================================================================================
- make: *** [check-examples-libshogun] Error 1
- make: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- * ERROR: sci-libs/shogun-2.0.0 failed (test phase):
- * emake failed
- *
- * If you need support, post the output of `emerge --info '=sci-libs/shogun-2.0.0'`,
- * the complete build log and the output of `emerge -pqv '=sci-libs/shogun-2.0.0'`.
- * The complete build log is located at '/var/log/portage/sci-libs:shogun-2.0.0:20130304-045011.log'.
- * The ebuild environment file is located at '/tmp/portage/sci-libs/shogun-2.0.0/temp/environment'.
- * Working directory: '/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src'
- * S: '/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src'
- >>> Install shogun-2.0.0 into /tmp/portage/sci-libs/shogun-2.0.0/image/ category sci-libs
- make -j24 DESTDIR=/tmp/portage/sci-libs/shogun-2.0.0/image/ install
- make -C shogun install
- make[1]: Entering directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- install -d -m755 /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64
- install -d -m755 "/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include/shogun"
- install -m755 libshogun.so.12.0 /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64
- install -m755 libshogun.a /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64
- find ./ -mindepth 1 -type d ! \( -path '*.svn*' -o \
- -name '*interface*' -o -name '*guilib*' -o -name '*doxygen*' \)\
- -exec install -d -m755 "/tmp/portage/sci-libs/shogun-2.0.0/image//usr/include/shogun/"\{\} \;
- find ./ -mindepth 1 -type d ! \( -path '*.svn*' -o -name '*wrap*' -o \
- -name '*interface*' -o -name '*guilib*' -o -name '*doxygen*' \) \
- -exec sh -c "install -m644 {}/*.h /tmp/portage/sci-libs/shogun-2.0.0/image//usr/include/shogun/{}" \;
- install: cannot stat './optimization/*.h': No such file or directory
- install: cannot stat './transfer/*.h': No such file or directory
- rm -f /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64/libshogun.so /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64/libshogun.so.12
- cd /tmp/portage/sci-libs/shogun-2.0.0/image//usr/lib64 && ( ln -s libshogun.so.12.0 libshogun.so; \
- ln -s libshogun.so.12.0 libshogun.so.12 )
- make[1]: Leaving directory `/tmp/portage/sci-libs/shogun-2.0.0/work/shogun-2.0.0/src/shogun'
- true
- >>> Completed installing shogun-2.0.0 into /tmp/portage/sci-libs/shogun-2.0.0/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/lib64/libshogun.so.12.0
- ecompressdir: bzip2 -9 /usr/share/doc