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