Zoltan2
|
#include <Zoltan2_MetricAnalyzer.hpp>
Public Member Functions | |
MetricAnalyzerEvaluateOrdering (RCP< Zoltan2::EvaluateBaseClass< Adapter > > evaluate) | |
MetricAnalyzerEvaluatePartition constructor. | |
virtual MetricAnalyzerInfo | getMetricResult (const ParameterList &metricCheckParameters, std::string keyWord) const |
Reads a metric value for bounds checking. Handle any special optional parameters. | |
![]() | |
MetricAnalyzer (RCP< Zoltan2::EvaluateBaseClass< Adapter > > evaluate) | |
MetricAnalyzer constructor takes an EvaluateBaseClass such as EvaluateOrdering or EvaluatePartition. | |
bool | analyzeMetrics (const ParameterList &metricsParameters, std::ostringstream &msg_stream) |
analyzeMetrics for a problem based on a range of tolerances | |
virtual MetricAnalyzerInfo | getMetricResult (const ParameterList &metricCheckParameters, std::string keyWord) const =0 |
getMetricValue is abstract and the derived class must define the proper method to check optional values and determine the resulting scalar value. The derived class will also throw if formatting is incorrect. | |
void | LoadMetricInfo (std::vector< MetricAnalyzerInfo > &metricInfoSet, const ParameterList &metricsParameters) |
MetricAnalyzerInfo | getMetricAnalyzerInfo (const ParameterList &metricCheckParameters) const |
getMetricAnalyzerInfo is responsible for reading a metric value and then checking it against upper and lower bounds. Any fomratting errors should throw. | |
virtual bool | isMetricCheckNameValid (std::string metricCheckName) const |
Return true for any names we accept. | |
Additional Inherited Members | |
![]() | |
RCP< Zoltan2::EvaluateBaseClass< Adapter > > | evaluate_ |
Definition at line 420 of file Zoltan2_MetricAnalyzer.hpp.
|
inline |
MetricAnalyzerEvaluatePartition constructor.
Definition at line 430 of file Zoltan2_MetricAnalyzer.hpp.
|
inlinevirtual |
Reads a metric value for bounds checking. Handle any special optional parameters.
Implements MetricAnalyzer< Adapter >.
Definition at line 438 of file Zoltan2_MetricAnalyzer.hpp.