public class StatisticalFacet extends Facet
| Constructor and Description |
|---|
StatisticalFacet(String name,
com.google.gson.JsonObject statisticalFacet) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
Double |
getMax() |
Double |
getMean() |
Double |
getMin() |
Double |
getStdDeviation() |
Double |
getSumOfSquares() |
Double |
getTotal() |
Double |
getVariance() |
public static final String TYPE
public StatisticalFacet(String name, com.google.gson.JsonObject statisticalFacet)
public Long getCount()
public Double getTotal()
public Double getSumOfSquares()
public Double getMean()
public Double getMin()
public Double getMax()
public Double getVariance()
public Double getStdDeviation()
Copyright © 2015. All rights reserved.