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