Click or drag to resize

termQueryDocumentGetSparkMatchAgainstTSecondTableTerm Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.term.termQueryDocument.GetSparkMatchAgainst``1(imbSCI.DataComplex.weightTable{``0})"]

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public weightTableMatchCollection<termSpark, TSecondTableTerm> GetSparkMatchAgainst<TSecondTableTerm>(
	weightTable<TSecondTableTerm> secondTable
)
where TSecondTableTerm : new(), IWeightTableTerm

Parameters

secondTable
Type: weightTableTSecondTableTerm

[Missing <param name="secondTable"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termQueryDocument.GetSparkMatchAgainst``1(imbSCI.DataComplex.weightTable{``0})"]

Type Parameters

TSecondTableTerm

[Missing <typeparam name="TSecondTableTerm"/> documentation for "M:imbNLP.Data.semanticLexicon.term.termQueryDocument.GetSparkMatchAgainst``1(imbSCI.DataComplex.weightTable{``0})"]

Return Value

Type: weightTableMatchCollectiontermSpark, TSecondTableTerm

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.term.termQueryDocument.GetSparkMatchAgainst``1(imbSCI.DataComplex.weightTable{``0})"]

See Also