MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / get_name

Method get_name

ciphercore-base/src/ops/auc.rs:113–115  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

111 }
112
113 fn get_name(&self) -> String {
114 format!("AucScore(fp={:?})", self.fp)
115 }
116}
117
118fn compute_naive_auc(y_true: Node, y_pred: Node, fp: &FixedPrecisionConfig) -> Result<Node> {

Callers 4

print_statsFunction · 0.45
get_graphviz_node_defFunction · 0.45
optimize_graph_constantsFunction · 0.45

Calls

no outgoing calls

Tested by 1

print_statsFunction · 0.36