Click or drag to resize

semanticFVExtractorGetFeatureVectorCSSRM Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the feature vector CSSRM.

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public List<double> GetFeatureVectorCSSRM(
	List<webLemmaTerm> caseTerms,
	IEnumerable<lemmaSemanticCloud> clouds,
	int expansion,
	ILogBuilder logger
)

Parameters

caseTerms
Type: System.Collections.GenericListwebLemmaTerm
The case terms.
clouds
Type: System.Collections.GenericIEnumerablelemmaSemanticCloud
The clouds.
expansion
Type: SystemInt32
The expansion.
logger
Type: ILogBuilder
The logger.

Return Value

Type: ListDouble

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor.GetFeatureVectorCSSRM(System.Collections.Generic.List{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm},System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud},System.Int32,imbSCI.Core.reporting.ILogBuilder)"]

See Also