Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ConfidenceInterval.
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Generated from protobuf message google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ Experiment \ ResultMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ confidence_level |
float
The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval. |
↳ ratio |
float
The percent change between an experiment metric's value and the value for its control. |
↳ lower_bound |
float
Lower bound of the interval. |
↳ upper_bound |
float
Upper bound of the interval. |
getConfidenceLevel
The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
Returns | |
---|---|
Type | Description |
float |
setConfidenceLevel
The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getRatio
The percent change between an experiment metric's value and the value for its control.
Returns | |
---|---|
Type | Description |
float |
setRatio
The percent change between an experiment metric's value and the value for its control.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getLowerBound
Lower bound of the interval.
Returns | |
---|---|
Type | Description |
float |
setLowerBound
Lower bound of the interval.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getUpperBound
Upper bound of the interval.
Returns | |
---|---|
Type | Description |
float |
setUpperBound
Upper bound of the interval.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |