TransformExtensionsCatalog クラス

定義

列を操作する変換コンポーネントのインスタンスを作成するための拡張メソッド TransformsCatalog のコレクション。

public static class TransformExtensionsCatalog
type TransformExtensionsCatalog = class
Public Module TransformExtensionsCatalog
継承
TransformExtensionsCatalog

メソッド

Concatenate(TransformsCatalog, String, String[])

1 つ以上の ColumnConcatenatingEstimator入力列を新しい出力列に連結する 、 を作成します。

CopyColumns(TransformsCatalog, String, String)

新しい列に ColumnCopyingEstimator指定された inputColumnName 列からデータをコピーする 、を作成します outputColumnName

DropColumns(TransformsCatalog, String[])

から列の ColumnSelectingEstimator特定のリストを削除する 、を作成します IDataView。 指定されていない列は、出力に保持されます。

SelectColumns(TransformsCatalog, String[])

列の特定の ColumnSelectingEstimatorリストを保持し、他の列を削除する IDataView 、を作成します。

SelectColumns(TransformsCatalog, String[], Boolean)

列の特定の ColumnSelectingEstimatorリストを保持し、他の列を削除する IDataView 、を作成します。

適用対象