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