| Package | Description |
|---|---|
| net.zomis.aiscores | |
| net.zomis.aiscores.scorers |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldScores<P,F>
Class containing scores, information about ranks, analyzes, and which score configuration that was used.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScoreStrategy.canScoreField(ScoreParameters<P> parameters,
F field)
Determine whether or not scoring of a particular field should be done, allowing
PreScorers from the analyze to be taken into consideration. |
double |
FScorer.getScoreFor(F field,
ScoreParameters<P> scores)
Determine the score for the given field and parameters.
|
abstract double |
AbstractScorer.getScoreFor(F field,
ScoreParameters<P> scores)
Determine the score for the given field and parameters.
|
FScorer<P,F> |
FScorer.scoreWith(ScoreParameters<P> scores)
Determine if this scorer should apply scores to the fields under the given circumstances.
|
FScorer<P,F> |
AbstractScorer.scoreWith(ScoreParameters<P> scores) |
boolean |
AbstractScorer.workWith(ScoreParameters<P> scores)
Determine if this scorer should apply scores to the fields under the given circumstances.
|
| Modifier and Type | Method and Description |
|---|---|
double |
SubclassScorer.getScoreFor(A field,
ScoreParameters<Params> scores) |
double |
IsSubclassScorer.getScoreFor(A field,
ScoreParameters<Params> scores) |
double |
RandomScorer.getScoreFor(B field,
ScoreParameters<A> scores) |
double |
NormalizedScorer.getScoreFor(Field field,
ScoreParameters<Params> scores)
Deprecated.
|
double |
SimpleScorer.getScoreFor(F field,
ScoreParameters<P> scores) |
double |
PredicateScorer.getScoreFor(F field,
ScoreParameters<P> scores) |
double |
NormalizedScorer2.getScoreFor(F field,
ScoreParameters<P> scores) |
double |
MultiplicationScorer.getScoreFor(F field,
ScoreParameters<P> scores) |
double |
CacheScorer.getScoreFor(F field,
ScoreParameters<P> scores) |
double |
ScoreInterface.score(F field,
ScoreParameters<P> scores) |
abstract double |
SubclassScorer.scoreSubclass(B cast,
ScoreParameters<Params> scores) |
FScorer<P,F> |
SimpleScorer.scoreWith(ScoreParameters<P> scores) |
FScorer<P,F> |
PredicateScorer.scoreWith(ScoreParameters<P> scores) |
FScorer<P,F> |
NormalizedScorer2.scoreWith(ScoreParameters<P> scores) |
FScorer<P,F> |
MultiplicationScorer.scoreWith(ScoreParameters<P> scores) |
FScorer<P,F> |
CacheScorer.scoreWith(ScoreParameters<P> scores) |
boolean |
NormalizedScorer.workWith(ScoreParameters<Params> scores)
Deprecated.
|
Copyright © 2014. All rights reserved.