Searched refs:NULL_MATCH_WEIGHT (Results 1 – 1 of 1) sorted by relevance
54 private static final float NULL_MATCH_WEIGHT = 0.25f; field in NetworkAttributes195 return (null == o2) ? weight * NULL_MATCH_WEIGHT : 0f; in samenessContribution()