Click or drag to resize

HeatMapModelDeploy Method

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

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Deploy(
	IEnumerable<string> columns,
	IEnumerable<string> rows
)
Request Example View Source

Parameters

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