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.
< 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