public final class Interval extends Object
| Constructor and Description |
|---|
Interval(int begin,
int end,
List<AbstractMap.SimpleImmutableEntry<Double,Double>> keyValuePairs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBegin() |
int[] |
getClassDist() |
int |
getEnd() |
int |
getSize() |
public Interval(int begin,
int end,
List<AbstractMap.SimpleImmutableEntry<Double,Double>> keyValuePairs)
begin - begin index of Intervalend - end index of IntervalkeyValuePairs - list of all values, only used to determine class distribution in intervalCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.