Class Distribution
The probabilistic distribution used to model term occurrence in information-based models.
@lucene.experimental
Inheritance
System.Object
Distribution
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Distribution : object
Constructors
Name | Description |
---|---|
Distribution() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
Explain(BasicStats, Single, Single) | Explains the score. Returns the name of the model only, since
both |
Score(BasicStats, Single, Single) | Computes the score. |
ToString() | Subclasses must override this method to return the name of the distribution. |