Click or drag to resize

IGMElementPrepareTheModel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Prepares the model - computes IGM for each term

Namespace:  imbNLP.Toolkit.Weighting.Elements
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public override void PrepareTheModel(
	SpaceModel space
)

Parameters

space
Type: imbNLP.Toolkit.SpaceSpaceModel
The space.
Exceptions
ExceptionCondition
ArgumentExceptionA document is already assigned to a label! This model is not applicable for multi-label problem.
See Also