matrix_factorization: A MVDA Function

Description Usage Arguments Value

Description

This function implements the matrix factorization algorithm

Usage

1
matrix_factorization(X, k1, eps, iter_max)

Arguments

X

is the matrix resulting from the concatenation of the membership matrix for each view

k1

the desidered number of cluster

eps

is the precision parameter

iter_mat

the maximum allowed iteration

Value

a list containing the two matri P and H


angy89/MVDA_package documentation built on May 7, 2019, 8:58 p.m.