Package io.openml.gearbox.algorithms.interval
package io.openml.gearbox.algorithms.interval
-
ClassesClassDescriptionInterval<E extends Comparable<E>>A representation of interval bounded by comparable class.SkippingIntervalFunction<E extends Comparable<E>>A
Functionthat, given a list ofInterval's andBiPredicate, locates (if any) an element interval not fully before a specified interval, runsthe test predicateon that located interval, and returns that interval if the interval passes the testAlgorithms on problems that involves concepts of "window".