Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getScore
Method
getScore
src/main/java/matcher/classifier/IClassifier.java:8–8 ·
view source on GitHub ↗
(T a, T b, ClassEnvironment env)
Source
from the content-addressed store, hash-verified
6
String getName();
7
double getWeight();
8
double getScore(T a, T b, ClassEnvironment env);
9
}
Callers
8
checkRank
Method · 0.65
rank
Method · 0.65
getScore
Method · 0.65
matchPerfectMembers
Method · 0.65
getText
Method · 0.65
getScoreComparator
Method · 0.65
updateResults
Method · 0.65
createClassifierTable
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected