| 270 | } |
| 271 | |
| 272 | unsigned SoftmaxConstraint::getOutput( unsigned input ) const |
| 273 | { |
| 274 | return _inputToOutput[input]; |
| 275 | } |
| 276 | |
| 277 | void SoftmaxConstraint::softmax( const Vector<double> &input, Vector<double> &output ) |
| 278 | { |
no outgoing calls
no test coverage detected