MCPcopy Create free account
hub / github.com/Open-Quant/openquant / NonLinearRegModel

Class NonLinearRegModel

crates/openquant/tests/fingerprint.rs:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16struct NonLinearRegModel;
17
18impl RegressionPredictor for NonLinearRegModel {
19 fn predict(&self, x: &[Vec<f64>]) -> Vec<f64> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected