Fixed thw/the typo in ClassificationUpdateProcessorParams.

This commit is contained in:
Christine Poerschke 2017-09-21 15:29:28 +01:00
parent 9bc338c266
commit b05d1f23cf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class ClassificationUpdateProcessorParams {
private int minDf; // knn specific - the minimum Document Frequency for considering a term
private int k; // knn specific - thw window of top results to evaluate, when assigning the class
private int k; // knn specific - the window of top results to evaluate, when assigning the class
public String[] getInputFieldNames() {
return inputFieldNames;