#include <KolmogorovSmirnovCommand.h>
Inheritance diagram for PLearn::KolmogorovSmirnovCommand:
Public Member Functions | |
KolmogorovSmirnovCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'KolmogorovSmirnovCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'KolmogorovSmirnovCommand' command in the command registry. |
|
Definition at line 52 of file KolmogorovSmirnovCommand.h. References PLearn::use(). |
|
The actual implementation of the 'KolmogorovSmirnovCommand' command.
Implements PLearn::PLearnCommand. Definition at line 51 of file KolmogorovSmirnovCommand.cc. References PLearn::endl(), PLearn::VMat::getColumn(), PLearn::getDataSet(), PLearn::KS_test(), PLERROR, PLearn::toint(), and PLearn::Vec. |
|
This allows to register the 'KolmogorovSmirnovCommand' command in the command registry.
|