MLFeatureType
abstract class NatML.MLFeatureType
Inspecting the Name
/// <summary>
/// Feature name.
/// </summary>
string name { get; }Inspecting the Data Type
/// <summary>
/// Feature data type.
/// This will typically be a numeric type.
/// </summary>
Type dataType { get; }Type Conversions
Last updated