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

Class NonLinearClsModel

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

Source from the content-addressed store, hash-verified

22}
23
24struct NonLinearClsModel;
25
26impl ClassificationPredictor for NonLinearClsModel {
27 fn predict_proba(&self, x: &[Vec<f64>]) -> Vec<f64> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected