public class OutlierInfo extends Object
| Constructor and Description |
|---|
OutlierInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLayerId() |
Float |
getMax() |
Float |
getMean() |
Float |
getMin() |
Float[] |
getOutlierValues() |
Float |
getRange() |
String |
getRecordID() |
Float |
getRecordLayerValue() |
Integer |
getSampleSize() |
Float |
getStdDev() |
Float |
getThreshold() |
void |
setLayerId(String layerId) |
void |
setMax(Float max) |
void |
setMean(Float mean) |
void |
setMin(Float min) |
void |
setOutlierValues(Float[] outlierValues) |
void |
setRange(Float range) |
void |
setRecordID(String recordID) |
void |
setRecordLayerValue(Float recordLayerValue) |
void |
setSampleSize(Integer sampleSize) |
void |
setStdDev(Float stdDev) |
void |
setThreshold(Float threshold) |
public String getRecordID()
public void setRecordID(String recordID)
public String getLayerId()
public void setLayerId(String layerId)
public Float getRecordLayerValue()
public void setRecordLayerValue(Float recordLayerValue)
public Float[] getOutlierValues()
public void setOutlierValues(Float[] outlierValues)
public Integer getSampleSize()
public void setSampleSize(Integer sampleSize)
public Float getMin()
public void setMin(Float min)
public Float getMax()
public void setMax(Float max)
public Float getMean()
public void setMean(Float mean)
public Float getStdDev()
public void setStdDev(Float stdDev)
public Float getRange()
public void setRange(Float range)
public Float getThreshold()
public void setThreshold(Float threshold)
Copyright © 2014. All rights reserved.