ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
aleixrocks[m] has quit [Quit: 30 day idle timeout.]
rakesh_bhugra[m] has quit [Quit: 30 day idle timeout.]
khizirsiddiqui has joined #mlpack
< khizirsiddiqui>
Hey! I have a small doubt related to scoping in classes. `Adaboost` model defines an `enum WeakLearnerTypes` for `PERCEPTRON` and `DECISION_STUMP`. I am trying to access them from the public function defined (as per guidelines) outside the model (in `adaboost_impl.hpp`). I tried `WeakLearnerTypes::PERCEPTRON` and
< khizirsiddiqui>
`AdaBoost::WeakLearnerTypes::PERCEPTRON` but it fails to identify in both the cases: either undeclared or no type found.
< khizirsiddiqui>
What I am trying to do is `if (WeakLearnerType() == WeakLearnerTypes::PERCEPTRON) ` then do something else something else.
< khizirsiddiqui>
(fails to identify during compilation)
< khizirsiddiqui>
Thanks for helping. :)
khizirsiddiqui has quit [Ping timeout: 260 seconds]
ImQ009 has quit [Quit: Leaving]
ImQ009 has joined #mlpack
khizirsiddiqui has joined #mlpack
khizirsiddiqui has quit [Ping timeout: 260 seconds]
rcurtin has joined #mlpack
ImQ009 has quit [Ping timeout: 250 seconds]
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#8151 (master - 9bde8fe : Marcus Edel): The build has errored.