numResults
@param model The model
@param document The document to classify
@param defaultCategory The default category to assign
@param numResults The maximum number of results to return, ranked by score.Ties are broken by comparing the category
@return A Collection of {@link org.apache.mahout.classifier.ClassifierResult}s.
numResults
@param model The model
@param document The document to classify
@param defaultCategory The default category to assign
@param numResults The maximum number of results to return, ranked by score.Ties are broken by comparing the category
@return A Collection of {@link org.apache.mahout.classifier.ClassifierResult}s.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|