public final class DEFAULT
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static double |
alpha()
Returns the default alpha
|
static ImportanceFunction |
importanceFunction(Spectrum s)
Constructs and returns the default importance function with the spectrum given and the default tolerance
|
static ImportanceFunction |
importanceFunction(Spectrum s,
double tol)
Constructs and returns the default importance function with the spectrum and tolerance given
|
public static ImportanceFunction importanceFunction(Spectrum s, double tol)
s
- the function's spectrumtol
- the function's tolerancepublic static ImportanceFunction importanceFunction(Spectrum s)
s
- the function's spectrumpublic static double alpha()