Package | Description |
---|---|
com.spss.psapi.content |
This provides classes used for accessing content generated during stream execution.
|
Modifier and Type | Method and Description |
---|---|
static StatisticType |
StatisticType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatisticType[] |
StatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StatisticType> |
PairwiseStatsContentModel.getAvailableStatistics()
Returns the statistics which have been computed.
|
java.util.List<StatisticType> |
ColumnStatsContentModel.getAvailableStatistics()
Returns the statistics which have been computed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
PairwiseStatsContentModel.getStatistic(java.lang.String primaryColumn,
java.lang.Object primaryValue,
java.lang.String secondaryColumn,
StatisticType statistic)
Returns the value of the statistic for the specified value in the primary column
associated with the secondary column.
|
java.lang.Number |
ColumnStatsContentModel.getStatistic(java.lang.String column,
StatisticType statistic)
Returns the value of the statistic for the specified
|
java.lang.Number |
PairwiseStatsContentModel.getStatistic(java.lang.String primaryColumn,
java.lang.String secondaryColumn,
StatisticType statistic)
Returns the value of the statistic for the specified pair of columns.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.