Click or drag to resize

experimentSessionEntryCloseSession Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Closes the session --- saves TF-IDF

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void CloseSession(
	IEnumerable<modelSpiderTestRecord> tRecords
)

Parameters

tRecords
Type: System.Collections.GenericIEnumerablemodelSpiderTestRecord
The t records.
See Also