2 references to Leaves
Microsoft.ML.Samples (2)
Dynamic\Transforms\TreeFeaturization\FastForestBinaryFeaturizationWithOptions.cs (2)
41
string leavesColumnName = nameof(TransformedDataPoint.
Leaves
);
98
.Join(",", transformedDataPoint.
Leaves
) + "].");