Learn R Programming

iFad (version 2.0)

matrixZ1: The binary indicator matrix for matrixW1

Description

The binary matrix indicating whether each entry of loading matrix W1 is non-zero. For example, matrixZ1[g,k]=1 indicates that matrixW1[g,k] is non-zero, and vice versa. Dim(matrixZ1)=G1*K.

Usage

data(matrixZ1)

Arguments

format

The format is: num [1:30, 1:10] 0 0 1 0 0 1 0 0 0 0 ...

Examples

Run this code
data(matrixZ1)

Run the code above in your browser using DataLab