Click or drag to resize

weightTableGenericTermisMatch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified otherweightTableGenericTerm is match with this one (meaning their frequencies are summed)

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool isMatch(
	weightTableGenericTerm other
)
Request Example View Source

Parameters

other
Type: imbSCI.DataComplexweightTableGenericTerm
The other.

Return Value

Type: Boolean
true if the specified other is match; otherwise, false.
See Also