Package adams.flow.transformer.arraysubsetgeneration
-
Class Summary Class Description AbstractArraySubsetGenerator Ancestor for schemes that generate array subsets.EveryNth Picks every nth element to be used in the new array.Percentage Uses the specified percentage to determine which nth elements to be used in the new array.RangeSubset Generates a subset of the array, using the specified array elements.SimplePercentage Uses the specified percentage to determine which first n elements are to be used in the new array.