public class NormalizationH3 extends Normalization
Normalization.NoNormalization
Constructor and Description |
---|
NormalizationH3()
Calls
NormalizationH3(800) |
NormalizationH3(float mu)
Creates NormalizationH3 with the supplied parameter
μ . |
Modifier and Type | Method and Description |
---|---|
Explanation |
explain(BasicStats stats,
double tf,
double len)
Returns an explanation for the normalized term frequency.
|
float |
getMu()
Returns the parameter
μ |
double |
tfn(BasicStats stats,
double tf,
double len)
Returns the normalized term frequency.
|
String |
toString()
Subclasses must override this method to return the code of the
normalization formula.
|
public NormalizationH3()
NormalizationH3(800)
public NormalizationH3(float mu)
μ
.mu
- smoothing parameter μ
public double tfn(BasicStats stats, double tf, double len)
Normalization
tfn
in class Normalization
len
- the field length.public Explanation explain(BasicStats stats, double tf, double len)
Normalization
The default normalization methods use the field length of the document and the average field length to compute the normalized term frequency. This method provides a generic explanation for such methods. Subclasses that use other statistics must override this method.
explain
in class Normalization
public String toString()
Normalization
toString
in class Normalization
public float getMu()
μ
NormalizationH3(float)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.