Share via


PrimitiveDataViewType クラス

定義

すべてのプリミティブ型の抽象基本クラス。 これらの型の値は、所有権、変異、または破棄の心配なしに自由にコピーできます。

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

コンストラクター

PrimitiveDataViewType(Type)

すべてのプリミティブ型の抽象基本クラス。 これらの型の値は、所有権、変異、または破棄の心配なしに自由にコピーできます。

プロパティ

RawType

このためDataViewTypeの生Type. これは生の表現の種類であり、完全な情報の内容ではないことに DataViewType注意してください。

(継承元 DataViewType)

メソッド

Equals(DataViewType)

if this が同等falseotherで、それ以外の場合は返されますtrue

(継承元 DataViewType)

適用対象