LatentDirichletAllocationTransformer クラス

定義

public sealed class LatentDirichletAllocationTransformer : Microsoft.ML.Data.OneToOneTransformerBase
type LatentDirichletAllocationTransformer = class
    inherit OneToOneTransformerBase
Public NotInheritable Class LatentDirichletAllocationTransformer
Inherits OneToOneTransformerBase
継承
LatentDirichletAllocationTransformer

メソッド

Dispose()

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

Finalize()

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

GetLdaDetails(Int32)

LightLDA で検出されたトピックの詳細を提供するメソッド

GetOutputSchema(DataViewSchema)

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

(継承元 RowToRowTransformerBase)
Transform(IDataView)

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

(継承元 RowToRowTransformerBase)

明示的なインターフェイスの実装

ICanSaveModel.Save(ModelSaveContext)

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

(継承元 RowToRowTransformerBase)
ITransformer.GetRowToRowMapper(DataViewSchema)

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

(継承元 RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

ITransformer 合わせ LatentDirichletAllocationEstimatorから生じる .

(継承元 RowToRowTransformerBase)

拡張メソッド

Preview(ITransformer, IDataView, Int32)

特定dataのオブジェクトに対するtransformer効果をプレビューします。

Append<TTrans>(ITransformer, TTrans)

このトランスチェーンの端に別のトランスを追加して、新しいトランスチェーンを作成します。

CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, PredictionEngineOptions)

TimeSeriesPredictionEngine<TSrc,TDst> は、時系列パイプラインの予測エンジンを作成します。 これは、予測フェーズで見られる観測値を使用して時系列モデルの状態を更新し、モデルのチェックポイント処理を可能にします。

CreateTimeSeriesEngine<TSrc,TDst>(ITransformer, IHostEnvironment, Boolean, SchemaDefinition, SchemaDefinition)

TimeSeriesPredictionEngine<TSrc,TDst> は、時系列パイプラインの予測エンジンを作成します。 これは、予測フェーズで見られる観測値を使用して時系列モデルの状態を更新し、モデルのチェックポイント処理を可能にします。

適用対象