public class FieldIndex extends Object
Modifier and Type | Field and Description |
---|---|
double |
m_arbitraryPercentile |
int |
m_columnIndex |
double |
m_count |
double |
m_max |
double |
m_mean |
double |
m_median |
double |
m_min |
double |
m_stdDev |
double |
m_sum |
double |
m_sumSq |
Constructor and Description |
---|
FieldIndex() |
Modifier and Type | Method and Description |
---|---|
void |
calculateDerived() |
Object[] |
generateOutputValues(UnivariateStatsMetaFunction usmf,
ArrayList<Number> cache)
Constructs an array of Objects containing the requested statistics for one univariate stats meta function using
this
FieldIndex . |
public int m_columnIndex
public double m_count
public double m_mean
public double m_stdDev
public double m_max
public double m_min
public double m_median
public double m_arbitraryPercentile
public double m_sum
public double m_sumSq
public void calculateDerived()
public Object[] generateOutputValues(UnivariateStatsMetaFunction usmf, ArrayList<Number> cache)
FieldIndex
.usmf
- theUnivariateStatsMetaFunction
to compute stats for. This contains the input field selected
by the user along with which stats to compute for it.Copyright © 2020 Hitachi Vantara. All rights reserved.