PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
int | PLearn::print_diff (ostream &out, VMat m1, VMat m2, double tolerance, int verbose) |
Prints where m1 and m2 differ by more than tolerance returns the number of such differences, or -1 if the sizes differ. | |
void | PLearn::interactiveDisplayCDF (const Array< VMat > &vmats) |
void | PLearn::displayBasicStats (VMat vm) |
void | PLearn::printDistanceStatistics (VMat vm, int inputsize) |
void | PLearn::plotVMats (char *defs[], int ndefs) |
VMat | PLearn::getVMat (const PPath &source, const PPath &indexf) |
int | PLearn::vmatmain (int argc, char **argv) |
Variables | |
static string | PLearn::vmat_view_dataset |
The specification of the dataset viewed by the vmat program. |