highprecisionpso::OperatedSpecificStatisticalEvaluation Class Reference

This class implements a specific statistical evaluation, which operates on the values of another specific statistical evaluation. More...

#include <specific_statistical_evaluations.h>

Inheritance diagram for highprecisionpso::OperatedSpecificStatisticalEvaluation:

Public Member Functions

 OperatedSpecificStatisticalEvaluation (Operation *operation, SpecificStatisticalEvaluation *specific_evaluation)
 The constructor, where the operation and the specific statistical evaluation can be specified. More...
 
std::vector< std::vector< mpf_t * > > Evaluate ()
 Evaluates the specified specific statistical evaluation and operates on its values by the specified operation. More...
 
std::string GetName ()
 Returns a string representation of this object. More...
 
- Public Member Functions inherited from highprecisionpso::SpecificStatisticalEvaluation
virtual ~SpecificStatisticalEvaluation ()
 

Detailed Description

This class implements a specific statistical evaluation, which operates on the values of another specific statistical evaluation.

Constructor & Destructor Documentation

highprecisionpso::OperatedSpecificStatisticalEvaluation::OperatedSpecificStatisticalEvaluation ( Operation operation,
SpecificStatisticalEvaluation specific_evaluation 
)

The constructor, where the operation and the specific statistical evaluation can be specified.

Parameters
operationThe operation, which will be performed on the specific statistical evaluation.
specific_evaluationThe specific statistical evaluation, which will be operated on.

Member Function Documentation

std::vector<std::vector<mpf_t*> > highprecisionpso::OperatedSpecificStatisticalEvaluation::Evaluate ( )
virtual

Evaluates the specified specific statistical evaluation and operates on its values by the specified operation.

Returns
The result of the statistical evaluations.

Implements highprecisionpso::SpecificStatisticalEvaluation.

std::string highprecisionpso::OperatedSpecificStatisticalEvaluation::GetName ( )
virtual

Returns a string representation of this object.

Returns
The name of the object.

Implements highprecisionpso::SpecificStatisticalEvaluation.


The documentation for this class was generated from the following file: