| Package | Description |
|---|---|
| net.zomis.aiscores | |
| net.zomis.aiscores.extra | |
| net.zomis.aiscores.scorers |
| Modifier and Type | Method and Description |
|---|---|
FieldScore<F> |
FieldScores.getScoreFor(F field)
Get the
FieldScore object for a specific field. |
| Modifier and Type | Method and Description |
|---|---|
List<FieldScore<F>> |
FieldScores.getRank(int rank)
Get all
FieldScore objects for a specific rank |
List<List<FieldScore<F>>> |
FieldScores.getRankedScores()
Get a List of all the ranks.
|
Map<F,FieldScore<F>> |
FieldScores.getScores() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PostScorer.addScore(FieldScore<F> fscore,
double score)
Add score to a field
|
int |
FieldScore.compareTo(FieldScore<F> other) |
| Modifier and Type | Method and Description |
|---|---|
FieldScore<Field> |
ParamAndField.getFieldScore() |
| Constructor and Description |
|---|
ParamAndField(Params params,
FieldScore<Field> field) |
| Constructor and Description |
|---|
CacheScorer(Map<F,FieldScore<F>> scores) |
Copyright © 2014. All rights reserved.