|
NiHu
2.0
|
class to estimate kernel complexity between two fields More...
#include <complexity_estimator.hpp>
Public Types | |
| enum | { test_field_complexity, trial_field_complexity } |
| typedef TestField | test_field_t |
| the test field type | |
| typedef TrialField | trial_field_t |
| the trial field type | |
Static Public Member Functions | |
| static unsigned | eval (field_base< test_field_t > const &test_field, field_base< trial_field_t > const &trial_field) |
| compute total complexity More... | |
Static Public Attributes | |
| static const unsigned | total_field_complexity |
class to estimate kernel complexity between two fields
| TestField | the test field |
| TrialField | the trial field |
| KernelEstimator | the kernel's complexity estimator |
Definition at line 39 of file complexity_estimator.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| test_field_complexity | the test field complexity |
| trial_field_complexity | the trial field complexity |
Definition at line 47 of file complexity_estimator.hpp.
|
inlinestatic |
compute total complexity
| [in] | test_field | the test field instance |
| [in] | trial_field | the trial field instance |
Definition at line 69 of file complexity_estimator.hpp.
|
static |
\brie the total field complexity
Definition at line 59 of file complexity_estimator.hpp.