PrimitiveDataViewType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |