MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / predict

Method predict

machine_learning/adaline_learning.cpp:95–110  ·  view source on GitHub ↗

* predict the output of the model for given set of features * \param[in] x input vector * \param[out] out optional argument to return neuron output before * applying activation function (optional, `nullptr` to ignore) \returns * model prediction output */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test1Function · 0.45
test2Function · 0.45
test3Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected