1 write to CompatibilityLevel
Microsoft.ML.FastTree (1)
FastTree.cs (1)
261
IntArray.
CompatibilityLevel
= FastTreeTrainerOptions.FeatureCompressionLevel;
3 references to CompatibilityLevel
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
80
else if ((
CompatibilityLevel
& 1) != 0 && numValues <= (1 << 10))
282
/// this method depends upon the static value <see cref="
CompatibilityLevel
"/>.
338
if ((IntArray.
CompatibilityLevel
& 0x4) == 0)