khigashi1987 / EU-NMF

The C implementation of Nonnegative Matrix factorization using Euclidean distance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NMF

The C implementation of Nonnegative Matrix Factorization using Euclidean distance criterion. Multiplicative update rules are used for minimizing Euclidean distance.

Input file: tab-delimited text with row headers and column headers.

The Mersenne twister are used for a pseudorandom number generator. C codes are taken from http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c

About

The C implementation of Nonnegative Matrix factorization using Euclidean distance.


Languages

Language:C 100.0%