| Package | Description |
|---|---|
| net.zomis.aiscores | |
| net.zomis.aiscores.extra |
| Modifier and Type | Method and Description |
|---|---|
FieldScores<P,F> |
FieldScoreProducer.analyzeAndScore(P params) |
FieldScores<P,F> |
FieldScoreProducer.score(P params,
Map<Class<?>,Object> analyzes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PostScorer.addScore(FieldScores<P,F> scores,
F field,
double score)
Add score to a field
|
abstract void |
PostScorer.handle(FieldScores<P,F> scores)
Optionally apply any scores to the given
FieldScores object. |
protected void |
PostScorer.setScore(FieldScores<P,F> scores,
F field,
double score)
Set score to an exact value for a field
|
| Modifier and Type | Method and Description |
|---|---|
FieldScores<Params,Field> |
BufferedScoreProducer.getSavedScores() |
FieldScores<Params,Field> |
BufferedScoreProducer.score(Params params,
Map<Class<?>,Object> analyzes) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> ParamAndField<A,B> |
ScoreUtils.pickBest(Map<A,FieldScores<A,B>> scores,
Random random) |
Copyright © 2014. All rights reserved.