StructuredDataViewType クラス

定義

すべての非プリミティブ型の抽象基本クラス。

public abstract class StructuredDataViewType : Microsoft.ML.Data.DataViewType
type StructuredDataViewType = class
    inherit DataViewType
Public MustInherit Class StructuredDataViewType
Inherits DataViewType
継承
StructuredDataViewType
派生

注釈

このクラスは constrast to .PrimitiveDataViewType このクラスは、所有権、変更可能性、または異種に関する懸念なしに表現型のインスタンスを自由にコピーできるケースをカプセル化するために定義されているため、これらの要因が懸念される型に対して定義されます。

最も顕著な例を取るために、 VectorDataViewType その表現型のバッファー共有メカニズム VBuffer<T> を介して、独立したコピーを作成するのに十分な割り当てを持たない構造体型です。

コンストラクター

StructuredDataViewType(Type)

すべての非プリミティブ型の抽象基本クラス。

プロパティ

RawType

これDataViewTypeのための生Type. これは生の表現の種類であり、 DataViewType.

(継承元 DataViewType)

メソッド

Equals(DataViewType)

if が等価で、それ以外の場合thisotherfalse戻りますtrue

(継承元 DataViewType)

適用対象