6 references to FeatureType
Microsoft.ML.FastTree (6)
Dataset\Feature.cs (6)
78FeatureType type = (FeatureType)buffer.ToInt(ref position); 82case FeatureType.Raw: 124public abstract FeatureType Type { get; } 238public override FeatureType Type 242return FeatureType.Raw;