| 
335 | 335 |     </Type>  | 
336 | 336 |     <Type Name="Microsoft.ML.LoggingEventArgs" Id="T:Microsoft.ML.LoggingEventArgs">  | 
337 | 337 |       <Member Id="M:Microsoft.ML.LoggingEventArgs.#ctor(System.String)" />  | 
 | 338 | +      <Member Id="M:Microsoft.ML.LoggingEventArgs.#ctor(System.String,Microsoft.ML.Runtime.ChannelMessageKind,System.String)" />  | 
 | 339 | +      <Member Id="P:Microsoft.ML.LoggingEventArgs.Kind" />  | 
338 | 340 |       <Member Id="P:Microsoft.ML.LoggingEventArgs.Message" />  | 
 | 341 | +      <Member Id="P:Microsoft.ML.LoggingEventArgs.RawMessage" />  | 
 | 342 | +      <Member Id="P:Microsoft.ML.LoggingEventArgs.Source" />  | 
339 | 343 |     </Type>  | 
340 | 344 |     <Type Name="Microsoft.ML.MklComponentsCatalog" Id="T:Microsoft.ML.MklComponentsCatalog">  | 
341 | 345 |       <Member Id="M:Microsoft.ML.MklComponentsCatalog.Ols(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.OlsTrainer.Options)" />  | 
 | 
471 | 475 |       <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LbfgsMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Single,System.Single,System.Single,System.Int32,System.Boolean)" />  | 
472 | 476 |       <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LbfgsPoissonRegression(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.LbfgsPoissonRegressionTrainer.Options)" />  | 
473 | 477 |       <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LbfgsPoissonRegression(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Single,System.Single,System.Single,System.Int32,System.Boolean)" />  | 
 | 478 | +      <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LdSvmTrainer.Options)" />  | 
 | 479 | +      <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)" />  | 
474 | 480 |       <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LinearSvmTrainer.Options)" />  | 
475 | 481 |       <Member Id="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32)" />  | 
476 | 482 |       <Member Id="M:Microsoft.ML.StandardTrainersCatalog.NaiveBayes(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String)" />  | 
 | 
1416 | 1422 |       <Member Id="F:Microsoft.ML.Trainers.LbfgsTrainerBase`3.OptionsBase.StochasticGradientDescentInitilaizationTolerance" />  | 
1417 | 1423 |       <Member Id="M:Microsoft.ML.Trainers.LbfgsTrainerBase`3.OptionsBase.#ctor" />  | 
1418 | 1424 |     </Type>  | 
 | 1425 | +    <Type Name="Microsoft.ML.Trainers.LdSvmModelParameters" Id="T:Microsoft.ML.Trainers.LdSvmModelParameters">  | 
 | 1426 | +      <Member Id="P:Microsoft.ML.Trainers.LdSvmModelParameters.InputType" />  | 
 | 1427 | +      <Member Id="P:Microsoft.ML.Trainers.LdSvmModelParameters.OutputType" />  | 
 | 1428 | +    </Type>  | 
 | 1429 | +    <Type Name="Microsoft.ML.Trainers.LdSvmTrainer" Id="T:Microsoft.ML.Trainers.LdSvmTrainer">  | 
 | 1430 | +      <Member Id="P:Microsoft.ML.Trainers.LdSvmTrainer.Info" />  | 
 | 1431 | +    </Type>  | 
 | 1432 | +    <Type Name="Microsoft.ML.Trainers.LdSvmTrainer/Options" Id="T:Microsoft.ML.Trainers.LdSvmTrainer.Options">  | 
 | 1433 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.Cache" />  | 
 | 1434 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.LambdaTheta" />  | 
 | 1435 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.LambdaThetaprime" />  | 
 | 1436 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.LambdaW" />  | 
 | 1437 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.NumberOfIterations" />  | 
 | 1438 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.Sigma" />  | 
 | 1439 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.TreeDepth" />  | 
 | 1440 | +      <Member Id="F:Microsoft.ML.Trainers.LdSvmTrainer.Options.UseBias" />  | 
 | 1441 | +      <Member Id="M:Microsoft.ML.Trainers.LdSvmTrainer.Options.#ctor" />  | 
 | 1442 | +    </Type>  | 
