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)

如果this等效otherfalse,则返回true,否则返回。

(继承自 DataViewType)

适用于