public class RandomScorer<A,B> extends AbstractScorer<A,B>
| Constructor and Description |
|---|
RandomScorer() |
RandomScorer(Random random) |
| Modifier and Type | Method and Description |
|---|---|
double |
getScoreFor(B field,
ScoreParameters<A> scores)
Determine the score for the given field and parameters.
|
scoreWith, workWithpublic RandomScorer(Random random)
public RandomScorer()
public double getScoreFor(B field, ScoreParameters<A> scores)
AbstractScorergetScoreFor in interface FScorer<A,B>getScoreFor in class AbstractScorer<A,B>field - Field to scorescores - Parameters and analyzes for the scoringCopyright © 2014. All rights reserved.