Click or drag to resize

featureExtractionReportCreateClone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.CreateClone(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Int32,System.String)"]

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public semanticFVExtractor CreateClone(
	semanticFVExtractor template,
	string modelNamePrefix,
	int stx_add = 0,
	string desc = ""
)

Parameters

template
Type: imbWBI.Core.WebClassifier.wlfClassifiersemanticFVExtractor

[Missing <param name="template"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.CreateClone(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Int32,System.String)"]

modelNamePrefix
Type: SystemString

[Missing <param name="modelNamePrefix"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.CreateClone(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Int32,System.String)"]

stx_add (Optional)
Type: SystemInt32

[Missing <param name="stx_add"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.CreateClone(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Int32,System.String)"]

desc (Optional)
Type: SystemString

[Missing <param name="desc"/> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.CreateClone(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Int32,System.String)"]

Return Value

Type: semanticFVExtractor

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.reportData.optionalReports.featureExtractionReport.CreateClone(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Int32,System.String)"]

See Also