Package | Description |
---|---|
nl.liacs.timeseries.feature | |
nl.liacs.timeseries.kernel |
Modifier and Type | Field and Description |
---|---|
static OutOfBoundsPolicy |
BasicFeature.DEFAULT_OOB_POLICY |
Modifier and Type | Method and Description |
---|---|
BasicFeature |
BasicFeature.setOutOfBoundsPolicy(OutOfBoundsPolicy thePolicy)
Sets the new
OutOfBoundsPolicy . |
Modifier and Type | Field and Description |
---|---|
static OutOfBoundsPolicy |
DiscreteKernel.DEFAULT_OOB_POLICY
The default
OutOfBoundsPolicy for a
DiscreteKernel . |
Modifier and Type | Method and Description |
---|---|
static OutOfBoundsPolicy |
OutOfBoundsPolicy.fromString(java.lang.String theOutOfBoundsPolicy)
Returns the
OutOfBoundsPolicy corresponding to the
String . |
static OutOfBoundsPolicy |
OutOfBoundsPolicy.getDefaultPolicy()
The application default
OutOfBoundsPolicy . |
static OutOfBoundsPolicy |
OutOfBoundsPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutOfBoundsPolicy[] |
OutOfBoundsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Gaussian |
Gaussian.setOutOfBoundsPolicy(OutOfBoundsPolicy thePolicy)
Sets the new
OutOfBoundsPolicy for this
Kernel . |
abstract AbstractKernel |
DiscreteKernel.setOutOfBoundsPolicy(OutOfBoundsPolicy theOutOfBoundsPolicy) |
AbstractKernel |
BasicKernel.setOutOfBoundsPolicy(OutOfBoundsPolicy thePolicy)
Sets the new
OutOfBoundsPolicy for the Kernel . |