public class FacetStatistics extends Object implements Serializable
FacetResponse
.Constructor and Description |
---|
FacetStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
add(FacetStatistics other)
Add statistics from
other into this FacetStatistics. |
boolean |
equals(Object other) |
long |
getCount()
Get the total number of values.
|
Number |
getMax()
Get the maximum value.
|
double |
getMean()
Get the average value.
|
double |
getMidPoint()
Get the midpoint.
|
Number |
getMin()
Get the minimum value.
|
double |
getStandardDeviation()
Get the standard deviation.
|
double |
getSum()
Get the sum of all values.
|
double |
getSumOfSquares()
Get the sum of the square of all values.
|
double |
getVariance()
Get the sample variance.
|
int |
hashCode() |
void |
setCount(long value) |
void |
setMax(Number value) |
void |
setMin(Number value) |
void |
setSum(double value) |
void |
setSumOfSquares(double value) |
String |
toString() |
public long getCount()
public void setCount(long value)
public Number getMin()
public void setMin(Number value)
public Number getMax()
public void setMax(Number value)
public double getSum()
public void setSum(double value)
public double getSumOfSquares()
public void setSumOfSquares(double value)
public double getMean()
public double getMidPoint()
public double getVariance()
public double getStandardDeviation()
public void add(FacetStatistics other)
other
into this FacetStatistics.Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.