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

Class ClassificationModelFingerprint

crates/openquant/src/fingerprint.rs:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Clone, Debug, Default)]
31pub struct ClassificationModelFingerprint {
32 linear_effect: Option<Effect>,
33 non_linear_effect: Option<Effect>,
34 pair_wise_effect: Option<PairwiseEffect>,
35}
36
37impl RegressionModelFingerprint {
38 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected