|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing.QualityReductionStrategyImpl
public class LatentSemanticIndexing.QualityReductionStrategyImpl
Reduces the matrix dynamically to the lowest rank that satisfies the given quality. The threshold has to be between 0.0 and 1.0 and resembles the degree of approximation of the original matrix in percentage. For calculation, we use the ratio between the Frobenius norm of the reduced matrix and the original matrix.
Constructor Summary | |
---|---|
LatentSemanticIndexing.QualityReductionStrategyImpl(double quality)
|
Method Summary | |
---|---|
int |
reduce()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LatentSemanticIndexing.QualityReductionStrategyImpl(double quality)
quality
- specifies the quality, by which the original matrix will
be approximatedMethod Detail |
---|
public int reduce()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |