Uses of Interface
adams.flow.core.OptionalOneTimeInitializer
-
Packages that use OptionalOneTimeInitializer Package Description adams.flow.transformer -
-
Uses of OptionalOneTimeInitializer in adams.flow.transformer
Classes in adams.flow.transformer that implement OptionalOneTimeInitializer Modifier and Type Class Description class
WekaFilter
Filters Instances/Instance objects using the specified filter.
When re-using a trained filter, ensure that 'initializeOnce' is checked.
The following order is used to obtain the model (when using AUTO):
1.class
WekaReorderAttributesToReference
Reorders the attributes of the Instance/Instances passing through according to the provided reference dataset (callable actor or reference file).
This ensures that the generated data always has the same structure as the reference dataset.
-