MCPcopy Index your code
hub / github.com/TheAlgorithms/Rust / predict

Function predict

src/machine_learning/perceptron.rs:46–59  ·  view source on GitHub ↗

Make a prediction using the given weights and bias.

(weights: &[f64], bias: f64, features: &[f64])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

perceptronFunction · 0.85
classifyFunction · 0.85

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected