Package | Description |
---|---|
org.nuxeo.ecm.platform.categorization.categorizer.tfidf |
Modifier and Type | Method and Description |
---|---|
HashingVectorizer |
HashingVectorizer.dimension(int dim)
Chain configuration of the number of buckets, which is also the number of the vectors dimensions, small values
mean high probabilities of collisions.
|
HashingVectorizer |
TfIdfCategorizer.getVectorizer() |
HashingVectorizer |
HashingVectorizer.probes(int probes)
Chain configuration of the number of probes, i.e.
|
HashingVectorizer |
HashingVectorizer.window(int window)
Chain configuration of the number of terms to hash together: window = 1 means unigrams and bigrams, window = 3
would add bigrams of distance 2, and so on.
|
Copyright © 2015 Nuxeo SA. All rights reserved.