public class SummaryStats extends Object
Constructor and Description |
---|
SummaryStats(Map<String,Integer> headerMap,
String[] type,
List<SortedMap<?,Integer>> graphFrequencies,
int[] missing,
int[] unique,
List<org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> descriptiveStats) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> |
getDescriptiveStats() |
List<SortedMap<?,Integer>> |
getGraphFrequencies() |
Map<String,Integer> |
getHeaderMap() |
int[] |
getMissing() |
String[] |
getType() |
int[] |
getUnique() |
Copyright © 2018 WSO2, Inc.. All rights reserved.