Click or drag to resize

HeatMapModel Constructor (IEnumerableString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes square heat map matrix

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public HeatMapModel(
	IEnumerable<string> columnsAndRows
)
Request Example View Source

Parameters

columnsAndRows
Type: System.Collections.GenericIEnumerableString
The columns and rows.
See Also