Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MIT-SPARK/Clio
/ computeDeltaWeight
Function
computeDeltaWeight
clio/src/ib_utils.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
double computeDeltaWeight(const SceneGraphLayer& layer,
113
const std::vector<NodeId>& nodes) {
114
return static_cast<double>(nodes.size()) / static_cast<double>(layer.numNodes());
115
}
116
117
} // namespace clio
Callers
2
ComponentInfo
Method · 0.85
TEST
Function · 0.85
Calls
1
size
Method · 0.80
Tested by
1
TEST
Function · 0.68