Searched refs:userValues (Results 1 – 1 of 1) sorted by relevance
1507 final String[] userValues = userData.getValues(); in logFieldClassificationScore() local1517 if (userValues == null || categoryIds == null || userValues.length != categoryIds.length) { in logFieldClassificationScore()1518 final int valuesLength = userValues == null ? -1 : userValues.length; in logFieldClassificationScore()1568 for (j = 0; j < userValues.length; j++) { in logFieldClassificationScore()1573 scoresByField = new ArrayMap<>(userValues.length); in logFieldClassificationScore()1615 fcStrategy.calculateScores(callback, currentValues, userValues, categoryIds, in logFieldClassificationScore()