1419 | 1443 |     <Type Name="Microsoft.ML.Trainers.LearningRateScheduler" Id="T:Microsoft.ML.Trainers.LearningRateScheduler" />  | 
1420 | 1444 |     <Type Name="Microsoft.ML.Trainers.LinearBinaryModelParameters" Id="T:Microsoft.ML.Trainers.LinearBinaryModelParameters">  | 
1421 | 1445 |       <Member Id="F:Microsoft.ML.Trainers.LinearBinaryModelParameters.Statistics" />  | 
 | 
2119 | 2143 |       <Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Seed" />  | 
2120 | 2144 |       <Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Silent" />  | 
2121 | 2145 |       <Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.UseCategoricalSplit" />  | 
 | 2146 | +      <Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.UseZeroAsMissingValue" />  | 
2122 | 2147 |       <Member Id="F:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Verbose" />  | 
2123 | 2148 |       <Member Id="P:Microsoft.ML.Trainers.LightGbm.LightGbmTrainerBase`4.OptionsBase.Booster" />  | 
2124 | 2149 |     </Type>  | 
 | 
2334 | 2359 |       <Member Id="M:Microsoft.ML.Transforms.TensorFlowModel.ScoreTensorFlowModel(System.String[],System.String[],System.Boolean)" />  | 
2335 | 2360 |     </Type>  | 
2336 | 2361 |     <Type Name="Microsoft.ML.Transforms.TensorFlowTransformer" Id="T:Microsoft.ML.Transforms.TensorFlowTransformer">  | 
2337 |  | -      <Member Id="M:Microsoft.ML.Transforms.TensorFlowTransformer.Finalize" />  | 
 | 2362 | +      <Member Id="M:Microsoft.ML.Transforms.TensorFlowTransformer.Dispose" />  | 
2338 | 2363 |     </Type>  | 
2339 | 2364 |     <Type Name="Microsoft.ML.Transforms.TransformInputBase" Id="T:Microsoft.ML.Transforms.TransformInputBase" />  | 
2340 | 2365 |     <Type Name="Microsoft.ML.Transforms.TypeConvertingEstimator" Id="T:Microsoft.ML.Transforms.TypeConvertingEstimator">  | 
 | 
2485 | 2510 |     </Type>  | 
2486 | 2511 |     <Type Name="Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer" Id="T:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer">  | 
2487 | 2512 |       <Member Id="M:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.Dispose" />  | 
2488 |  | -      <Member Id="M:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.Finalize" />  | 
2489 | 2513 |     </Type>  | 
2490 | 2514 |     <Type Name="Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer/ModelParameters" Id="T:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters">  | 
2491 | 2515 |       <Member Id="F:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters.ItemScoresPerTopic" />  | 
 | 
2727 | 2751 |   </Namespace>  | 
2728 | 2752 |   <Namespace Name="Microsoft.ML.Vision">  | 
2729 | 2753 |     <Type Name="Microsoft.ML.Vision.ImageClassificationModelParameters" Id="T:Microsoft.ML.Vision.ImageClassificationModelParameters">  | 
2730 |  | -      <Member Id="M:Microsoft.ML.Vision.ImageClassificationModelParameters.Finalize" />  | 
 | 2754 | +      <Member Id="M:Microsoft.ML.Vision.ImageClassificationModelParameters.Dispose" />  | 
2731 | 2755 |     </Type>  | 
2732 | 2756 |     <Type Name="Microsoft.ML.Vision.ImageClassificationTrainer" Id="T:Microsoft.ML.Vision.ImageClassificationTrainer">  | 
2733 |  | -      <Member Id="M:Microsoft.ML.Vision.ImageClassificationTrainer.Finalize" />  | 
 | 2757 | +      <Member Id="M:Microsoft.ML.Vision.ImageClassificationTrainer.Dispose" />  | 
2734 | 2758 |       <Member Id="M:Microsoft.ML.Vision.ImageClassificationTrainer.Fit(Microsoft.ML.IDataView,Microsoft.ML.IDataView)" />  | 
2735 | 2759 |       <Member Id="P:Microsoft.ML.Vision.ImageClassificationTrainer.Info" />  | 
2736 | 2760 |     </Type>  | 
 | 
0 commit comments