| 
378 | 378 |     </Type>  | 
379 | 379 |     <Type Name="Microsoft.ML.ModelOperationsCatalog" Id="T:Microsoft.ML.ModelOperationsCatalog">  | 
380 | 380 |       <Member Id="M:Microsoft.ML.ModelOperationsCatalog.CreatePredictionEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.DataViewSchema)" />  | 
 | 381 | +      <Member Id="M:Microsoft.ML.ModelOperationsCatalog.CreatePredictionEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.PredictionEngineOptions)" />  | 
381 | 382 |       <Member Id="M:Microsoft.ML.ModelOperationsCatalog.CreatePredictionEngine``2(Microsoft.ML.ITransformer,System.Boolean,Microsoft.ML.Data.SchemaDefinition,Microsoft.ML.Data.SchemaDefinition)" />  | 
382 | 383 |       <Member Id="M:Microsoft.ML.ModelOperationsCatalog.Load(System.IO.Stream,Microsoft.ML.DataViewSchema@)" />  | 
383 | 384 |       <Member Id="M:Microsoft.ML.ModelOperationsCatalog.Load(System.String,Microsoft.ML.DataViewSchema@)" />  | 
 | 
416 | 417 |       <Member Id="M:Microsoft.ML.NormalizationCatalog.NormalizeSupervisedBinning(Microsoft.ML.TransformsCatalog,System.String,System.String,System.String,System.Int64,System.Boolean,System.Int32,System.Int32)" />  | 
417 | 418 |     </Type>  | 
418 | 419 |     <Type Name="Microsoft.ML.OnnxCatalog" Id="T:Microsoft.ML.OnnxCatalog">  | 
 | 420 | +      <Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,Microsoft.ML.Transforms.Onnx.OnnxOptions)" />  | 
419 | 421 |       <Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />  | 
420 | 422 |       <Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.Nullable{System.Int32},System.Boolean)" />  | 
421 | 423 |       <Member Id="M:Microsoft.ML.OnnxCatalog.ApplyOnnxModel(Microsoft.ML.TransformsCatalog,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Int32[]},System.Nullable{System.Int32},System.Boolean)" />  | 
 | 
