Zoltan2
|
#include <Zoltan2_MetricAnalyzer.hpp>
Public Member Functions | |
MetricAnalyzerEvaluateOrdering (RCP< Zoltan2::EvaluateBaseClass< Adapter >> evaluate) | |
MetricAnalyzerEvaluatePartition constructor. More... | |
virtual MetricAnalyzerInfo | getMetricResult (const ParameterList &metricCheckParameters, std::string keyWord) const |
Reads a metric value for bounds checking. Handle any special optional parameters. More... | |
Public Member Functions inherited from MetricAnalyzer< Adapter > | |
MetricAnalyzer (RCP< Zoltan2::EvaluateBaseClass< Adapter >> evaluate) | |
MetricAnalyzer constructor takes an EvaluateBaseClass such as EvaluateOrdering or EvaluatePartition. More... | |
bool | analyzeMetrics (const ParameterList &metricsParameters, std::ostringstream &msg_stream) |
analyzeMetrics for a problem based on a range of tolerances More... | |
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. More... | |
virtual bool | isMetricCheckNameValid (std::string metricCheckName) const |
Return true for any names we accept. More... | |
Additional Inherited Members | |
Protected Attributes inherited from MetricAnalyzer< Adapter > | |
RCP < Zoltan2::EvaluateBaseClass < Adapter > > | evaluate_ |
Definition at line 384 of file Zoltan2_MetricAnalyzer.hpp.
|
inline |
MetricAnalyzerEvaluatePartition constructor.
Definition at line 394 of file Zoltan2_MetricAnalyzer.hpp.
|
inlinevirtual |
Reads a metric value for bounds checking. Handle any special optional parameters.
Implements MetricAnalyzer< Adapter >.
Definition at line 402 of file Zoltan2_MetricAnalyzer.hpp.