Modifier and Type | Class and Description |
---|---|
class |
DefaultImportanceFunction
Implements the natural importance function as described in the project associated
|
Modifier and Type | Method and Description |
---|---|
ImportanceFunction |
NormArgumentMap.getImportanceFunction() |
ImportanceFunction |
ArgumentSet.getImportanceFunction() |
static ImportanceFunction |
DEFAULT.importanceFunction(Spectrum s)
Constructs and returns the default importance function with the spectrum given and the default tolerance
|
static ImportanceFunction |
DEFAULT.importanceFunction(Spectrum s,
double tol)
Constructs and returns the default importance function with the spectrum and tolerance given
|
Constructor and Description |
---|
Argument(java.lang.String s,
java.util.List<Opinion> o,
Spectrum spec,
ImportanceFunction i)
Creates a new argument
|
Argument(java.lang.String s,
Spectrum spec,
ImportanceFunction i)
Creates a new argument
|
ArgumentSet(java.util.List<Argument> a,
Spectrum s,
ImportanceFunction i)
Creates a new argument set
|
ArgumentSet(Spectrum s,
ImportanceFunction i)
Creates a new argument set
|
NormArgumentMap(Norm n,
double alpha,
Spectrum spec,
ImportanceFunction i)
Creates a new norm argument map
|
NormArgumentMap(Norm n,
Spectrum spec,
ImportanceFunction i)
Creates a new norm argument map
|