Class AdaptiveRandomForestRegressor.ARFFIMTDDBaseLearner

    • Field Detail

      • indexOriginal

        public int indexOriginal
      • createdOn

        public long createdOn
      • lastDriftOn

        public long lastDriftOn
      • lastWarningOn

        public long lastWarningOn
      • isBackgroundLearner

        public boolean isBackgroundLearner
      • warningDetectionMethod

        protected ChangeDetector warningDetectionMethod
      • useBkgLearner

        public boolean useBkgLearner
      • useDriftDetector

        public boolean useDriftDetector
      • numberOfDriftsDetected

        protected int numberOfDriftsDetected
      • numberOfWarningsDetected

        protected int numberOfWarningsDetected
    • Constructor Detail

    • Method Detail

      • reset

        public void reset()
      • trainOnInstance

        public void trainOnInstance​(Instance instance,
                                    double weight,
                                    long instancesSeen)
      • getVotesForInstance

        public double[] getVotesForInstance​(Instance instance)
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent