Analysis Services Programming

PredictHistogram

The PredictHistogram function returns a table representing a histogram for prediction of the given column.

Syntax

PredictHistogram(<scalar column reference> | <cluster column reference>)

Applies to

A scalar or cluster column reference.

Return Type

Table

Remarks

A histogram generates statistics columns. The column structure of the returned histogram depends on the type of column reference used with the PredictHistogram function.

Scalar Columns

For a <scalar column reference>, the histogram returned by the PredictHistogram function consists of the following seven columns:

Cluster Columns

The histogram returned by the PredictHistogram function for a <cluster column reference> consists of the following columns:

See Also

Cluster

ClusterDistance

ClusterProbability

PredictAdjustedProbability

PredictProbability

PredictStdev

PredictSupport

PredictVariance