|
21 | 21 | <Member Id="M:Microsoft.ML.AlexNetExtension.AlexNet(Microsoft.ML.Transforms.Onnx.DnnImageModelSelector,Microsoft.ML.Runtime.IHostEnvironment,System.String,System.String,System.String)" /> |
22 | 22 | </Type> |
23 | 23 | <Type Name="Microsoft.ML.OnnxExportExtensions" Id="T:Microsoft.ML.OnnxExportExtensions"> |
| 24 | + <Member Id="M:Microsoft.ML.OnnxExportExtensions.ConvertToOnnx(Microsoft.ML.ModelOperationsCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.Int32,System.IO.Stream)" /> |
24 | 25 | <Member Id="M:Microsoft.ML.OnnxExportExtensions.ConvertToOnnx(Microsoft.ML.ModelOperationsCatalog,Microsoft.ML.ITransformer,Microsoft.ML.IDataView,System.IO.Stream)" /> |
25 | 26 | </Type> |
26 | 27 | <Type Name="Microsoft.ML.RecommendationCatalog" Id="T:Microsoft.ML.RecommendationCatalog"> |
|
54 | 55 | <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateBinaryClassificationExperiment(System.UInt32)" /> |
55 | 56 | <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateMulticlassClassificationExperiment(Microsoft.ML.AutoML.MulticlassExperimentSettings)" /> |
56 | 57 | <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateMulticlassClassificationExperiment(System.UInt32)" /> |
| 58 | + <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRankingExperiment(Microsoft.ML.AutoML.RankingExperimentSettings)" /> |
| 59 | + <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRankingExperiment(System.UInt32)" /> |
57 | 60 | <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRecommendationExperiment(Microsoft.ML.AutoML.RecommendationExperimentSettings)" /> |
58 | 61 | <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRecommendationExperiment(System.UInt32)" /> |
59 | 62 | <Member Id="M:Microsoft.ML.AutoML.AutoCatalog.CreateRegressionExperiment(Microsoft.ML.AutoML.RegressionExperimentSettings)" /> |
|
103 | 106 | <Member Id="M:Microsoft.ML.AutoML.ColumnInformation.#ctor" /> |
104 | 107 | <Member Id="P:Microsoft.ML.AutoML.ColumnInformation.CategoricalColumnNames" /> |
105 | 108 | <Member Id="P:Microsoft.ML.AutoML.ColumnInformation.ExampleWeightColumnName" /> |
| 109 | + <Member Id="P:Microsoft.ML.AutoML.ColumnInformation.GroupIdColumnName" /> |
106 | 110 | <Member Id="P:Microsoft.ML.AutoML.ColumnInformation.IgnoredColumnNames" /> |
107 | 111 | <Member Id="P:Microsoft.ML.AutoML.ColumnInformation.ImagePathColumnNames" /> |
108 | 112 | <Member Id="P:Microsoft.ML.AutoML.ColumnInformation.ItemIdColumnName" /> |
|
173 | 177 | <Member Id="P:Microsoft.ML.AutoML.MulticlassExperimentSettings.OptimizingMetric" /> |
174 | 178 | <Member Id="P:Microsoft.ML.AutoML.MulticlassExperimentSettings.Trainers" /> |
175 | 179 | </Type> |
| 180 | + <Type Name="Microsoft.ML.AutoML.RankingExperiment" Id="T:Microsoft.ML.AutoML.RankingExperiment" /> |
| 181 | + <Type Name="Microsoft.ML.AutoML.RankingExperimentResultExtensions" Id="T:Microsoft.ML.AutoML.RankingExperimentResultExtensions"> |
| 182 | + <Member Id="M:Microsoft.ML.AutoML.RankingExperimentResultExtensions.Best(System.Collections.Generic.IEnumerable{Microsoft.ML.AutoML.CrossValidationRunDetail{Microsoft.ML.Data.RankingMetrics}},Microsoft.ML.AutoML.RankingMetric)" /> |
| 183 | + <Member Id="M:Microsoft.ML.AutoML.RankingExperimentResultExtensions.Best(System.Collections.Generic.IEnumerable{Microsoft.ML.AutoML.RunDetail{Microsoft.ML.Data.RankingMetrics}},Microsoft.ML.AutoML.RankingMetric)" /> |
| 184 | + </Type> |
| 185 | + <Type Name="Microsoft.ML.AutoML.RankingExperimentSettings" Id="T:Microsoft.ML.AutoML.RankingExperimentSettings"> |
| 186 | + <Member Id="M:Microsoft.ML.AutoML.RankingExperimentSettings.#ctor" /> |
| 187 | + <Member Id="P:Microsoft.ML.AutoML.RankingExperimentSettings.OptimizingMetric" /> |
| 188 | + <Member Id="P:Microsoft.ML.AutoML.RankingExperimentSettings.Trainers" /> |
| 189 | + </Type> |
| 190 | + <Type Name="Microsoft.ML.AutoML.RankingMetric" Id="T:Microsoft.ML.AutoML.RankingMetric"> |
| 191 | + <Member Id="F:Microsoft.ML.AutoML.RankingMetric.Dcg" /> |
| 192 | + <Member Id="F:Microsoft.ML.AutoML.RankingMetric.Ndcg" /> |
| 193 | + </Type> |
| 194 | + <Type Name="Microsoft.ML.AutoML.RankingTrainer" Id="T:Microsoft.ML.AutoML.RankingTrainer"> |
| 195 | + <Member Id="F:Microsoft.ML.AutoML.RankingTrainer.FastTreeRanking" /> |
| 196 | + <Member Id="F:Microsoft.ML.AutoML.RankingTrainer.LightGbmRanking" /> |
| 197 | + </Type> |
176 | 198 | <Type Name="Microsoft.ML.AutoML.RecommendationExperiment" Id="T:Microsoft.ML.AutoML.RecommendationExperiment" /> |
177 | 199 | <Type Name="Microsoft.ML.AutoML.RecommendationExperimentSettings" Id="T:Microsoft.ML.AutoML.RecommendationExperimentSettings"> |
178 | 200 | <Member Id="M:Microsoft.ML.AutoML.RecommendationExperimentSettings.#ctor" /> |
|
248 | 270 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.DownloadTensorFlowSentimentModel" /> |
249 | 271 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateBinaryLabelFloatFeatureVectorFloatWeightSamples(System.Int32)" /> |
250 | 272 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateFloatLabelFloatFeatureVectorSamples(System.Int32,System.Double)" /> |
| 273 | + <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples(System.Int32,System.Double,System.UInt64,System.UInt64)" /> |
251 | 274 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GenerateRandomMulticlassClassificationExamples(System.Int32)" /> |
252 | 275 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GetAdultDataset" /> |
253 | 276 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GetBreastCancerDataset" /> |
|
256 | 279 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.GetSampleImages" /> |
257 | 280 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.LoadFeaturizedAdultDataset(Microsoft.ML.MLContext)" /> |
258 | 281 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.LoadHousingRegressionDataset(Microsoft.ML.MLContext)" /> |
| 282 | + <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.LoadRawAdultDataset(Microsoft.ML.MLContext)" /> |
259 | 283 | </Type> |
260 | 284 | <Type Name="Microsoft.ML.SamplesUtils.DatasetUtils/BinaryLabelFloatFeatureVectorFloatWeightSample" Id="T:Microsoft.ML.SamplesUtils.DatasetUtils.BinaryLabelFloatFeatureVectorFloatWeightSample"> |
261 | 285 | <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.BinaryLabelFloatFeatureVectorFloatWeightSample.Features" /> |
|
274 | 298 | <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorSample.Label" /> |
275 | 299 | <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorSample.#ctor" /> |
276 | 300 | </Type> |
| 301 | + <Type Name="Microsoft.ML.SamplesUtils.DatasetUtils/FloatLabelFloatFeatureVectorUlongGroupIdSample" Id="T:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample"> |
| 302 | + <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.Features" /> |
| 303 | + <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.GroupId" /> |
| 304 | + <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.Label" /> |
| 305 | + <Member Id="M:Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample.#ctor" /> |
| 306 | + </Type> |
277 | 307 | <Type Name="Microsoft.ML.SamplesUtils.DatasetUtils/MulticlassClassificationExample" Id="T:Microsoft.ML.SamplesUtils.DatasetUtils.MulticlassClassificationExample"> |
278 | 308 | <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.MulticlassClassificationExample.Features" /> |
279 | 309 | <Member Id="F:Microsoft.ML.SamplesUtils.DatasetUtils.MulticlassClassificationExample.Label" /> |
|
0 commit comments