StructuredDataViewType 类

定义

所有非基元类型的抽象基类。

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

注解

此类与 PrimitiveDataViewType. 由于该类被定义为封装可自由复制表示类型的实例,而不必担心所有权、可变性或迪斯波,因此,对于这些因素成为关注的那些类型,将对此进行定义。

若要以最突出的示例为例, VectorDataViewType 是一种结构类型,它通过其 VBuffer<T> 表示类型的缓冲区共享机制,其分配不足以创建独立副本。

构造函数

名称 说明
StructuredDataViewType(Type)

所有非基元类型的抽象基类。

属性

名称 说明
RawType

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

(继承自 DataViewType)

方法

名称 说明
Equals(DataViewType)

如果true等效thisother,则返回false;否则返回。

(继承自 DataViewType)

适用于