[mlpack-git] [mlpack] Could we change the response type of ann from arma::mat to arma::Row<size_t>? (#541)

stereomatchingkiss notifications at github.com
Wed Mar 2 11:48:04 EST 2016


>but instead for something where real-valued outputs are expected?

Maybe we could change it from 

arma::Row<size_t>

to?

arma::Row<double>

I am mention about the codes of ffn, ann and rnn,things like 

`void Predict(arma::mat& predictors, arma::mat& responses);`

Could we add an overloaded function, like

`void Predict(arma::mat& predictors, arma::Row<double>& responses);`

To the class?

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/541#issuecomment-191321211
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160302/8dfef9f2/attachment.html>


More information about the mlpack-git mailing list