IndriDirichletSimilarity(LMSimilarity.CollectionModel collectionModel) |
Instantiates the similarity with the default μ value of 2000.
|
IndriDirichletSimilarity(LMSimilarity.CollectionModel collectionModel,
boolean discountOverlaps,
float mu) |
Instantiates the similarity with the provided parameters.
|
IndriDirichletSimilarity(LMSimilarity.CollectionModel collectionModel,
float mu) |
Instantiates the similarity with the provided μ parameter.
|
LMDirichletSimilarity(LMSimilarity.CollectionModel collectionModel) |
Instantiates the similarity with the default μ value of 2000.
|
LMDirichletSimilarity(LMSimilarity.CollectionModel collectionModel,
boolean discountOverlaps,
float mu) |
Instantiates the similarity with the provided parameters.
|
LMDirichletSimilarity(LMSimilarity.CollectionModel collectionModel,
float mu) |
Instantiates the similarity with the provided μ parameter.
|
LMJelinekMercerSimilarity(LMSimilarity.CollectionModel collectionModel,
boolean discountOverlaps,
float lambda) |
Instantiates with the specified collectionModel and parameters.
|
LMJelinekMercerSimilarity(LMSimilarity.CollectionModel collectionModel,
float lambda) |
Instantiates with the specified collectionModel and λ parameter.
|
LMSimilarity(LMSimilarity.CollectionModel collectionModel) |
Creates a new instance with the specified collection language model.
|
LMSimilarity(LMSimilarity.CollectionModel collectionModel,
boolean discountOverlaps) |
Creates a new instance with the specified collection language model and discountOverlaps.
|