#include <TestDependencyCommand.h>
Inheritance diagram for PLearn::TestDependencyCommand:
Public Member Functions | |
TestDependencyCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'TestDependencyCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'TestDependencyCommand' command in the command registry. |
|
Definition at line 52 of file TestDependencyCommand.h. References PLearn::correlation(), PLearn::two(), and x. |
|
The actual implementation of the 'TestDependencyCommand' command.
Implements PLearn::PLearnCommand. Definition at line 53 of file TestDependencyCommand.cc. References PLearn::TMat< T >::column(), PLearn::VMat::columns(), PLearn::correlations(), PLearn::endl(), PLearn::VMat::fieldName(), PLearn::getDataSet(), PLearn::Mat, PLERROR, PLearn::testSpearmanRankCorrelation(), PLearn::toint(), PLearn::VMat::toMat(), and x. |
|
This allows to register the 'TestDependencyCommand' command in the command registry.
|