mirror of https://github.com/apache/lucene.git
Fixed thw/the typo in ClassificationUpdateProcessorParams.
This commit is contained in:
parent
9bc338c266
commit
b05d1f23cf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue