BALL::ScoringBaseFunction Class Reference
Define the
interface for the base function.
More...
#include <baseFunction.h>
List
of all members.
|
Public Types
|
enum |
BaseFunctionType {
BASE_FUNCTION_TYPE__LINEAR,
BASE_FUNCTION_TYPE__FERMI } |
Public Member Functions
|
|
ScoringBaseFunction (float lower, float upper) |
virtual void |
setLower
(float lower) |
virtual void |
setUpper
(float upper) |
virtual float |
calculate
(float x) const |
virtual float |
calculate
(float x, float lower, float upper) |
Protected Attributes
|
float |
lower_ |
float |
upper_ |
Detailed Description
Define the interface for the base
function.