ChangePointDetectResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChangePointDetectResponse() | |
ChangePointDetectResponse(Int32, IList<Boolean>, IList<Double>) |
ChangePointDetectResponse()
- Source:
- ChangePointDetectResponse.cs
public ChangePointDetectResponse ();
Public Sub New ()
Applies to
ChangePointDetectResponse(Int32, IList<Boolean>, IList<Double>)
- Source:
- 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))
Parameters
- period
- Int32
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.