Package | Description |
---|---|
jsat.text.wordweighting |
Modifier and Type | Method and Description |
---|---|
static TfIdf.TermFrequencyWeight |
TfIdf.TermFrequencyWeight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TfIdf.TermFrequencyWeight[] |
TfIdf.TermFrequencyWeight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TfIdf(TfIdf.TermFrequencyWeight tfWeighting)
Creates a new TF-IDF document weighting scheme that uses the specified
term frequency weighting
|
Copyright © 2017. All rights reserved.