3 writes to Properties
Microsoft.ML.AutoML (1)
API\Pipeline.cs (1)
83Properties = properties;
Microsoft.ML.AutoML.Tests (1)
TrainerExtensionsTests.cs (1)
318Properties = new Dictionary<string, object>()
Microsoft.ML.CodeGenerator.Tests (1)
CodeGenTests.cs (1)
125{"Booster", new CustomProperty(){Properties= new Dictionary<string, object>(), Name = "TreeBooster"} },
2 references to Properties
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionUtil.cs (1)
230var treeProps = ((CustomProperty)props[LightGbmBoosterPropName]).Properties;
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TrainerGeneratorBase.cs (1)
146sb.Append(BuildComplexParameter(((CustomProperty)kv.Value).Name, ((CustomProperty)kv.Value).Properties, "="));