Click or drag to resize

experimentSessionEntryGetTFIDF_Master Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the tfidf master: loads from file or returns any existing instance

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public weightTableCompiled GetTFIDF_Master(
	builderForLog loger,
	bool __useExisting = true,
	bool __saveToCache = true
)

Parameters

loger
Type: builderForLog

[Missing <param name="loger"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.GetTFIDF_Master(imbACE.Core.core.builderForLog,System.Boolean,System.Boolean)"]

__useExisting (Optional)
Type: SystemBoolean

[Missing <param name="__useExisting"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.GetTFIDF_Master(imbACE.Core.core.builderForLog,System.Boolean,System.Boolean)"]

__saveToCache (Optional)
Type: SystemBoolean

[Missing <param name="__saveToCache"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.GetTFIDF_Master(imbACE.Core.core.builderForLog,System.Boolean,System.Boolean)"]

Return Value

Type: weightTableCompiled

[Missing <returns> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.GetTFIDF_Master(imbACE.Core.core.builderForLog,System.Boolean,System.Boolean)"]

See Also