powered by
To calculate average residues of the bi-clustering results
ASR(row_cluster,col_cluster,W)
The cluster results of the rows of W, this value should be a vector whose length is the same as the number of rows in W
The cluster results of the columns of W, this value should be a vector whose length is the same as the number of columns in W
The matrix to be factorized
The average residues of the bi-clustering results
# NOT RUN { W <- simu_data_generation() OSNMTF_res <- OSNMTF(W,k=5,l=4) row_cluster <- OSNMTF_res[[2]][[1]] column_cluster <- OSNMTF_res[[2]][[2]] ASR_value <- ASR(row_cluster,column_cluster,W) # }
Run the code above in your browser using DataLab