-
**Reported by gsrivast on 23 Apr 42277468 04:24 UTC**
Hi,
I ran cmake and the resuls were as follows:
gsrivast@nishkama: cmake -D DEBUG=OFF -D PROFILE=OFF ../
-- The C compiler identification is GNU…
-
**Reported by rcurtin on 7 Dec 44097680 06:04 UTC**
When one types 'make mlpack', there is a CMake rule to copy all the header files to build/include/; from src/mlpack/CMakeLists.txt:
```
# Move all …
-
**Reported by shyi on 23 Jul 43358409 12:16 UTC**
I keep getting linking error when I build MLPACK and I guess it is regard to boost library, which I updated to most recent version. Here is what I am…
-
**Reported by Madda on 9 Jul 43830007 18:54 UTC**
Hi,
I am trying to build mlpack-1.0.7, but I am getting linking errors with boost. There was already a ticket on this topic and the suggestion was to …
-
**Reported by cuunclzh on 31 May 42712982 23:52 UTC**
Ubuntu 12.04 i686
Blas 1.2.20110419-2ubuntu1
Lapack 3.3.1-1
Atlas 3.8.4-3build1
Boost libboost 1.48.0-3
doxygen 1.7.6.1-2ubuntu1
txt2man 1.5.5-4
…
-
**Reported by pram on 11 Sep 42124316 15:22 UTC**
We have random number generators from the uniform distribution in MLpack which use the boost library. Apparently, there are normal (Gaussian) random n…
-
**Reported by andreasl on 25 Sep 42220734 22:15 UTC**
Armadillo supports 64-bit operating systems if ARMA_64BIT_WORD is enabled by editing include/armadillo_bits/config.hpp in the armadillo source di…
-
**Reported by natal on 30 Jan 43588055 00:14 UTC**
I'm under OS X 10.8.4.
The situation is the following:
- An mlpack library built with g++ 4.8.
- A very simple program compiled with g++ 4.8 :
```
#…
-
**Reported by Adam on 12 Mar 42176183 06:52 UTC**
Hi,
I am extremely interested in using some of the functions provided in the mlpack with existing code I have written for my PhD.
I have used downl…
-
**Reported by rcurtin on 30 Dec 40825920 07:06 UTC**
`mlpack/hmm` contains a set of tools for Hidden Markov Models. These all use GenMatrix, GenVector, and other classes that need to be transitioned …