public static class CollectScoresIterationListener.ScoreStat extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUCKET_LENGTH |
| Constructor and Description |
|---|
ScoreStat() |
| Modifier and Type | Method and Description |
|---|---|
void |
addScore(long index,
double score) |
long[] |
getEffectiveIndexes() |
double[] |
getEffectiveScores() |
List<long[]> |
getIndexes() |
List<double[]> |
getScores() |
public static final int BUCKET_LENGTH
Copyright © 2021. All rights reserved.