Click or drag to resize

WebFVExtractorExtensionsGetModelInstanceList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebFVExtractorExtensions.GetModelInstanceList(System.Collections.Generic.IEnumerable{imbMiningContext.TFModels.ILRT.itmModelEnum})"]

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static List<IWebFVExtractor> GetModelInstanceList(
	this IEnumerable<itmModelEnum> models
)

Parameters

models
Type: System.Collections.GenericIEnumerableitmModelEnum

[Missing <param name="models"/> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebFVExtractorExtensions.GetModelInstanceList(System.Collections.Generic.IEnumerable{imbMiningContext.TFModels.ILRT.itmModelEnum})"]

Return Value

Type: ListIWebFVExtractor

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.WebFVExtractorExtensions.GetModelInstanceList(System.Collections.Generic.IEnumerable{imbMiningContext.TFModels.ILRT.itmModelEnum})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableitmModelEnum. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also