DataViewTypeManager 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.
A singleton class for managing the map between ML.NET DataViewType and C# Type. To support custom column type in IDataView, the column's underlying type (e.g., a C# class's type) should be registered with a class derived from DataViewType.
public static class DataViewTypeManager
type DataViewTypeManager = class
Public Class DataViewTypeManager
- Inheritance
-
DataViewTypeManager
Methods
Register(DataViewType, Type, DataViewTypeAttribute) |
This function tells that |
Register(DataViewType, Type, IEnumerable<Attribute>) |
Obsolete.
Obsolete.
This function tells that |