|
STK++ 1.0
|
Enumerations | |
| enum | TypeCriterion { unknown_, aic_, bic_, icl_ } |
Model selection criteria. More... | |
Functions | |
| TypeCriterion | StringToTypeCriterion (String const &type) |
| convert a String to a TypeReduction. | |
| String | TypeCriterionToString (TypeCriterion const &type) |
| convert a TypeCriterion to a String. | |