ChangePointDetectResponse Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ChangePointDetectResponse() | |
ChangePointDetectResponse(Int32, IList<Boolean>, IList<Double>) |
ChangePointDetectResponse()
- Origem:
- ChangePointDetectResponse.cs
public ChangePointDetectResponse ();
Public Sub New ()
Aplica-se a
ChangePointDetectResponse(Int32, IList<Boolean>, IList<Double>)
- Origem:
- ChangePointDetectResponse.cs
public ChangePointDetectResponse (int period, System.Collections.Generic.IList<bool> isChangePoint, System.Collections.Generic.IList<double> confidenceScores);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.ChangePointDetectResponse : int * System.Collections.Generic.IList<bool> * System.Collections.Generic.IList<double> -> Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.ChangePointDetectResponse
Public Sub New (period As Integer, isChangePoint As IList(Of Boolean), confidenceScores As IList(Of Double))
Parâmetros
- period
- Int32
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET