planc
Parallel Lowrank Approximation with Non-negativity Constraints
Functions
nmf.cpp File Reference
#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[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 139 of file nmf.cpp.

◆ NMFDriver()

template<class NMFTYPE >
void NMFDriver ( int  k,
UWORD  m,
UWORD  n,
std::string  AfileName,
std::string  WfileName,
std::string  HfileName,
int  numIt 
)

Definition at line 14 of file nmf.cpp.

◆ parseCommandLineandCallNMF()

void parseCommandLineandCallNMF ( int  argc,
char *  argv[] 
)

Definition at line 73 of file nmf.cpp.