Click or drag to resize

IWeightTableGetCrossSection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the cross section of matched terms

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
List<IWeightTableTerm> GetCrossSection(
	IWeightTable secondTable,
	bool thisAgainstSecond = false
)
Request Example View Source

Parameters

secondTable
Type: imbSCI.DataComplexIWeightTable
The second table.
thisAgainstSecond (Optional)
Type: SystemBoolean
if set to true [this against second].

Return Value

Type: ListIWeightTableTerm
See Also