PrimitiveDataViewType 类

定义

所有基元类型的抽象基类。 可以自由复制这些类型的值,而不必担心所有权、突变或释放。

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

构造函数

PrimitiveDataViewType(Type)

所有基元类型的抽象基类。 可以自由复制这些类型的值,而不必担心所有权、突变或释放。

属性

RawType

原始Type的 。DataViewType 请注意,这是原始表示形式类型,而不是完整的信息内容 DataViewType

(继承自 DataViewType)

方法

Equals(DataViewType)

如果this等效otherfalse则返回;否则返回true

(继承自 DataViewType)

适用于