Class AbstractProcessWekaInstanceWithModel<T>

    • Field Detail

      • BACKUP_MODEL

        public static final String BACKUP_MODEL
        the key for storing the current model in the backup.
        See Also:
        Constant Field Values
      • m_Model

        protected T m_Model
        the model that was loaded from the model file.
      • m_OnTheFly

        protected boolean m_OnTheFly
        whether the model gets built on the fly and might not be present at the start.
      • m_UseModelResetVariable

        protected boolean m_UseModelResetVariable
        whether to use a variable to monitor for changes, triggering resets of the model.
      • m_ModelResetVariable

        protected VariableName m_ModelResetVariable
        the variable to monitor for changes, triggering resets of the model.
      • m_ResetModel

        protected boolean m_ResetModel
        whether we need to reset the model.
    • Constructor Detail

      • AbstractProcessWekaInstanceWithModel

        public AbstractProcessWekaInstanceWithModel()