MCPcopy Create free account
hub / github.com/FabricMC/Matcher / getWeight

Method getWeight

src/main/java/matcher/classifier/IClassifier.java:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5public interface IClassifier<T> {
6 String getName();
7 double getWeight();
8 double getScore(T a, T b, ClassEnvironment env);
9}

Callers 2

rankMethod · 0.65
createClassifierTableMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected