![]() |
planc
Parallel Lowrank Approximation with Non-negativity Constraints
|
#include "common/nmf.hpp"#include <stdio.h>#include <string>#include "common/parsecommandline.hpp"#include "common/utils.hpp"#include "nmf/aoadmm.hpp"#include "nmf/bppnmf.hpp"#include "nmf/hals.hpp"#include "nmf/mu.hpp"Go to the source code of this file.
Functions | |
| template<class NMFTYPE > | |
| void | NMFDriver (int k, UWORD m, UWORD n, std::string AfileName, std::string WfileName, std::string HfileName, int numIt) |
| void | parseCommandLineandCallNMF (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
1.8.14