LpNormNormalizingTransformer クラス

定義

ITransformer LpNormNormalizingEstimatorまたはGlobalContrastNormalizingEstimatorの適合によって得られる。

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

メソッド

名前 説明
GetOutputSchema(DataViewSchema)

ITransformer LpNormNormalizingEstimatorまたはGlobalContrastNormalizingEstimatorの適合によって得られる。

(継承元 RowToRowTransformerBase)
Transform(IDataView)

ITransformer LpNormNormalizingEstimatorまたはGlobalContrastNormalizingEstimatorの適合によって得られる。

(継承元 RowToRowTransformerBase)

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

名前 説明
ICanSaveModel.Save(ModelSaveContext)

ITransformer LpNormNormalizingEstimatorまたはGlobalContrastNormalizingEstimatorの適合によって得られる。

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

ITransformer LpNormNormalizingEstimatorまたはGlobalContrastNormalizingEstimatorの適合によって得られる。

(継承元 RowToRowTransformerBase)
ITransformer.IsRowToRowMapper

ITransformer LpNormNormalizingEstimatorまたはGlobalContrastNormalizingEstimatorの適合によって得られる。

(継承元 RowToRowTransformerBase)

拡張メソッド

名前 説明
Append<TTrans>(ITransformer, TTrans)

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

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

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

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

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

GetColumnPairs(OneToOneTransformerBase)

変換が適用される入力と出力の列のペアの名前を返します。

Preview(ITransformer, IDataView, Int32)

特定のtransformerに対するdataの効果をプレビューします。

適用対象