Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
fn compute_naive_auc(y_true: Node, y_pred: Node, fp: &FixedPrecisionConfig) -> Result<Node> {
Callers
4
print_stats
Function · 0.45
get_graphviz_node_def
Function · 0.45
get_graphviz_open_subgraph
Function · 0.45
optimize_graph_constants
Function · 0.45
Calls
no outgoing calls
Tested by
1
print_stats
Function · 0.36