| 338 | // ------------------------------------------------------------------------ |
| 339 | |
| 340 | inline double sigma(double x) { |
| 341 | return 1. / (1. + std::exp(-x)); |
| 342 | } |
| 343 | |
| 344 | void __logistic_trans_compute (MutableClusteredState& state, |
| 345 | const MappedColumnVector& x, const double& y) |
no outgoing calls
no test coverage detected