Click or drag to resize

experimentSessionEntryGetInfoPrizeForTerms Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the information prize for terms specified

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public double GetInfoPrizeForTerms(
	IEnumerable<string> terms,
	builderForLog loger = null
)

Parameters

terms
Type: System.Collections.GenericIEnumerableString
The terms.
loger (Optional)
Type: builderForLog
The loger.

Return Value

Type: Double

[Missing <returns> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.GetInfoPrizeForTerms(System.Collections.Generic.IEnumerable{System.String},imbACE.Core.core.builderForLog)"]

See Also