PrimitiveDataViewType Class

Definition

The abstract base class for all primitive types. Values of these types can be freely copied without concern for ownership, mutation, or disposing.

public abstract class PrimitiveDataViewType : Microsoft.ML.Data.DataViewType
type PrimitiveDataViewType = class
    inherit DataViewType
Public MustInherit Class PrimitiveDataViewType
Inherits DataViewType
Inheritance
PrimitiveDataViewType
Derived

Constructors

PrimitiveDataViewType(Type)

Properties

RawType

The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType.

(Inherited from DataViewType)

Methods

Equals(DataViewType)

Return true if this is equivalent to other and false otherwise.

(Inherited from DataViewType)

Applies to