org.ai_heuristic.eval.metric
data structures.See: Description
| Class | Description |
|---|---|
| FunctionConstantFactor |
This function simply returns the constant value as a
Double object, without any changes. |
| FunctionCount |
This function simply adds two objects together and returns the result.
|
| FunctionExponentialFactor |
This function returns the first value in the dataset, changed by
n * exp(-c * val1). |
| FunctionGaussFactor |
This function returns the first value in the dataset, changed by
exp(-(k^2))/(2*r^2)). |
| FunctionHyperbolicFactor |
This function returns the first value in the dataset, changed by
c /(c2 + k). |
org.ai_heuristic.eval.metric
data structures.