@Documented
@DefaultInteger(value=0)
@Parameter(value=java.lang.Integer.class)
@Qualifier
@Target(value={METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface SigWeightThreshold
The weight threshold for significance weighting. If the vectors in question
have fewer than n keys in common, then the similarity is decreased.
- See Also:
SignificanceWeightedVectorSimilarity
,
SignificanceWeightedVectorSimilarity