TimeSeriesPredictionEngine<TSrc,TDst>.Predict 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Predict(Nullable<Int32>, Nullable<Single>) |
작업만 예측합니다. |
Predict(TSrc, TDst) |
예측을 수행합니다. 예측의 경우 작업 |
Predict(TSrc, Nullable<Int32>, Nullable<Single>) |
예측을 수행합니다. 예측의 경우 작업 |
Predict(TSrc, TDst, Nullable<Int32>, Nullable<Single>) |
예측을 수행합니다. 예측의 경우 작업 |
Predict(Nullable<Int32>, Nullable<Single>)
작업만 예측합니다.
public TDst Predict (int? horizon = default, float? confidenceLevel = default);
override this.Predict : Nullable<int> * Nullable<single> -> 'Dst
Public Function Predict (Optional horizon As Nullable(Of Integer) = Nothing, Optional confidenceLevel As Nullable(Of Single) = Nothing) As TDst
매개 변수
반환
적용 대상
Predict(TSrc, TDst)
예측을 수행합니다. 예측의 경우 작업 example
만 null로 남을 수 있습니다.
null이 아닌 경우 example
새 수차로 예측 모델을 업데이트하는 데 사용할 수 있습니다.
변칙 검색을 위해 모델은 항상 .로 example
업데이트됩니다.
public override void Predict (TSrc example, ref TDst prediction);
override this.Predict : 'Src * 'Dst -> unit
Public Overrides Sub Predict (example As TSrc, ByRef prediction As TDst)
매개 변수
- example
- TSrc
예측 엔진에 대한 입력입니다.
- prediction
- TDst
엔진의 예측/예측입니다.
적용 대상
Predict(TSrc, Nullable<Int32>, Nullable<Single>)
예측을 수행합니다. 예측의 경우 작업 example
만 null로 남을 수 있습니다.
null이 아닌 경우 example
새 수차로 예측 모델을 업데이트하는 데 사용할 수 있습니다.
public TDst Predict (TSrc example, int? horizon = default, float? confidenceLevel = default);
override this.Predict : 'Src * Nullable<int> * Nullable<single> -> 'Dst
Public Function Predict (example As TSrc, Optional horizon As Nullable(Of Integer) = Nothing, Optional confidenceLevel As Nullable(Of Single) = Nothing) As TDst
매개 변수
- example
- TSrc
예측 엔진에 대한 입력입니다.
반환
모델을 업데이트한 후 예측/예측 example
적용 대상
Predict(TSrc, TDst, Nullable<Int32>, Nullable<Single>)
예측을 수행합니다. 예측의 경우 작업 example
만 null로 남을 수 있습니다.
null이 아닌 경우 example
새 수차로 예측 모델을 업데이트하는 데 사용할 수 있습니다.
변칙 검색을 위해 모델은 항상 .로 example
업데이트됩니다.
public void Predict (TSrc example, ref TDst prediction, int? horizon = default, float? confidenceLevel = default);
override this.Predict : 'Src * 'Dst * Nullable<int> * Nullable<single> -> unit
Public Sub Predict (example As TSrc, ByRef prediction As TDst, Optional horizon As Nullable(Of Integer) = Nothing, Optional confidenceLevel As Nullable(Of Single) = Nothing)
매개 변수
- example
- TSrc
예측 엔진에 대한 입력입니다.
- prediction
- TDst
엔진의 예측/예측입니다.