verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
sumedhghaisas_ has joined #mlpack
sumedhghaisas__ has quit [Read error: Connection reset by peer]
sumedhghaisas__ has joined #mlpack
sumedhghaisas_ has quit [Read error: Connection reset by peer]
sumedhghaisas_ has joined #mlpack
sumedhghaisas__ has quit [Read error: Connection reset by peer]
sumedhghaisas__ has joined #mlpack
sumedhghaisas_ has quit [Read error: Connection reset by peer]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1672 (master - 20da685 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
sumedhghaisas__ has quit [Quit: Ex-Chat]
thyrix has joined #mlpack
mikeling has joined #mlpack
mentekid has quit [Ping timeout: 245 seconds]
< mikeling> How could I only compile distribution test?
< mikeling> zoq: Hi, how could I only compile distribution test? make mlpack_distribution doesn't work for me
< zoq> mikeling: Hello, if you type 'make' it should build changes only.
< mikeling> zoq: hmm, but how could I build the specific test suit?
< mikeling> e.g I only want to build distribution_tes
< mikeling> like I could build knn test suite like *make mlpack_knn*, but I can't build distribution test like **make mlpack_distribution**
< zoq> Since you haven't changed anything else beside the distribution implementation it should rebuild the distribution test only. 'make mlpack_knn' builds the knn executable, but not the test suite.
< zoq> You can just use make to rebuild mlpack and than use bin/mlpack_test -t DistributionTest to run the complete test suite or e.g. bin/mlpack_test -t DistributionTest/GaussianDistributionTrainTest to run just the GaussianDistributionTrainTest test case.
< mikeling> zoq: Since I had changed the DiscreteDistribution class which been used in HMM part, before I change the correspond part in HMM, I want to test if the DiscreteDistribution class can works as expected. But when I just type "make", it tells me "mlpack::distribution::DiscreteDistribution::Train(arma::Mat<double> const&, arma::Col<double> const&)", referenced
< mikeling> from: mlpack::hmm::HMM<mlpack::distribution::DiscreteDistribution>::Train(std::__1::vector<arma::Mat<double>, std::__1::allocator<arma::Mat<double> > > const&)"
< zoq> I see, so an easy solution would be to remove the hmm code from the build process: comment 'hmm' in https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/CMakeLists.txt and 'hmm_test.cpp' in https://github.com/mlpack/mlpack/blob/master/src/mlpack/tests/CMakeLists.txt
< mikeling> zoq: oh great! It work! Everything works well after I remove the hmm form the CMakeList.txt
< mikeling> thank you very much
< zoq> glad it worked out :)
thyrix has quit [Quit: Leaving]
mikeling has quit [Quit: Connection closed for inactivity]
s1998 has joined #mlpack
s1998 has quit [Client Quit]
mentekid has joined #mlpack
mentekid has quit [Ping timeout: 264 seconds]