Click or drag to resize

TermDiscriminatingPowerCompute Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Computes the factor

Namespace:  imbNLP.Toolkit.Weighting.Metrics
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public double Compute(
	TDPFactor factor,
	int N
)

Parameters

factor
Type: imbNLP.Toolkit.Weighting.MetricsTDPFactor
What computation schema to be used
N
Type: SystemInt32
Total number of documents in the collection

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.Toolkit.Weighting.Metrics.TermDiscriminatingPower.Compute(imbNLP.Toolkit.Weighting.Metrics.TDPFactor,System.Int32)"]

See Also