Click or drag to resize

WebFVExtractorKnowledgeLibraryCreateKnowledgeInstanceT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbWBI.Core.WebClassifier.core
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
protected T CreateKnowledgeInstance<T>(
	string name,
	kFoldValidationCase validationCase,
	WebFVExtractorKnowledgeType type,
	ILogBuilder logger
)
where T : class, new(), IWebFVExtractorKnowledge

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

validationCase
Type: imbWBI.Core.WebClassifier.validationkFoldValidationCase

[Missing <param name="validationCase"/> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

type
Type: imbWBI.Core.WebClassifier.coreWebFVExtractorKnowledgeType

[Missing <param name="type"/> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: T

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeLibrary.CreateKnowledgeInstance``1(System.String,imbWBI.Core.WebClassifier.validation.kFoldValidationCase,imbWBI.Core.WebClassifier.core.WebFVExtractorKnowledgeType,imbSCI.Core.reporting.ILogBuilder)"]

See Also