Package moa.tasks

Class CacheShuffledStream

    • Field Detail

      • maximumCacheSizeOption

        public IntOption maximumCacheSizeOption
      • shuffleRandomSeedOption

        public IntOption shuffleRandomSeedOption
    • Constructor Detail

      • CacheShuffledStream

        public CacheShuffledStream()
    • Method Detail

      • doTaskImpl

        protected Object doTaskImpl​(TaskMonitor monitor,
                                    ObjectRepository repository)
        Description copied from class: AbstractTask
        This method performs this task. AbstractTask implements doTask so all its extensions only need to implement doTaskImpl.
        Specified by:
        doTaskImpl in class AbstractTask
        Parameters:
        monitor - the TaskMonitor to use
        repository - the ObjectRepository to use
        Returns:
        an object with the result of this task
      • getTaskResultType

        public Class<?> getTaskResultType()
        Description copied from interface: Task
        Gets the result type of this task. Tasks can return LearningCurve, LearningEvaluation, Classifier, String, Instances..
        Returns:
        a class object of the result of this task