public static interface TimeSeriesBagOfFeaturesLearningAlgorithm.ITimeSeriesBagOfFeaturesConfig
extends ai.libs.jaicore.basic.algorithm.IRandomAlgorithmConfig
org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
K_MIN_INTERVAL_LENGTH |
static java.lang.String |
K_NUMBINS |
static java.lang.String |
K_NUMFOLDS |
static java.lang.String |
K_USE_ZNORMALIZATION |
static java.lang.String |
K_ZPROP |
| Modifier and Type | Method and Description |
|---|---|
int |
minIntervalLength()
The minimal interval length used for the interval generation.
|
int |
numBins()
Number of bins used for the CPEs.
|
int |
numFolds()
Number of folds used for the OOB probability estimation in the training phase.
|
boolean |
zNormalization()
Indicator whether the z transformation should be used for the instances at
training and prediction time.
|
double |
zProportion()
Proportion of the total time series length to be used for the subseries generation.
|
cpus, memory, threads, timeoutstatic final java.lang.String K_NUMBINS
static final java.lang.String K_NUMFOLDS
static final java.lang.String K_ZPROP
static final java.lang.String K_MIN_INTERVAL_LENGTH
static final java.lang.String K_USE_ZNORMALIZATION
@Config.Key(value="numbins") @Config.DefaultValue(value="-1") int numBins()
@Config.Key(value="numfolds") @Config.DefaultValue(value="-1") int numFolds()
@Config.Key(value="zprop") @Config.DefaultValue(value="1.0") double zProportion()
@Config.Key(value="useznormalization") @Config.DefaultValue(value="false") boolean zNormalization()
@Config.Key(value="minintervallength") @Config.DefaultValue(value="1") int minIntervalLength()