#include <RxThresholdAlgorithm.h>
Inheritance diagram for SctAnalysis::RxThresholdAlgorithm:
Public Member Functions | |
virtual void | analyze () |
finds the optimum - a fractions of the way from the mid-rise to the mid-fall of the function. | |
virtual void | loadData () |
Called to indicate the algorithm should try and load as much data as it can - perhaps by calling loadAllFits or loadAllRaws(). | |
virtual bool | canAnalyze () const |
Should check to see if the analysis can be performed. | |
virtual shared_ptr< SctData::TestResult > | createTestResult () const |
Called if the TestResult needs to be created. | |
virtual boost::shared_ptr< AnalysisAlgorithm > | clone (shared_ptr< const TestData > testData, const string &moduleName) const throw () |
Must be overridden by sub-classes. | |
RxThresholdAlgorithm (shared_ptr< const TestData > testData, const string &moduleName, const AnalysisAlgorithm &alg) throw () | |
constructor | |
virtual | ~RxThresholdAlgorithm () throw () |
destructor | |
Private Member Functions | |
RxThresholdAlgorithm () | |
Static Private Attributes | |
static bool | inMap |
Find the region for which the average occupancy is between 0.25 and 0.75. Take the mid-point of this region.
Definition at line 17 of file RxThresholdAlgorithm.h.
|
constructor
Definition at line 31 of file RxThresholdAlgorithm.h. |
|
destructor
Definition at line 35 of file RxThresholdAlgorithm.h. |
|
finds the optimum - a fractions of the way from the mid-rise to the mid-fall of the function.
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 37 of file RxThresholdAlgorithm.cpp. References SctData::ScanPoints::ascending(), SctAnalysis::AnalysisAlgorithm::getRaw(), SctAnalysis::AnalysisAlgorithm::getTestResult(), Sct::nLinkModule, SctData::SingleVariableTestResult::setNOptima(), and SctData::TestResult::setScanVariable(). Here is the call graph for this function: ![]() |
|
Should check to see if the analysis can be performed. Probably wants to call hasAllRaws() or hasAllFits().
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 33 of file RxThresholdAlgorithm.cpp. References SctAnalysis::AnalysisAlgorithm::hasAllRaws(). Here is the call graph for this function: ![]() |
|
Must be overridden by sub-classes. Returns a shared pointer to a concrete AnalysisAlgorithm of the correct type. Primarily used by the map to get an AnalysisAlgorithm of the correct type. Implements SctAnalysis::AnalysisAlgorithm. Definition at line 21 of file RxThresholdAlgorithm.cpp. |
|
Called if the TestResult needs to be created.
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 25 of file RxThresholdAlgorithm.cpp. |
|
Called to indicate the algorithm should try and load as much data as it can - perhaps by calling loadAllFits or loadAllRaws(). This is guarenteed to be called shortly before analyze(). Implements SctAnalysis::AnalysisAlgorithm. Definition at line 29 of file RxThresholdAlgorithm.cpp. References SctAnalysis::AnalysisAlgorithm::loadAllRaws(). Here is the call graph for this function: ![]() |