| パッケージ | 説明 |
|---|---|
| org.elasticsearch.search.aggregations.metrics.stats.extended |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ExtendedStats.Bounds |
ExtendedStats.Bounds.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ExtendedStats.Bounds[] |
ExtendedStats.Bounds.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
InternalExtendedStats.getStdDeviationBound(ExtendedStats.Bounds bound) |
double |
ExtendedStats.getStdDeviationBound(ExtendedStats.Bounds bound)
The upper or lower bounds of the stdDeviation
|
String |
InternalExtendedStats.getStdDeviationBoundAsString(ExtendedStats.Bounds bound) |
String |
ExtendedStats.getStdDeviationBoundAsString(ExtendedStats.Bounds bound)
The upper or lower bounds of stdDev of the collected values as a String.
|
Copyright © 2009–2016. All rights reserved.