public class WeightFunctionManager extends Object
Modifier and Type | Field and Description |
---|---|
static Map |
weightFuncMap |
Constructor and Description |
---|
WeightFunctionManager()
Dummy empty contructor.
|
Modifier and Type | Method and Description |
---|---|
static Map |
getWeightFunc()
Accessor for the hash map mapping names to interface instances.
|
WeightFunc |
getWeightFunction(String funcName)
Returns the weighting function from its name.
|
public static Map weightFuncMap
public static Map getWeightFunc()
public WeightFunc getWeightFunction(String funcName)
funcName
- The name of the weighting function.Copyright © 2000–2016 DFKI GmbH. All rights reserved.