431 | 433 |       <Member Id="M:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Nullable{System.Int32})" />  | 
432 | 434 |     </Type>  | 
433 | 435 |     <Type Name="Microsoft.ML.PermutationFeatureImportanceExtensions" Id="T:Microsoft.ML.PermutationFeatureImportanceExtensions">  | 
 | 436 | +      <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance(Microsoft.ML.MulticlassClassificationCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
 | 437 | +      <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance(Microsoft.ML.RankingCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
 | 438 | +      <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance(Microsoft.ML.RegressionCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
434 | 439 |       <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.BinaryClassificationCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
435 | 440 |       <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.MulticlassClassificationCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
436 | 441 |       <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.RankingCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
437 | 442 |       <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportance``1(Microsoft.ML.RegressionCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{``0},Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
 | 443 | +      <Member Id="M:Microsoft.ML.PermutationFeatureImportanceExtensions.PermutationFeatureImportanceNonCalibrated(Microsoft.ML.BinaryClassificationCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.String,System.Boolean,System.Nullable{System.Int32},System.Int32)" />  | 
438 | 444 |     </Type>  | 
439 | 445 |     <Type Name="Microsoft.ML.PredictionEngine`2" Id="T:Microsoft.ML.PredictionEngine`2">  | 
440 | 446 |       <Member Id="M:Microsoft.ML.PredictionEngine`2.Predict(`0,`1@)" />  | 
 | 
445 | 451 |       <Member Id="M:Microsoft.ML.PredictionEngineBase`2.Predict(`0,`1@)" />  | 
446 | 452 |       <Member Id="P:Microsoft.ML.PredictionEngineBase`2.OutputSchema" />  | 
447 | 453 |     </Type>  | 
 | 454 | +    <Type Name="Microsoft.ML.PredictionEngineOptions" Id="T:Microsoft.ML.PredictionEngineOptions">  | 
 | 455 | +      <Member Id="F:Microsoft.ML.PredictionEngineOptions.IgnoreMissingColumns" />  | 
 | 456 | +      <Member Id="F:Microsoft.ML.PredictionEngineOptions.InputSchemaDefinition" />  | 
 | 457 | +      <Member Id="F:Microsoft.ML.PredictionEngineOptions.OutputSchemaDefinition" />  | 
 | 458 | +      <Member Id="F:Microsoft.ML.PredictionEngineOptions.OwnsTransformer" />  | 
 | 459 | +      <Member Id="M:Microsoft.ML.PredictionEngineOptions.#ctor" />  | 
 | 460 | +    </Type>  | 
448 | 461 |     <Type Name="Microsoft.ML.RankingCatalog" Id="T:Microsoft.ML.RankingCatalog">  | 
449 | 462 |       <Member Id="M:Microsoft.ML.RankingCatalog.CrossValidate(Microsoft.ML.IDataView,Microsoft.ML.IEstimator{Microsoft.ML.ITransformer},System.Int32,System.String,System.String,System.Nullable{System.Int32})" />  | 
450 | 463 |       <Member Id="M:Microsoft.ML.RankingCatalog.Evaluate(Microsoft.ML.IDataView,Microsoft.ML.Data.RankingEvaluatorOptions,System.String,System.String,System.String)" />  | 
 | 
2605 | 2618 |       <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxMapTypeAttribute.GetHashCode" />  | 
2606 | 2619 |       <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxMapTypeAttribute.Register" />  | 
2607 | 2620 |     </Type>  | 
 | 2621 | +    <Type Name="Microsoft.ML.Transforms.Onnx.OnnxOptions" Id="T:Microsoft.ML.Transforms.Onnx.OnnxOptions">  | 
 | 2622 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.FallbackToCpu" />  | 
 | 2623 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.GpuDeviceId" />  | 
 | 2624 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.InputColumns" />  | 
 | 2625 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.InterOpNumThreads" />  | 
 | 2626 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.IntraOpNumThreads" />  | 
 | 2627 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.ModelFile" />  | 
 | 2628 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.OutputColumns" />  | 
 | 2629 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.RecursionLimit" />  | 
 | 2630 | +      <Member Id="F:Microsoft.ML.Transforms.Onnx.OnnxOptions.ShapeDictionary" />  | 
 | 2631 | +      <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxOptions.#ctor" />  | 
 | 2632 | +    </Type>  | 
2608 | 2633 |     <Type Name="Microsoft.ML.Transforms.Onnx.OnnxScoringEstimator" Id="T:Microsoft.ML.Transforms.Onnx.OnnxScoringEstimator">  | 
2609 | 2634 |       <Member Id="M:Microsoft.ML.Transforms.Onnx.OnnxScoringEstimator.GetOutputSchema(Microsoft.ML.SchemaShape)" />  | 
2610 | 2635 |     </Type>  | 
 | 
2820 | 2845 |       <Member Id="F:Microsoft.ML.Transforms.TimeSeries.MartingaleType.Power" />  | 
2821 | 2846 |     </Type>  | 
2822 | 2847 |     <Type Name="Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions" Id="T:Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions">  | 
 | 2848 | +      <Member Id="M:Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions.CreateTimeSeriesEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.Runtime.IHostEnvironment,Microsoft.ML.PredictionEngineOptions)" />  | 
2823 | 2849 |       <Member Id="M:Microsoft.ML.Transforms.TimeSeries.PredictionFunctionExtensions.CreateTimeSeriesEngine``2(Microsoft.ML.ITransformer,Microsoft.ML.Runtime.IHostEnvironment,System.Boolean,Microsoft.ML.Data.SchemaDefinition,Microsoft.ML.Data.SchemaDefinition)" />  | 
2824 | 2850 |     </Type>  | 
2825 | 2851 |     <Type Name="Microsoft.ML.Transforms.TimeSeries.RankSelectionMethod" Id="T:Microsoft.ML.Transforms.TimeSeries.RankSelectionMethod">  | 
 | 
0 commit comments