#include <TestDependenciesCommand.h>
Inheritance diagram for PLearn::TestDependenciesCommand:
Public Member Functions | |
TestDependenciesCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'TestDependenciesCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'TestDependenciesCommand' command in the command registry. |
|
Definition at line 52 of file TestDependenciesCommand.h. References PLearn::correlation(), PLearn::divide(), PLearn::max(), PLearn::mean(), and PLearn::min(). |
|
The actual implementation of the 'TestDependenciesCommand' command.
Implements PLearn::PLearnCommand. Definition at line 62 of file TestDependenciesCommand.cc. References PLearn::TMat< T >::column(), PLearn::computeMeanAndStddev(), PLearn::correlations(), PLearn::endl(), PLearn::VMat::fieldName(), PLearn::getDataSet(), PLearn::getSystemTotalMemory(), k, PLearn::VMat::length(), PLearn::Mat, PLearn::max(), PLearn::mean(), PLearn::min(), PLERROR, PLWARNING, PLearn::sortRows(), PLearn::VMat::subMat(), PLearn::TMat< T >::subMatRows(), PLearn::testSpearmanRankCorrelation(), PLearn::toint(), PLearn::Vec, and x. |
|
This allows to register the 'TestDependenciesCommand' command in the command registry.
|