PredictionEngineBase<TSrc,TDst> クラス

定義

以前にトレーニングされたモデル (および前の変換パイプライン) で単一の予測を行う基本クラス。

public abstract class PredictionEngineBase<TSrc,TDst> : IDisposable where TSrc : class where TDst : class, new()
type PredictionEngineBase<'Src, 'Dst (requires 'Src : null and 'Dst : null and 'Dst : (new : unit -> 'Dst))> = class
    interface IDisposable
Public MustInherit Class PredictionEngineBase(Of TSrc, TDst)
Implements IDisposable

型パラメーター

TSrc

この例を保持するユーザー定義型。

TDst

予測を保持するユーザー定義型。

継承
PredictionEngineBase<TSrc,TDst>
派生
実装

プロパティ

OutputSchema

出力スキーマを提供します。

メソッド

Dispose()

以前にトレーニングされたモデル (および前の変換パイプライン) で単一の予測を行う基本クラス。

Predict(TSrc)

1 つの例で予測パイプラインを実行します。

Predict(TSrc, TDst)

1 つの例で予測パイプラインを実行します。

適用対象