<< convertdate bytecode_iot_module create_JSON >>

bytecode_iot_module >> bytecode_iot_module > corr_matrix

corr_matrix

Creates a correlation matrix graph

Syntax

corr_matrix(data,str)

Parameters

data :

A N by N matrix containing values between -1 and 1

str :

A string vector with length N

Description

Creates a correlation matrix.

Examples

data = rand(10,10)*2-1;
features = ["A" "B" "C" "D" "E" "F" "G" "H" "I" "J"];
corr_matrix(data,features)

See also

Authors


Report an issue
<< convertdate bytecode_iot_module create_JSON >>