Build.Reason:Manual by Alma Jenks
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=298215&view=results
 source_repo.branch:master
 source_repo.csvPath:bundlepackages/ml-dotnet
 source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
This commit is contained in:
VSC-Service-Account 2022-06-14 01:05:51 +00:00
Родитель dc90727f70
Коммит f9fdf80ad3
140 изменённых файлов: 6483 добавлений и 459 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="ml-dotnet-preview-0.20.0">
<Assemblies>
<Assembly Name="Microsoft.ML.TorchSharp" Version="1.0.0.0" />
</Assemblies>
<Namespace Name="Microsoft.ML.TorchSharp.NasBert">
<Type Name="Microsoft.ML.TorchSharp.NasBert.BertArchitecture" Id="T:Microsoft.ML.TorchSharp.NasBert.BertArchitecture">
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.BertArchitecture.Roberta" />
</Type>
<Type Name="Microsoft.ML.TorchSharp.NasBert.BertTaskType" Id="T:Microsoft.ML.TorchSharp.NasBert.BertTaskType">
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.MaskedLM" />
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.None" />
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.SentenceRegression" />
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.TextClassification" />
</Type>
<Type Name="Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer" Id="T:Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer">
<Member Id="M:Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer.Fit(Microsoft.ML.IDataView)" />
<Member Id="M:Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer.GetOutputSchema(Microsoft.ML.SchemaShape)" />
</Type>
<Type Name="Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer" Id="T:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer">
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.LabelColumn" />
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.SentenceColumn" />
<Member Id="F:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.SentenceColumn2" />
<Member Id="M:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.GetOutputSchema(Microsoft.ML.SchemaShape)" />
</Type>
</Namespace>
<Namespace Name="Microsoft.ML.TorchSharp.NasBert.Modules">
<Type Name="Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast" Id="T:Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast">
<Member Id="M:Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast.#ctor" />
<Member Id="M:Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast.forward(TorchSharp.torch.Tensor)" />
</Type>
</Namespace>
<Namespace Name="Microsoft.ML.TorchSharp">
<Type Name="Microsoft.ML.TorchSharp.TorchSharpCatalog" Id="T:Microsoft.ML.TorchSharp.TorchSharpCatalog">
<Member Id="M:Microsoft.ML.TorchSharp.TorchSharpCatalog.TextClassification(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.ML.IDataView,Microsoft.ML.TorchSharp.NasBert.BertArchitecture)" />
</Type>
</Namespace>
<Namespace Name="Microsoft.ML.TorchSharp.Utils">
<Type Name="Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2" Id="T:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2">
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.#ctor(System.Func{`1})" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Add(`0,`1)" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Clear" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.ContainsKey(`0)" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.GetEnumerator" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Remove(`0)" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.System#Collections#IEnumerable#GetEnumerator" />
<Member Id="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.TryGetValue(`0,`1@)" />
<Member Id="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Count" />
<Member Id="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.IsReadOnly" />
<Member Id="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Item(`0)" />
<Member Id="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Keys" />
<Member Id="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Values" />
</Type>
</Namespace>
</Framework>

Просмотреть файл

@ -92,8 +92,8 @@
</TypeParameter>
</TypeParameters>
<Parameters>
<Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="implementationFactory" Type="System.Func&lt;System.IServiceProvider,Microsoft.Extensions.ML.PredictionEnginePool&lt;TData,TPrediction&gt;&gt;" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
<Parameter Name="implementationFactory" Type="System.Func&lt;System.IServiceProvider,Microsoft.Extensions.ML.PredictionEnginePool&lt;TData,TPrediction&gt;&gt;" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
</Parameters>
<Docs>
<typeparam name="TData">To be added.</typeparam>
@ -128,7 +128,7 @@
<ReturnType>Microsoft.Extensions.DependencyInjection.IServiceCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="services" Type="Microsoft.Extensions.DependencyInjection.IServiceCollection" RefType="this" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
</Parameters>
<Docs>
<param name="services">

Просмотреть файл

@ -17,7 +17,7 @@
<Interfaces />
<Docs>
<summary>
The naive binning-based calbirator estimator.
The naive binning-based calibrator estimator.
</summary>
<remarks>
It divides the range of the outputs into equally sized bins. In each bin,

Просмотреть файл

@ -1,9 +1,9 @@
<Type Name="CompositeDataLoader&lt;TSource,TLastTransformer&gt;" FullName="Microsoft.ML.Data.CompositeDataLoader&lt;TSource,TLastTransformer&gt;">
<TypeSignature Language="C#" Value="public sealed class CompositeDataLoader&lt;TSource,TLastTransformer&gt; : IDisposable, Microsoft.ML.IDataLoader&lt;TSource&gt; where TLastTransformer : class, ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CompositeDataLoader`2&lt;TSource, class (class Microsoft.ML.ITransformer) TLastTransformer&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.IDataLoader`1&lt;!TSource&gt;, class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="C#" Value="public sealed class CompositeDataLoader&lt;TSource,TLastTransformer&gt; : IDisposable, Microsoft.ML.IDataLoader&lt;TSource&gt; where TLastTransformer : class, ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CompositeDataLoader`2&lt;TSource, class (class Microsoft.ML.ITransformer) TLastTransformer&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.IDataLoader`1&lt;!TSource&gt;, class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Data.CompositeDataLoader`2" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class CompositeDataLoader(Of TSource, TLastTransformer)&#xA;Implements IDataLoader(Of TSource), IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="F#" Value="type CompositeDataLoader&lt;'Source, 'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :&gt; ITransformer)&gt; = class&#xA; interface IDataLoader&lt;'Source&gt;&#xA; interface ICanSaveModel&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class CompositeDataLoader(Of TSource, TLastTransformer)&#xA;Implements IDataLoader(Of TSource), IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="F#" Value="type CompositeDataLoader&lt;'Source, 'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :&gt; ITransformer)&gt; = class&#xA; interface IDataLoader&lt;'Source&gt;&#xA; interface ICanSaveModel&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="C#" Value="public sealed class CompositeDataLoader&lt;TSource,TLastTransformer&gt; : Microsoft.ML.IDataLoader&lt;TSource&gt; where TLastTransformer : class, ITransformer" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CompositeDataLoader`2&lt;TSource, class (class Microsoft.ML.ITransformer) TLastTransformer&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.IDataLoader`1&lt;!TSource&gt;" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class CompositeDataLoader(Of TSource, TLastTransformer)&#xA;Implements IDataLoader(Of TSource)" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
@ -31,7 +31,7 @@
<Interface>
<InterfaceName>Microsoft.ML.IDataLoader&lt;TSource&gt;</InterfaceName>
</Interface>
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>

Просмотреть файл

@ -1,5 +1,5 @@
<Type Name="DataViewRowId" FullName="Microsoft.ML.Data.DataViewRowId">
<TypeSignature Language="C#" Value="public struct DataViewRowId : IComparable&lt;Microsoft.ML.Data.DataViewRowId&gt;, IEquatable&lt;Microsoft.ML.Data.DataViewRowId&gt;" />
<TypeSignature Language="C#" Value="public readonly struct DataViewRowId : IComparable&lt;Microsoft.ML.Data.DataViewRowId&gt;, IEquatable&lt;Microsoft.ML.Data.DataViewRowId&gt;" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit DataViewRowId extends System.ValueType implements class System.IComparable`1&lt;valuetype Microsoft.ML.Data.DataViewRowId&gt;, class System.IEquatable`1&lt;valuetype Microsoft.ML.Data.DataViewRowId&gt;" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Data.DataViewRowId" />
<TypeSignature Language="VB.NET" Value="Public Structure DataViewRowId&#xA;Implements IComparable(Of DataViewRowId), IEquatable(Of DataViewRowId)" />

Просмотреть файл

@ -36,13 +36,13 @@
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dataViewType" Type="Microsoft.ML.Data.DataViewType" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="type" Type="System.Type" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="typeAttribute" Type="Microsoft.ML.Data.DataViewTypeAttribute" Index="2" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="dataViewType" Type="Microsoft.ML.Data.DataViewType" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<Parameter Name="type" Type="System.Type" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<Parameter Name="typeAttribute" Type="Microsoft.ML.Data.DataViewTypeAttribute" Index="2" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
</Parameters>
<Docs>
<param name="dataViewType">The corresponding type of <paramref name="type" /> in ML.NET's type system.</param>
<param name="type">Native type in C#.</param>
<param name="dataViewType">The corresponding type of <paramref name="type" /> in ML.NET's type system.</param>
<param name="typeAttribute">The <see cref="T:Microsoft.ML.Data.DataViewTypeAttribute" /> attached to <paramref name="type" />.</param>
<summary>
This function tells that <paramref name="dataViewType" /> should be representation of data in <paramref name="type" /> in
@ -52,10 +52,10 @@
</Docs>
</Member>
<Member MemberName="Register">
<MemberSignature Language="C#" Value="public static void Register (Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable&lt;Attribute&gt; typeAttributes);" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="C#" Value="public static void Register (Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable&lt;Attribute&gt; typeAttributes);" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Register(class Microsoft.ML.Data.DataViewType dataViewType, class System.Type type, class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; typeAttributes) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.Data.DataViewTypeManager.Register(Microsoft.ML.Data.DataViewType,System.Type,System.Collections.Generic.IEnumerable{System.Attribute})" />
<MemberSignature Language="VB.NET" Value="Public Shared Sub Register (dataViewType As DataViewType, type As Type, typeAttributes As IEnumerable(Of Attribute))" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="VB.NET" Value="Public Shared Sub Register (dataViewType As DataViewType, type As Type, typeAttributes As IEnumerable(Of Attribute))" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="F#" Value="static member Register : Microsoft.ML.Data.DataViewType * Type * seq&lt;Attribute&gt; -&gt; unit" Usage="Microsoft.ML.Data.DataViewTypeManager.Register (dataViewType, type, typeAttributes)" />
<MemberSignature Language="C#" Value="public static void Register (Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable&lt;Attribute&gt; typeAttributes = default);" FrameworkAlternate="ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
<MemberSignature Language="VB.NET" Value="Public Shared Sub Register (dataViewType As DataViewType, type As Type, Optional typeAttributes As IEnumerable(Of Attribute) = Nothing)" FrameworkAlternate="ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
@ -65,7 +65,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)&gt;]</AttributeName>
</Attribute>
@ -83,8 +83,8 @@
<Parameter Name="typeAttributes" Type="System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;" />
</Parameters>
<Docs>
<param name="dataViewType">The corresponding type of <paramref name="type" /> in ML.NET's type system.</param>
<param name="type">Native type in C#.</param>
<param name="dataViewType">The corresponding type of <paramref name="type" /> in ML.NET's type system.</param>
<param name="typeAttributes">The <see cref="T:System.Attribute" />s attached to <paramref name="type" />.</param>
<summary>
This function tells that <paramref name="dataViewType" /> should be representation of data in <paramref name="type" /> in

Просмотреть файл

@ -146,7 +146,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="For a key column, this defines the range of values", ShortName="key")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="For a key column, this defines the range of values", ShortName="key")&gt;]</AttributeName>
</Attribute>
@ -212,7 +212,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Source index range(s) of the column", ShortName="src")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Source index range(s) of the column", ShortName="src")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -58,7 +58,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Column groups. Each group is specified as name:type:numeric-ranges, eg, col=Features:R4:1-17,26,35-40", Name="Column", ShortName="col", SortOrder=1)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Column groups. Each group is specified as name:type:numeric-ranges, eg, col=Features:R4:1-17,26,35-40", Name="Column", ShortName="col", SortOrder=1)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -61,10 +61,10 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="providerFactory" Type="System.Data.Common.DbProviderFactory" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="connectionString" Type="System.String" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="commandText" Type="System.String" Index="2" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="commandTimeoutInSeconds" Type="System.Int32" Index="3" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="providerFactory" Type="System.Data.Common.DbProviderFactory" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<Parameter Name="connectionString" Type="System.String" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<Parameter Name="commandText" Type="System.String" Index="2" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<Parameter Name="commandTimeoutInSeconds" Type="System.Int32" Index="3" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
</Parameters>
<Docs>
<param name="providerFactory">The factory used to create the <see cref="T:System.Data.Common.DbConnection" />..</param>

Просмотреть файл

@ -62,7 +62,7 @@
<Parameters>
<Parameter Name="fieldNames" Type="System.String[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -39,7 +39,7 @@
<Parameters>
<Parameter Name="paths" Type="System.String[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -1,9 +1,9 @@
<Type Name="PredictionTransformerBase&lt;TModel&gt;" FullName="Microsoft.ML.Data.PredictionTransformerBase&lt;TModel&gt;">
<TypeSignature Language="C#" Value="public abstract class PredictionTransformerBase&lt;TModel&gt; : IDisposable, Microsoft.ML.IPredictionTransformer&lt;TModel&gt;, Microsoft.ML.ITransformer where TModel : class" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit PredictionTransformerBase`1&lt;class TModel&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.IPredictionTransformer`1&lt;!TModel&gt;, class Microsoft.ML.ITransformer, class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="C#" Value="public abstract class PredictionTransformerBase&lt;TModel&gt; : IDisposable, Microsoft.ML.IPredictionTransformer&lt;TModel&gt;, Microsoft.ML.ITransformer where TModel : class" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit PredictionTransformerBase`1&lt;class TModel&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.IPredictionTransformer`1&lt;!TModel&gt;, class Microsoft.ML.ITransformer, class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Data.PredictionTransformerBase`1" />
<TypeSignature Language="VB.NET" Value="Public MustInherit Class PredictionTransformerBase(Of TModel)&#xA;Implements IDisposable, IPredictionTransformer(Of TModel), ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="F#" Value="type PredictionTransformerBase&lt;'Model (requires 'Model : null)&gt; = class&#xA; interface IPredictionTransformer&lt;'Model (requires 'Model : null)&gt;&#xA; interface ITransformer&#xA; interface ICanSaveModel&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="VB.NET" Value="Public MustInherit Class PredictionTransformerBase(Of TModel)&#xA;Implements IDisposable, IPredictionTransformer(Of TModel), ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="F#" Value="type PredictionTransformerBase&lt;'Model (requires 'Model : null)&gt; = class&#xA; interface IPredictionTransformer&lt;'Model (requires 'Model : null)&gt;&#xA; interface ITransformer&#xA; interface ICanSaveModel&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="C#" Value="public abstract class PredictionTransformerBase&lt;TModel&gt; : Microsoft.ML.IPredictionTransformer&lt;TModel&gt;, Microsoft.ML.ITransformer where TModel : class" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit PredictionTransformerBase`1&lt;class TModel&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.IPredictionTransformer`1&lt;!TModel&gt;, class Microsoft.ML.ITransformer" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="VB.NET" Value="Public MustInherit Class PredictionTransformerBase(Of TModel)&#xA;Implements IPredictionTransformer(Of TModel), ITransformer" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
@ -32,7 +32,7 @@
<Interface>
<InterfaceName>Microsoft.ML.ITransformer</InterfaceName>
</Interface>
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>

Просмотреть файл

@ -40,9 +40,9 @@
</Parameters>
<Docs>
<param name="catalog">The <see cref="T:Microsoft.ML.DataOperationsCatalog" /> catalog.</param>
<param name="numberOfRows">The number of rows from the sample to be used for determining the number of features.</param>
<param name="inputSize">The number of features in the Features column. If 0 is specified, the
loader will determine it by looking at the file sample given in <paramref name="dataSample" />.</param>
<param name="numberOfRows">The number of rows from the sample to be used for determining the number of features.</param>
<param name="zeroBased">If the file contains zero-based indices, this parameter should be set to true. If they are one-based
it should be set to false.</param>
<param name="dataSample">A data sample to be used for determining the number of features in the Features column.</param>
@ -112,11 +112,11 @@
<Docs>
<param name="catalog">The <see cref="T:Microsoft.ML.DataOperationsCatalog" /> catalog.</param>
<param name="path">The path to the file.</param>
<param name="numberOfRows">The number of rows from the sample to be used for determining the number of features.</param>
<param name="inputSize">The number of features in the Features column. If 0 is specified, the
loader will determine it by looking at the file given in <paramref name="path" />.</param>
<param name="zeroBased">If the file contains zero-based indices, this parameter should be set to true. If they are one-based
it should be set to false.</param>
<param name="numberOfRows">The number of rows from the sample to be used for determining the number of features.</param>
<summary>
Load a <see cref="T:Microsoft.ML.IDataView" /> from a text file using <see cref="T:Microsoft.ML.Data.SvmLightLoader" />.
</summary>

Просмотреть файл

@ -156,7 +156,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="For a key column, this defines the range of values", ShortName="key")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="For a key column, this defines the range of values", ShortName="key")&gt;]</AttributeName>
</Attribute>
@ -214,7 +214,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Source index range(s) of the column", ShortName="src")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Source index range(s) of the column", ShortName="src")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -46,7 +46,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Whether the input may include double-quoted values. This parameter is used to distinguish separator characters in an input value from actual separators. When true, separators within double quotes are treated as part of the input value. When false, all separators, even those within quotes, are treated as delimiting a new column.", ShortName="quote")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Whether the input may include double-quoted values. This parameter is used to distinguish separator characters in an input value from actual separators. When true, separators within double quotes are treated as part of the input value. When false, all separators, even those within quotes, are treated as delimiting a new column.", ShortName="quote")&gt;]</AttributeName>
</Attribute>
@ -116,7 +116,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Column groups. Each group is specified as name:type:numeric-ranges, eg, col=Features:R4:1-17,26,35-40", Name="Column", ShortName="col", SortOrder=1)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Column groups. Each group is specified as name:type:numeric-ranges, eg, col=Features:R4:1-17,26,35-40", Name="Column", ShortName="col", SortOrder=1)&gt;]</AttributeName>
</Attribute>
@ -147,7 +147,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Character symbol used to separate the integer part from the fractional part of a number written in decimal form.", Name="Decimal Marker", ShortName="decimal")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Character symbol used to separate the integer part from the fractional part of a number written in decimal form.", Name="Decimal Marker", ShortName="decimal")&gt;]</AttributeName>
</Attribute>
@ -174,7 +174,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Character to use to escape quotes inside quoted fields. It can't be a character used as separator.", ShortName="escapechar")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Character to use to escape quotes inside quoted fields. It can't be a character used as separator.", ShortName="escapechar")&gt;]</AttributeName>
</Attribute>
@ -310,7 +310,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="If true, empty float fields will be loaded as NaN. If false, they'll be loaded as 0. Default is false.", ShortName="missingrealnan")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="If true, empty float fields will be loaded as NaN. If false, they'll be loaded as 0. Default is false.", ShortName="missingrealnan")&gt;]</AttributeName>
</Attribute>
@ -340,7 +340,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Escape new line characters inside a quoted field? If AllowQuoting is false, this argument is ignored.", Hide=true, ShortName="multilines")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Escape new line characters inside a quoted field? If AllowQuoting is false, this argument is ignored.", Hide=true, ShortName="multilines")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -1,9 +1,9 @@
<Type Name="TransformerChain&lt;TLastTransformer&gt;" FullName="Microsoft.ML.Data.TransformerChain&lt;TLastTransformer&gt;">
<TypeSignature Language="C#" Value="public sealed class TransformerChain&lt;TLastTransformer&gt; : IDisposable, Microsoft.ML.ITransformer, System.Collections.Generic.IEnumerable&lt;Microsoft.ML.ITransformer&gt; where TLastTransformer : class, ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit TransformerChain`1&lt;class (class Microsoft.ML.ITransformer) TLastTransformer&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.ITransformer, class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.ML.ITransformer&gt;, class System.Collections.IEnumerable, class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="C#" Value="public sealed class TransformerChain&lt;TLastTransformer&gt; : IDisposable, Microsoft.ML.ITransformer, System.Collections.Generic.IEnumerable&lt;Microsoft.ML.ITransformer&gt; where TLastTransformer : class, ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit TransformerChain`1&lt;class (class Microsoft.ML.ITransformer) TLastTransformer&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.ITransformer, class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.ML.ITransformer&gt;, class System.Collections.IEnumerable, class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Data.TransformerChain`1" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class TransformerChain(Of TLastTransformer)&#xA;Implements IDisposable, IEnumerable(Of ITransformer), ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="F#" Value="type TransformerChain&lt;'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :&gt; ITransformer)&gt; = class&#xA; interface ITransformer&#xA; interface ICanSaveModel&#xA; interface seq&lt;ITransformer&gt;&#xA; interface IEnumerable&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class TransformerChain(Of TLastTransformer)&#xA;Implements IDisposable, IEnumerable(Of ITransformer), ITransformer" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="F#" Value="type TransformerChain&lt;'LastTransformer (requires 'LastTransformer : null and 'LastTransformer :&gt; ITransformer)&gt; = class&#xA; interface ITransformer&#xA; interface ICanSaveModel&#xA; interface seq&lt;ITransformer&gt;&#xA; interface IEnumerable&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="C#" Value="public sealed class TransformerChain&lt;TLastTransformer&gt; : Microsoft.ML.ITransformer, System.Collections.Generic.IEnumerable&lt;Microsoft.ML.ITransformer&gt; where TLastTransformer : class, ITransformer" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit TransformerChain`1&lt;class (class Microsoft.ML.ITransformer) TLastTransformer&gt; extends System.Object implements class Microsoft.ML.ICanSaveModel, class Microsoft.ML.ITransformer, class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.ML.ITransformer&gt;, class System.Collections.IEnumerable" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class TransformerChain(Of TLastTransformer)&#xA;Implements IEnumerable(Of ITransformer), ITransformer" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
@ -36,7 +36,7 @@
<Interface>
<InterfaceName>System.Collections.IEnumerable</InterfaceName>
</Interface>
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
@ -63,7 +63,7 @@
<Parameters>
<Parameter Name="transformers" Type="Microsoft.ML.ITransformer[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -1,5 +1,5 @@
<Type Name="VBufferEditor&lt;T&gt;" FullName="Microsoft.ML.Data.VBufferEditor&lt;T&gt;">
<TypeSignature Language="C#" Value="public struct VBufferEditor&lt;T&gt;" />
<TypeSignature Language="C#" Value="public readonly ref struct VBufferEditor&lt;T&gt;" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit VBufferEditor`1&lt;T&gt; extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Data.VBufferEditor`1" />
<TypeSignature Language="VB.NET" Value="Public Structure VBufferEditor(Of T)" />

Просмотреть файл

@ -1,5 +1,5 @@
<Type Name="VBuffer&lt;T&gt;" FullName="Microsoft.ML.Data.VBuffer&lt;T&gt;">
<TypeSignature Language="C#" Value="public struct VBuffer&lt;T&gt;" />
<TypeSignature Language="C#" Value="public readonly struct VBuffer&lt;T&gt;" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit VBuffer`1&lt;T&gt; extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Data.VBuffer`1" />
<TypeSignature Language="VB.NET" Value="Public Structure VBuffer(Of T)" />

Просмотреть файл

@ -85,7 +85,7 @@
<Parameter Name="itemType" Type="Microsoft.ML.Data.PrimitiveDataViewType" />
<Parameter Name="dimensions" Type="System.Int32[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -80,7 +80,7 @@
<Parameters>
<Parameter Name="dimensions" Type="System.Int32[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -1,5 +1,5 @@
<Type Name="ChannelMessage" FullName="Microsoft.ML.Runtime.ChannelMessage">
<TypeSignature Language="C#" Value="public struct ChannelMessage" />
<TypeSignature Language="C#" Value="public readonly struct ChannelMessage" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit ChannelMessage extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Runtime.ChannelMessage" />
<TypeSignature Language="VB.NET" Value="Public Structure ChannelMessage" />

Просмотреть файл

@ -70,7 +70,7 @@
<Parameter Name="fmt" Type="System.String" />
<Parameter Name="args" Type="System.Object[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>
@ -129,7 +129,7 @@
<Parameter Name="fmt" Type="System.String" />
<Parameter Name="args" Type="System.Object[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>
@ -188,7 +188,7 @@
<Parameter Name="fmt" Type="System.String" />
<Parameter Name="args" Type="System.Object[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>
@ -247,7 +247,7 @@
<Parameter Name="fmt" Type="System.String" />
<Parameter Name="args" Type="System.Object[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -49,7 +49,7 @@
<Parameters>
<Parameter Name="values" Type="System.Nullable&lt;System.Double&gt;[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -33,7 +33,7 @@
<Parameters>
<Parameter Name="unitNames" Type="System.String[]">
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet">
<Attribute>
<AttributeName Language="C#">[System.ParamArray]</AttributeName>
<AttributeName Language="F#">[&lt;System.ParamArray&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -0,0 +1,64 @@
<Type Name="GeLUFast" FullName="Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast">
<TypeSignature Language="C#" Value="public class GeLUFast : TorchSharp.torch.nn.Module" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit GeLUFast extends TorchSharp.torch/nn/Module" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast" />
<TypeSignature Language="VB.NET" Value="Public Class GeLUFast&#xA;Inherits torch.nn.Module" />
<TypeSignature Language="F#" Value="type GeLUFast = class&#xA; inherit torch.nn.Module" />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>TorchSharp.torch+nn+Module</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
See https://arxiv.org/pdf/1606.08415.pdf:
y = 0.5x * (1 + tanh(sqrt(2/Pi) * (x + 0.044715 x^3)))
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GeLUFast ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="forward">
<MemberSignature Language="C#" Value="public override TorchSharp.torch.Tensor forward (TorchSharp.torch.Tensor x);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class TorchSharp.torch/Tensor forward(class TorchSharp.torch/Tensor x) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.NasBert.Modules.GeLUFast.forward(TorchSharp.torch.Tensor)" />
<MemberSignature Language="VB.NET" Value="Public Overrides Function forward (x As torch.Tensor) As torch.Tensor" />
<MemberSignature Language="F#" Value="override this.forward : TorchSharp.torch.Tensor -&gt; TorchSharp.torch.Tensor" Usage="geLUFast.forward x" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>TorchSharp.torch+Tensor</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="x" Type="TorchSharp.torch+Tensor" />
</Parameters>
<Docs>
<param name="x">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -0,0 +1,41 @@
<Type Name="BertArchitecture" FullName="Microsoft.ML.TorchSharp.NasBert.BertArchitecture">
<TypeSignature Language="C#" Value="public enum BertArchitecture" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed BertArchitecture extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.NasBert.BertArchitecture" />
<TypeSignature Language="VB.NET" Value="Public Enum BertArchitecture" />
<TypeSignature Language="F#" Value="type BertArchitecture = " />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>
Sentence classification model.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Roberta">
<MemberSignature Language="C#" Value="Roberta" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.ML.TorchSharp.NasBert.BertArchitecture Roberta = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.BertArchitecture.Roberta" />
<MemberSignature Language="VB.NET" Value="Roberta" />
<MemberSignature Language="F#" Value="Roberta = 0" Usage="Microsoft.ML.TorchSharp.NasBert.BertArchitecture.Roberta" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.BertArchitecture</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -0,0 +1,98 @@
<Type Name="BertTaskType" FullName="Microsoft.ML.TorchSharp.NasBert.BertTaskType">
<TypeSignature Language="C#" Value="public enum BertTaskType" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed BertTaskType extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.NasBert.BertTaskType" />
<TypeSignature Language="VB.NET" Value="Public Enum BertTaskType" />
<TypeSignature Language="F#" Value="type BertTaskType = " />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>
These are taken from the TorchSharp model we are implementing.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="MaskedLM">
<MemberSignature Language="C#" Value="MaskedLM" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.ML.TorchSharp.NasBert.BertTaskType MaskedLM = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.MaskedLM" />
<MemberSignature Language="VB.NET" Value="MaskedLM" />
<MemberSignature Language="F#" Value="MaskedLM = 1" Usage="Microsoft.ML.TorchSharp.NasBert.BertTaskType.MaskedLM" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.BertTaskType</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.ML.TorchSharp.NasBert.BertTaskType None = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.None" />
<MemberSignature Language="VB.NET" Value="None" />
<MemberSignature Language="F#" Value="None = 0" Usage="Microsoft.ML.TorchSharp.NasBert.BertTaskType.None" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.BertTaskType</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
<Member MemberName="SentenceRegression">
<MemberSignature Language="C#" Value="SentenceRegression" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.ML.TorchSharp.NasBert.BertTaskType SentenceRegression = int32(3)" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.SentenceRegression" />
<MemberSignature Language="VB.NET" Value="SentenceRegression" />
<MemberSignature Language="F#" Value="SentenceRegression = 3" Usage="Microsoft.ML.TorchSharp.NasBert.BertTaskType.SentenceRegression" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.BertTaskType</ReturnType>
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
<Member MemberName="TextClassification">
<MemberSignature Language="C#" Value="TextClassification" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.ML.TorchSharp.NasBert.BertTaskType TextClassification = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.BertTaskType.TextClassification" />
<MemberSignature Language="VB.NET" Value="TextClassification" />
<MemberSignature Language="F#" Value="TextClassification = 2" Usage="Microsoft.ML.TorchSharp.NasBert.BertTaskType.TextClassification" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.BertTaskType</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -0,0 +1,79 @@
<Type Name="TextClassificationTrainer" FullName="Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer">
<TypeSignature Language="C#" Value="public sealed class TextClassificationTrainer : Microsoft.ML.IEstimator&lt;Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer&gt;" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit TextClassificationTrainer extends System.Object implements class Microsoft.ML.IEstimator`1&lt;class Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer&gt;" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class TextClassificationTrainer&#xA;Implements IEstimator(Of TextClassificationTransformer)" />
<TypeSignature Language="F#" Value="type TextClassificationTrainer = class&#xA; interface IEstimator&lt;TextClassificationTransformer&gt;" />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.ML.IEstimator&lt;Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer&gt;</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Fit">
<MemberSignature Language="C#" Value="public Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer Fit (Microsoft.ML.IDataView input);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer Fit(class Microsoft.ML.IDataView input) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer.Fit(Microsoft.ML.IDataView)" />
<MemberSignature Language="VB.NET" Value="Public Function Fit (input As IDataView) As TextClassificationTransformer" />
<MemberSignature Language="F#" Value="abstract member Fit : Microsoft.ML.IDataView -&gt; Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer&#xA;override this.Fit : Microsoft.ML.IDataView -&gt; Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer" Usage="textClassificationTrainer.Fit input" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.ML.IEstimator`1.Fit(Microsoft.ML.IDataView)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="input" Type="Microsoft.ML.IDataView" />
</Parameters>
<Docs>
<param name="input">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetOutputSchema">
<MemberSignature Language="C#" Value="public Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.ML.SchemaShape GetOutputSchema(class Microsoft.ML.SchemaShape inputSchema) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer.GetOutputSchema(Microsoft.ML.SchemaShape)" />
<MemberSignature Language="VB.NET" Value="Public Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape" />
<MemberSignature Language="F#" Value="abstract member GetOutputSchema : Microsoft.ML.SchemaShape -&gt; Microsoft.ML.SchemaShape&#xA;override this.GetOutputSchema : Microsoft.ML.SchemaShape -&gt; Microsoft.ML.SchemaShape" Usage="textClassificationTrainer.GetOutputSchema inputSchema" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.ML.IEstimator`1.GetOutputSchema(Microsoft.ML.SchemaShape)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.SchemaShape</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="inputSchema" Type="Microsoft.ML.SchemaShape" />
</Parameters>
<Docs>
<param name="inputSchema">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -0,0 +1,102 @@
<Type Name="TextClassificationTransformer" FullName="Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer">
<TypeSignature Language="C#" Value="public sealed class TextClassificationTransformer : Microsoft.ML.Data.RowToRowTransformerBase" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit TextClassificationTransformer extends Microsoft.ML.Data.RowToRowTransformerBase" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class TextClassificationTransformer&#xA;Inherits RowToRowTransformerBase" />
<TypeSignature Language="F#" Value="type TextClassificationTransformer = class&#xA; inherit RowToRowTransformerBase" />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.ML.Data.RowToRowTransformerBase</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="GetOutputSchema">
<MemberSignature Language="C#" Value="public Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.ML.SchemaShape GetOutputSchema(class Microsoft.ML.SchemaShape inputSchema) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.GetOutputSchema(Microsoft.ML.SchemaShape)" />
<MemberSignature Language="VB.NET" Value="Public Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape" />
<MemberSignature Language="F#" Value="override this.GetOutputSchema : Microsoft.ML.SchemaShape -&gt; Microsoft.ML.SchemaShape" Usage="textClassificationTransformer.GetOutputSchema inputSchema" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.SchemaShape</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="inputSchema" Type="Microsoft.ML.SchemaShape" />
</Parameters>
<Docs>
<param name="inputSchema">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LabelColumn">
<MemberSignature Language="C#" Value="public readonly Microsoft.ML.SchemaShape.Column LabelColumn;" />
<MemberSignature Language="ILAsm" Value=".field public initonly valuetype Microsoft.ML.SchemaShape/Column LabelColumn" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.LabelColumn" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly LabelColumn As SchemaShape.Column " />
<MemberSignature Language="F#" Value="val mutable LabelColumn : Microsoft.ML.SchemaShape.Column" Usage="Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.LabelColumn" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.SchemaShape+Column</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SentenceColumn">
<MemberSignature Language="C#" Value="public readonly Microsoft.ML.SchemaShape.Column SentenceColumn;" />
<MemberSignature Language="ILAsm" Value=".field public initonly valuetype Microsoft.ML.SchemaShape/Column SentenceColumn" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.SentenceColumn" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly SentenceColumn As SchemaShape.Column " />
<MemberSignature Language="F#" Value="val mutable SentenceColumn : Microsoft.ML.SchemaShape.Column" Usage="Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.SentenceColumn" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.SchemaShape+Column</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SentenceColumn2">
<MemberSignature Language="C#" Value="public readonly Microsoft.ML.SchemaShape.Column SentenceColumn2;" />
<MemberSignature Language="ILAsm" Value=".field public initonly valuetype Microsoft.ML.SchemaShape/Column SentenceColumn2" />
<MemberSignature Language="DocId" Value="F:Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.SentenceColumn2" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly SentenceColumn2 As SchemaShape.Column " />
<MemberSignature Language="F#" Value="val mutable SentenceColumn2 : Microsoft.ML.SchemaShape.Column" Usage="Microsoft.ML.TorchSharp.NasBert.TextClassificationTransformer.SentenceColumn2" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.SchemaShape+Column</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -0,0 +1,480 @@
<Type Name="DefaultDictionary&lt;TKey,TValue&gt;" FullName="Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;TKey,TValue&gt;">
<TypeSignature Language="C#" Value="public class DefaultDictionary&lt;TKey,TValue&gt; : System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;, System.Collections.Generic.IDictionary&lt;TKey,TValue&gt;, System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit DefaultDictionary`2&lt;TKey, TValue&gt; extends System.Object implements class System.Collections.Generic.ICollection`1&lt;valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt;&gt;, class System.Collections.Generic.IDictionary`2&lt;!TKey, !TValue&gt;, class System.Collections.Generic.IEnumerable`1&lt;valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt;&gt;, class System.Collections.IEnumerable" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2" />
<TypeSignature Language="VB.NET" Value="Public Class DefaultDictionary(Of TKey, TValue)&#xA;Implements ICollection(Of KeyValuePair(Of TKey, TValue)), IDictionary(Of TKey, TValue), IEnumerable(Of KeyValuePair(Of TKey, TValue))" />
<TypeSignature Language="F#" Value="type DefaultDictionary&lt;'Key, 'Value&gt; = class&#xA; interface IDictionary&lt;'Key, 'Value&gt;&#xA; interface ICollection&lt;KeyValuePair&lt;'Key, 'Value&gt;&gt;&#xA; interface seq&lt;KeyValuePair&lt;'Key, 'Value&gt;&gt;&#xA; interface IEnumerable" />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="TKey" />
<TypeParameter Name="TValue" />
</TypeParameters>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IDictionary&lt;TKey,TValue&gt;</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable&lt;T&gt;</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.IEnumerable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Serializable]</AttributeName>
<AttributeName Language="F#">[&lt;System.Serializable&gt;]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<typeparam name="TKey" />
<typeparam name="TValue" />
<summary>
Dictionary with a default value for unseen keys.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DefaultDictionary (Func&lt;TValue&gt; init);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Func`1&lt;!TValue&gt; init) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.#ctor(System.Func{`1})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (init As Func(Of TValue))" />
<MemberSignature Language="F#" Value="new Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt; : Func&lt;'Value&gt; -&gt; Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt;" Usage="new Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt; init" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="init" Type="System.Func&lt;TValue&gt;" />
</Parameters>
<Docs>
<param name="init">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Add">
<MemberSignature Language="C#" Value="public void Add (System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt; item);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Add(valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt; item) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})" />
<MemberSignature Language="VB.NET" Value="Public Sub Add (item As KeyValuePair(Of TKey, TValue))" />
<MemberSignature Language="F#" Value="abstract member Add : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt; -&gt; unit&#xA;override this.Add : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt; -&gt; unit" Usage="defaultDictionary.Add item" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.ICollection`1.Add(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="item" Type="System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;" />
</Parameters>
<Docs>
<param name="item">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Add">
<MemberSignature Language="C#" Value="public void Add (TKey key, TValue value);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Add(!TKey key, !TValue value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Add(`0,`1)" />
<MemberSignature Language="VB.NET" Value="Public Sub Add (key As TKey, value As TValue)" />
<MemberSignature Language="F#" Value="abstract member Add : 'Key * 'Value -&gt; unit&#xA;override this.Add : 'Key * 'Value -&gt; unit" Usage="defaultDictionary.Add (key, value)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IDictionary`2.Add(`0,`1)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="TKey" />
<Parameter Name="value" Type="TValue" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Clear">
<MemberSignature Language="C#" Value="public void Clear ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Clear() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Clear" />
<MemberSignature Language="VB.NET" Value="Public Sub Clear ()" />
<MemberSignature Language="F#" Value="abstract member Clear : unit -&gt; unit&#xA;override this.Clear : unit -&gt; unit" Usage="defaultDictionary.Clear " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.ICollection`1.Clear</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Contains">
<MemberSignature Language="C#" Value="public bool Contains (System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt; item);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Contains(valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt; item) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})" />
<MemberSignature Language="VB.NET" Value="Public Function Contains (item As KeyValuePair(Of TKey, TValue)) As Boolean" />
<MemberSignature Language="F#" Value="abstract member Contains : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt; -&gt; bool&#xA;override this.Contains : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt; -&gt; bool" Usage="defaultDictionary.Contains item" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.ICollection`1.Contains(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="item" Type="System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;" />
</Parameters>
<Docs>
<param name="item">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ContainsKey">
<MemberSignature Language="C#" Value="public bool ContainsKey (TKey key);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool ContainsKey(!TKey key) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.ContainsKey(`0)" />
<MemberSignature Language="VB.NET" Value="Public Function ContainsKey (key As TKey) As Boolean" />
<MemberSignature Language="F#" Value="abstract member ContainsKey : 'Key -&gt; bool&#xA;override this.ContainsKey : 'Key -&gt; bool" Usage="defaultDictionary.ContainsKey key" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IDictionary`2.ContainsKey(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="TKey" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CopyTo">
<MemberSignature Language="C#" Value="public void CopyTo (System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;[] array, int arrayIndex);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void CopyTo(valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt;[] array, int32 arrayIndex) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)" />
<MemberSignature Language="VB.NET" Value="Public Sub CopyTo (array As KeyValuePair(Of TKey, TValue)(), arrayIndex As Integer)" />
<MemberSignature Language="F#" Value="abstract member CopyTo : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt;[] * int -&gt; unit&#xA;override this.CopyTo : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt;[] * int -&gt; unit" Usage="defaultDictionary.CopyTo (array, arrayIndex)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="array" Type="System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;[]" />
<Parameter Name="arrayIndex" Type="System.Int32" />
</Parameters>
<Docs>
<param name="array">To be added.</param>
<param name="arrayIndex">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Count">
<MemberSignature Language="C#" Value="public int Count { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 Count" />
<MemberSignature Language="DocId" Value="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Count" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Count As Integer" />
<MemberSignature Language="F#" Value="member this.Count : int" Usage="Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt;.Count" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Collections.Generic.ICollection`1.Count</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetEnumerator">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt; GetEnumerator ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.Generic.IEnumerator`1&lt;valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt;&gt; GetEnumerator() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.GetEnumerator" />
<MemberSignature Language="VB.NET" Value="Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of TKey, TValue))" />
<MemberSignature Language="F#" Value="abstract member GetEnumerator : unit -&gt; System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt;&gt;&#xA;override this.GetEnumerator : unit -&gt; System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt;&gt;" Usage="defaultDictionary.GetEnumerator " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IEnumerable`1.GetEnumerator</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsReadOnly">
<MemberSignature Language="C#" Value="public bool IsReadOnly { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsReadOnly" />
<MemberSignature Language="DocId" Value="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.IsReadOnly" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property IsReadOnly As Boolean" />
<MemberSignature Language="F#" Value="member this.IsReadOnly : bool" Usage="Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt;.IsReadOnly" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Collections.Generic.ICollection`1.IsReadOnly</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Item">
<MemberSignature Language="C#" Value="public TValue this[TKey key] { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance !TValue Item(!TKey)" />
<MemberSignature Language="DocId" Value="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Item(`0)" />
<MemberSignature Language="VB.NET" Value="Default Public Property Item(key As TKey) As TValue" />
<MemberSignature Language="F#" Value="member this.Item('Key) : 'Value with get, set" Usage="Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt;.Item" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Collections.Generic.IDictionary`2.Item(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>TValue</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="TKey" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Keys">
<MemberSignature Language="C#" Value="public System.Collections.Generic.ICollection&lt;TKey&gt; Keys { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.ICollection`1&lt;!TKey&gt; Keys" />
<MemberSignature Language="DocId" Value="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Keys" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Keys As ICollection(Of TKey)" />
<MemberSignature Language="F#" Value="member this.Keys : System.Collections.Generic.ICollection&lt;'Key&gt;" Usage="Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt;.Keys" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Collections.Generic.IDictionary`2.Keys</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.ICollection&lt;TKey&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Remove">
<MemberSignature Language="C#" Value="public bool Remove (System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt; item);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Remove(valuetype System.Collections.Generic.KeyValuePair`2&lt;!TKey, !TValue&gt; item) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})" />
<MemberSignature Language="VB.NET" Value="Public Function Remove (item As KeyValuePair(Of TKey, TValue)) As Boolean" />
<MemberSignature Language="F#" Value="abstract member Remove : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt; -&gt; bool&#xA;override this.Remove : System.Collections.Generic.KeyValuePair&lt;'Key, 'Value&gt; -&gt; bool" Usage="defaultDictionary.Remove item" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.ICollection`1.Remove(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="item" Type="System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;" />
</Parameters>
<Docs>
<param name="item">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Remove">
<MemberSignature Language="C#" Value="public bool Remove (TKey key);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Remove(!TKey key) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Remove(`0)" />
<MemberSignature Language="VB.NET" Value="Public Function Remove (key As TKey) As Boolean" />
<MemberSignature Language="F#" Value="abstract member Remove : 'Key -&gt; bool&#xA;override this.Remove : 'Key -&gt; bool" Usage="defaultDictionary.Remove key" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IDictionary`2.Remove(`0)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="TKey" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.Collections.IEnumerable.GetEnumerator">
<MemberSignature Language="C#" Value="System.Collections.IEnumerator IEnumerable.GetEnumerator ();" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.System#Collections#IEnumerable#GetEnumerator" />
<MemberSignature Language="VB.NET" Value="Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator" />
<MemberSignature Language="F#" Value="abstract member System.Collections.IEnumerable.GetEnumerator : unit -&gt; System.Collections.IEnumerator&#xA;override this.System.Collections.IEnumerable.GetEnumerator : unit -&gt; System.Collections.IEnumerator" Usage="defaultDictionary.System.Collections.IEnumerable.GetEnumerator " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.IEnumerable.GetEnumerator</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.IEnumerator</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TryGetValue">
<MemberSignature Language="C#" Value="public bool TryGetValue (TKey key, out TValue value);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool TryGetValue(!TKey key, [out] !TValue&amp; value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.TryGetValue(`0,`1@)" />
<MemberSignature Language="VB.NET" Value="Public Function TryGetValue (key As TKey, ByRef value As TValue) As Boolean" />
<MemberSignature Language="F#" Value="abstract member TryGetValue : 'Key * 'Value -&gt; bool&#xA;override this.TryGetValue : 'Key * 'Value -&gt; bool" Usage="defaultDictionary.TryGetValue (key, value)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IDictionary`2.TryGetValue(`0,`1@)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="TKey" />
<Parameter Name="value" Type="TValue" RefType="out" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Values">
<MemberSignature Language="C#" Value="public System.Collections.Generic.ICollection&lt;TValue&gt; Values { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.ICollection`1&lt;!TValue&gt; Values" />
<MemberSignature Language="DocId" Value="P:Microsoft.ML.TorchSharp.Utils.DefaultDictionary`2.Values" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Values As ICollection(Of TValue)" />
<MemberSignature Language="F#" Value="member this.Values : System.Collections.Generic.ICollection&lt;'Value&gt;" Usage="Microsoft.ML.TorchSharp.Utils.DefaultDictionary&lt;'Key, 'Value&gt;.Values" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Collections.Generic.IDictionary`2.Values</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.ICollection&lt;TValue&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -0,0 +1,71 @@
<Type Name="TorchSharpCatalog" FullName="Microsoft.ML.TorchSharp.TorchSharpCatalog">
<TypeSignature Language="C#" Value="public static class TorchSharpCatalog" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit TorchSharpCatalog extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.TorchSharp.TorchSharpCatalog" />
<TypeSignature Language="VB.NET" Value="Public Module TorchSharpCatalog" />
<TypeSignature Language="F#" Value="type TorchSharpCatalog = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Collection of extension methods for <see cref="T:Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers" /> to create instances of TorchSharp trainer components.
</summary>
<remarks>
This requires additional nuget dependencies to link against TorchSharp native dlls. See <see cref="T:Microsoft.ML.Vision.ImageClassificationTrainer" /> for more information.
</remarks>
</Docs>
<Members>
<Member MemberName="TextClassification">
<MemberSignature Language="C#" Value="public static Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer TextClassification (this Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers catalog, string labelColumnName = &quot;Label&quot;, string outputColumnName = &quot;PredictedLabel&quot;, string sentence1ColumnName = &quot;Sentence1&quot;, string sentence2ColumnName = default, int numberOfClasses = 2, int batchSize = 32, int maxEpochs = 10, int maxUpdates = 2147483647, Microsoft.ML.IDataView validationSet = default, Microsoft.ML.TorchSharp.NasBert.BertArchitecture architecture = Microsoft.ML.TorchSharp.NasBert.BertArchitecture.Roberta);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer TextClassification(class Microsoft.ML.MulticlassClassificationCatalog/MulticlassClassificationTrainers catalog, string labelColumnName, string outputColumnName, string sentence1ColumnName, string sentence2ColumnName, int32 numberOfClasses, int32 batchSize, int32 maxEpochs, int32 maxUpdates, class Microsoft.ML.IDataView validationSet, valuetype Microsoft.ML.TorchSharp.NasBert.BertArchitecture architecture) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.TorchSharp.TorchSharpCatalog.TextClassification(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.ML.IDataView,Microsoft.ML.TorchSharp.NasBert.BertArchitecture)" />
<MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function TextClassification (catalog As MulticlassClassificationCatalog.MulticlassClassificationTrainers, Optional labelColumnName As String = &quot;Label&quot;, Optional outputColumnName As String = &quot;PredictedLabel&quot;, Optional sentence1ColumnName As String = &quot;Sentence1&quot;, Optional sentence2ColumnName As String = Nothing, Optional numberOfClasses As Integer = 2, Optional batchSize As Integer = 32, Optional maxEpochs As Integer = 10, Optional maxUpdates As Integer = 2147483647, Optional validationSet As IDataView = Nothing, Optional architecture As BertArchitecture = Microsoft.ML.TorchSharp.NasBert.BertArchitecture.Roberta) As TextClassificationTrainer" />
<MemberSignature Language="F#" Value="static member TextClassification : Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers * string * string * string * string * int * int * int * int * Microsoft.ML.IDataView * Microsoft.ML.TorchSharp.NasBert.BertArchitecture -&gt; Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer" Usage="Microsoft.ML.TorchSharp.TorchSharpCatalog.TextClassification (catalog, labelColumnName, outputColumnName, sentence1ColumnName, sentence2ColumnName, numberOfClasses, batchSize, maxEpochs, maxUpdates, validationSet, architecture)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.TorchSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.ML.TorchSharp.NasBert.TextClassificationTrainer</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="catalog" Type="Microsoft.ML.MulticlassClassificationCatalog+MulticlassClassificationTrainers" RefType="this" />
<Parameter Name="labelColumnName" Type="System.String" />
<Parameter Name="outputColumnName" Type="System.String" />
<Parameter Name="sentence1ColumnName" Type="System.String" />
<Parameter Name="sentence2ColumnName" Type="System.String" />
<Parameter Name="numberOfClasses" Type="System.Int32" />
<Parameter Name="batchSize" Type="System.Int32" />
<Parameter Name="maxEpochs" Type="System.Int32" />
<Parameter Name="maxUpdates" Type="System.Int32" />
<Parameter Name="validationSet" Type="Microsoft.ML.IDataView" />
<Parameter Name="architecture" Type="Microsoft.ML.TorchSharp.NasBert.BertArchitecture" />
</Parameters>
<Docs>
<param name="catalog">The transform's catalog.</param>
<param name="labelColumnName">Name of the label column. Column should be of type Int64.</param>
<param name="outputColumnName">Name of the output column. It will be of type Double. It is the predicted label.</param>
<param name="sentence1ColumnName">Name of the column for the first sentence.</param>
<param name="sentence2ColumnName">Name of the column for the second sentence. Only required if your NLP classification requires sentence pairs.</param>
<param name="numberOfClasses">Number of classes to train on.</param>
<param name="batchSize">Number of rows in the batch.</param>
<param name="maxEpochs">Maximum number of times to loop through your training set.</param>
<param name="maxUpdates">Maximum number of batches to run. Will stop training when this number is hit.</param>
<param name="validationSet">The validation set used while training to improve model quality.</param>
<param name="architecture">Architecture for the model. Defaults to Roberta.</param>
<summary>
Fine tune a NAS-BERT model for NLP classification.
</summary>
<returns />
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>

Просмотреть файл

@ -47,7 +47,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Option for using best regression step trees", ShortName="bsr")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Option for using best regression step trees", ShortName="bsr")&gt;]</AttributeName>
</Attribute>
@ -221,7 +221,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The learning rate", ShortName="lr", SortOrder=4)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The learning rate", ShortName="lr", SortOrder=4)&gt;]</AttributeName>
</Attribute>
@ -260,7 +260,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Number of post-bracket line search steps", ShortName="lssteps")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Number of post-bracket line search steps", ShortName="lssteps")&gt;]</AttributeName>
</Attribute>
@ -318,7 +318,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum line search step size", ShortName="minstep")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum line search step size", ShortName="minstep")&gt;]</AttributeName>
</Attribute>
@ -349,7 +349,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Optimization algorithm to be used (GradientDescent, AcceleratedGradientDescent)", ShortName="oa")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Optimization algorithm to be used (GradientDescent, AcceleratedGradientDescent)", ShortName="oa")&gt;]</AttributeName>
</Attribute>
@ -445,7 +445,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Training starts from random ordering (determined by /r1)", Hide=true, ShortName="rs")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Training starts from random ordering (determined by /r1)", Hide=true, ShortName="rs")&gt;]</AttributeName>
</Attribute>
@ -515,7 +515,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Should we use line search for a step size", ShortName="ls")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Should we use line search for a step size", ShortName="ls")&gt;]</AttributeName>
</Attribute>
@ -546,7 +546,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Use window and tolerance for pruning", ShortName="prtol")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Use window and tolerance for pruning", ShortName="prtol")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fastforest.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.FastForestBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastForestBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.FastForestBinaryTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -48,7 +48,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Shuffle the labels on every iteration. Useful probably only if using this tree as a tree leaf featurizer for multiclass.")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Shuffle the labels on every iteration. Useful probably only if using this tree as a tree leaf featurizer for multiclass.")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fastforest.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastForestRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastForestRegressionTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastForest(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastForestRegressionTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -112,7 +112,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Option for using derivatives optimized for unbalanced sets", ShortName="us")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Option for using derivatives optimized for unbalanced sets", ShortName="us")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fasttree.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.FastTreeBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.FastTreeBinaryTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -63,7 +63,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Comma-separated list of gains associated to each relevance label.", ShortName="gains")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Comma-separated list of gains associated to each relevance label.", ShortName="gains")&gt;]</AttributeName>
</Attribute>
@ -179,7 +179,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Train DCG instead of NDCG", ShortName="dcg")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Train DCG instead of NDCG", ShortName="dcg")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fasttree.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeRankingTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RankingCatalog.RankingTrainers,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fasttree.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTree(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeRegressionTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -85,7 +85,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Index parameter for the Tweedie distribution, in the range [1, 2]. 1 is Poisson loss, 2 is gamma loss, and intermediate values are compound Poisson loss.")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Index parameter for the Tweedie distribution, in the range [1, 2]. 1 is Poisson loss, 2 is gamma loss, and intermediate values are compound Poisson loss.")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -48,9 +48,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTreeTweedie(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeTweedieTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.FastTreeTweedieTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTreeTweedie(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Double)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.FastTreeTweedie(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.FastTreeTweedieTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -53,7 +53,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Should we use derivatives optimized for unbalanced sets", ShortName="us")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Should we use derivatives optimized for unbalanced sets", ShortName="us")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-gam.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.Gam(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.GamBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.GamBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.Gam(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Double)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.Gam(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FastTree.GamBinaryTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -40,9 +40,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-gam.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TreeExtensions.Gam(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.GamRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FastTree.GamRegressionTrainer.Options" />
<altmember cref="M:Microsoft.ML.TreeExtensions.Gam(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Double)" />
<altmember cref="M:Microsoft.ML.TreeExtensions.Gam(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.FastTree.GamRegressionTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -65,7 +65,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to utilize the disk or the data's native transposition facilities (where applicable) when performing the transpose", ShortName="dt")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to utilize the disk or the data's native transposition facilities (where applicable) when performing the transpose", ShortName="dt")&gt;]</AttributeName>
</Attribute>
@ -123,7 +123,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The entropy (regularization) coefficient between 0 and 1", ShortName="e")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The entropy (regularization) coefficient between 0 and 1", ShortName="e")&gt;]</AttributeName>
</Attribute>
@ -154,7 +154,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to collectivize features during dataset preparation to speed up training", Hide=true, ShortName="flocks")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to collectivize features during dataset preparation to speed up training", Hide=true, ShortName="flocks")&gt;]</AttributeName>
</Attribute>
@ -185,7 +185,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Tree fitting gain confidence requirement (should be in the range [0,1) ).", ShortName="gainconf")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Tree fitting gain confidence requirement (should be in the range [0,1) ).", ShortName="gainconf")&gt;]</AttributeName>
</Attribute>
@ -247,7 +247,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The learning rate", ShortName="lr", SortOrder=4)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The learning rate", ShortName="lr", SortOrder=4)&gt;]</AttributeName>
</Attribute>
@ -286,7 +286,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum number of distinct values (bins) per feature", ShortName="mb")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum number of distinct values (bins) per feature", ShortName="mb")&gt;]</AttributeName>
</Attribute>
@ -344,7 +344,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum number of training instances required to form a partition", ShortName="mi", SortOrder=3)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum number of training instances required to form a partition", ShortName="mi", SortOrder=3)&gt;]</AttributeName>
</Attribute>
@ -383,7 +383,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Total number of iterations over all features", ShortName="iter", SortOrder=1)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Total number of iterations over all features", ShortName="iter", SortOrder=1)&gt;]</AttributeName>
</Attribute>
@ -422,7 +422,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The number of threads to use", NullName="&lt;Auto&gt;", ShortName="t")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The number of threads to use", NullName="&lt;Auto&gt;", ShortName="t")&gt;]</AttributeName>
</Attribute>
@ -453,7 +453,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The seed of the random number generator", ShortName="r1")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The seed of the random number generator", ShortName="r1")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -132,7 +132,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Bias for calculating gradient for each feature bin for a categorical feature.", ShortName="bias")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Bias for calculating gradient for each feature bin for a categorical feature.", ShortName="bias")&gt;]</AttributeName>
</Attribute>
@ -163,7 +163,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Bundle low population bins. Bundle.None(0): no bundling, Bundle.AggregateLowPopulation(1): Bundle low population, Bundle.Adjacent(2): Neighbor low population bundle.", ShortName="bundle")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Bundle low population bins. Bundle.None(0): no bundling, Bundle.AggregateLowPopulation(1): Bundle low population, Bundle.Adjacent(2): Neighbor low population bundle.", ShortName="bundle")&gt;]</AttributeName>
</Attribute>
@ -194,7 +194,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to do split based on multiple categorical feature values.", ShortName="cat")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to do split based on multiple categorical feature values.", ShortName="cat")&gt;]</AttributeName>
</Attribute>
@ -225,7 +225,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Compress the tree Ensemble", Hide=true, ShortName="cmp")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Compress the tree Ensemble", Hide=true, ShortName="cmp")&gt;]</AttributeName>
</Attribute>
@ -260,7 +260,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to utilize the disk or the data's native transposition facilities (where applicable) when performing the transpose", ShortName="dt")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to utilize the disk or the data's native transposition facilities (where applicable) when performing the transpose", ShortName="dt")&gt;]</AttributeName>
</Attribute>
@ -291,7 +291,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The entropy (regularization) coefficient between 0 and 1", ShortName="e")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The entropy (regularization) coefficient between 0 and 1", ShortName="e")&gt;]</AttributeName>
</Attribute>
@ -349,7 +349,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The feature first use penalty coefficient", ShortName="ffup")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The feature first use penalty coefficient", ShortName="ffup")&gt;]</AttributeName>
</Attribute>
@ -380,7 +380,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to collectivize features during dataset preparation to speed up training", Hide=true, ShortName="flocks")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to collectivize features during dataset preparation to speed up training", Hide=true, ShortName="flocks")&gt;]</AttributeName>
</Attribute>
@ -466,7 +466,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The feature re-use penalty (regularization) coefficient", ShortName="frup")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The feature re-use penalty (regularization) coefficient", ShortName="frup")&gt;]</AttributeName>
</Attribute>
@ -497,7 +497,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The seed of the active feature selection", Hide=true, ShortName="r3")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The seed of the active feature selection", Hide=true, ShortName="r3")&gt;]</AttributeName>
</Attribute>
@ -532,7 +532,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Tree fitting gain confidence requirement (should be in the range [0,1) ).", ShortName="gainconf")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Tree fitting gain confidence requirement (should be in the range [0,1) ).", ShortName="gainconf")&gt;]</AttributeName>
</Attribute>
@ -567,7 +567,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The number of histograms in the pool (between 2 and numLeaves)", ShortName="ps")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The number of histograms in the pool (between 2 and numLeaves)", ShortName="ps")&gt;]</AttributeName>
</Attribute>
@ -598,7 +598,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum number of distinct values (bins) per feature", ShortName="mb")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum number of distinct values (bins) per feature", ShortName="mb")&gt;]</AttributeName>
</Attribute>
@ -629,7 +629,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum categorical split groups to consider when splitting on a categorical feature. Split groups are a collection of split points. This is used to reduce overfitting when there many categorical features.", ShortName="mcg")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum categorical split groups to consider when splitting on a categorical feature. Split groups are a collection of split points. This is used to reduce overfitting when there many categorical features.", ShortName="mcg")&gt;]</AttributeName>
</Attribute>
@ -660,7 +660,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum categorical split points to consider when splitting on a categorical feature.", ShortName="maxcat")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Maximum categorical split points to consider when splitting on a categorical feature.", ShortName="maxcat")&gt;]</AttributeName>
</Attribute>
@ -691,7 +691,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The minimal number of examples allowed in a leaf of a regression tree, out of the subsampled data", ShortName="mil", SortOrder=3)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The minimal number of examples allowed in a leaf of a regression tree, out of the subsampled data", ShortName="mil", SortOrder=3)&gt;]</AttributeName>
</Attribute>
@ -730,7 +730,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum categorical example percentage in a bin to consider for a split.", ShortName="mdop")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum categorical example percentage in a bin to consider for a split.", ShortName="mdop")&gt;]</AttributeName>
</Attribute>
@ -761,7 +761,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum categorical example count in a bin to consider for a split.", ShortName="mdo")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Minimum categorical example count in a bin to consider for a split.", ShortName="mdo")&gt;]</AttributeName>
</Attribute>
@ -792,7 +792,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The max number of leaves in each regression tree", ShortName="nl", SortOrder=2)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The max number of leaves in each regression tree", ShortName="nl", SortOrder=2)&gt;]</AttributeName>
</Attribute>
@ -831,7 +831,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The number of threads to use", NullName="&lt;Auto&gt;", ShortName="t")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The number of threads to use", NullName="&lt;Auto&gt;", ShortName="t")&gt;]</AttributeName>
</Attribute>
@ -862,7 +862,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Total number of decision trees to create in the ensemble", ShortName="iter", SortOrder=1)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Total number of decision trees to create in the ensemble", ShortName="iter", SortOrder=1)&gt;]</AttributeName>
</Attribute>
@ -901,7 +901,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The seed of the random number generator", ShortName="r1")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="The seed of the random number generator", ShortName="r1")&gt;]</AttributeName>
</Attribute>
@ -986,7 +986,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Sparsity level needed to use sparse feature representation", ShortName="sp")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Sparsity level needed to use sparse feature representation", ShortName="sp")&gt;]</AttributeName>
</Attribute>
@ -1017,7 +1017,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Calculate metric values for train/valid/test every k rounds", ShortName="tf")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Calculate metric values for train/valid/test every k rounds", ShortName="tf")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -112,7 +112,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Use for multi-class classification when training data is not balanced", ShortName="us")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Use for multi-class classification when training data is not balanced", ShortName="us")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -41,9 +41,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-lightgbm.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Int32)" />
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.LightGbm.LightGbmMulticlassTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.LightGbm.LightGbmMulticlassTrainer.Options" />
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Int32)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -54,7 +54,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="An array of gains associated to each relevance label.", ShortName="gains")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="An array of gains associated to each relevance label.", ShortName="gains")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -41,9 +41,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-lightgbm.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.RankingCatalog.RankingTrainers,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Int32)" />
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.RankingCatalog.RankingTrainers,Microsoft.ML.Trainers.LightGbm.LightGbmRankingTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.LightGbm.LightGbmRankingTrainer.Options" />
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.RankingCatalog.RankingTrainers,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Int32)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -41,9 +41,9 @@
[!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-lightgbm.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Int32)" />
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.LightGbm.LightGbmRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.LightGbm.LightGbmRegressionTrainer.Options" />
<altmember cref="M:Microsoft.ML.LightGbmExtensions.LightGbm(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Int32)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -166,7 +166,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Enable special handling of missing value or not.", ShortName="hmv")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Enable special handling of missing value or not.", ShortName="hmv")&gt;]</AttributeName>
</Attribute>
@ -596,11 +596,11 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Enable usage of zero (0) as missing value.", ShortName="uzam")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.AtMostOnce, HelpText="Enable usage of zero (0) as missing value.", ShortName="uzam")&gt;]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.EntryPoints.TlcModule/SweepableDiscreteParam("UseZeroAsMissing", new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument }, false)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.EntryPoints.TlcModule/SweepableDiscreteParam("UseZeroAsMissing", new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument }, false)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -58,9 +58,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.AveragedPerceptronTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.AveragedPerceptronTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,Microsoft.ML.Trainers.IClassificationLoss,System.Single,System.Boolean,System.Single,System.Int32)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.AveragedPerceptron(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.AveragedPerceptronTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -132,7 +132,7 @@
</ReturnValue>
<Docs>
<summary>
Get the latent dimension. It's the tlngth of `v_{j, f}` in the doc: https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf
Get the latent dimension. It's the length of `v_{j, f}` in the doc: https://github.com/wschin/fast-ffm/blob/master/fast-ffm.pdf
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>

Просмотреть файл

@ -48,7 +48,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Extra columns to use for feature vectors. The i-th specified string denotes the column containing features form the (i+1)-th field. Note that the first field is specified by "feat" instead of "exfeat".", ShortName="exfeat", SortOrder=7)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Extra columns to use for feature vectors. The i-th specified string denotes the column containing features form the (i+1)-th field. Note that the first field is specified by "feat" instead of "exfeat".", ShortName="exfeat", SortOrder=7)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -72,10 +72,10 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="T:Microsoft.ML.Trainers.FieldAwareFactorizationMachineTrainer.Options" />
<altmember cref="M:Microsoft.ML.FactorizationMachineExtensions.FieldAwareFactorizationMachine(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String)" />
<altmember cref="M:Microsoft.ML.FactorizationMachineExtensions.FieldAwareFactorizationMachine(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String[],System.String,System.String)" />
<altmember cref="M:Microsoft.ML.FactorizationMachineExtensions.FieldAwareFactorizationMachine(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.FieldAwareFactorizationMachineTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.FieldAwareFactorizationMachineTrainer.Options" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -1,9 +1,9 @@
<Type Name="ITrainerEstimator&lt;TTransformer,TModel&gt;" FullName="Microsoft.ML.Trainers.ITrainerEstimator&lt;TTransformer,TModel&gt;">
<TypeSignature Language="C#" Value="public interface ITrainerEstimator&lt;out TTransformer,out TModel&gt; : Microsoft.ML.IEstimator&lt;out TTransformer&gt; where TTransformer : IPredictionTransformer&lt;out TModel&gt; where TModel : class" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITrainerEstimator`2&lt;(class Microsoft.ML.IPredictionTransformer`1&lt;!TModel&gt;) + TTransformer, class + TModel&gt; implements class Microsoft.ML.IEstimator`1&lt;!TTransformer&gt;" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="C#" Value="public interface ITrainerEstimator&lt;out TTransformer,out TModel&gt; : Microsoft.ML.IEstimator&lt;out TTransformer&gt; where TTransformer : IPredictionTransformer&lt;out TModel&gt; where TModel : class" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITrainerEstimator`2&lt;(class Microsoft.ML.IPredictionTransformer`1&lt;!TModel&gt;) + TTransformer, class + TModel&gt; implements class Microsoft.ML.IEstimator`1&lt;!TTransformer&gt;" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Trainers.ITrainerEstimator`2" />
<TypeSignature Language="VB.NET" Value="Public Interface ITrainerEstimator(Of Out TTransformer, Out TModel)&#xA;Implements IEstimator(Of Out TTransformer)" />
<TypeSignature Language="F#" Value="type ITrainerEstimator&lt;'ransformer, 'Model (requires 'ransformer :&gt; IPredictionTransformer&lt;'Model&gt; and 'Model : null)&gt; = interface&#xA; interface IEstimator&lt;'ransformer (requires 'ransformer :&gt; IPredictionTransformer&lt;'Model&gt;)&gt;" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="F#" Value="type ITrainerEstimator&lt;'ransformer, 'Model (requires 'ransformer :&gt; IPredictionTransformer&lt;'Model&gt; and 'Model : null)&gt; = interface&#xA; interface IEstimator&lt;'ransformer (requires 'ransformer :&gt; IPredictionTransformer&lt;'Model&gt;)&gt;" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<TypeSignature Language="C#" Value="public interface ITrainerEstimator&lt;out TTransformer,out TModel&gt; : Microsoft.ML.IEstimator&lt;out TTransformer&gt; where TTransformer : ISingleFeaturePredictionTransformer&lt;out TModel&gt; where TModel : class" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITrainerEstimator`2&lt;(class Microsoft.ML.ISingleFeaturePredictionTransformer`1&lt;!TModel&gt;) + TTransformer, class + TModel&gt; implements class Microsoft.ML.IEstimator`1&lt;!TTransformer&gt;" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
<TypeSignature Language="F#" Value="type ITrainerEstimator&lt;'ransformer, 'Model (requires 'ransformer :&gt; ISingleFeaturePredictionTransformer&lt;'Model&gt; and 'Model : null)&gt; = interface&#xA; interface IEstimator&lt;'ransformer (requires 'ransformer :&gt; ISingleFeaturePredictionTransformer&lt;'Model&gt;)&gt;" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
@ -44,7 +44,7 @@
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.ML.TrainerInfo Info" />
<MemberSignature Language="DocId" Value="P:Microsoft.ML.Trainers.ITrainerEstimator`2.Info" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Info As TrainerInfo" />
<MemberSignature Language="F#" Value="member this.Info : Microsoft.ML.TrainerInfo" Usage="Microsoft.ML.Trainers.ITrainerEstimator&lt;'ransformer, 'Model (requires 'ransformer :&gt; Microsoft.ML.IPredictionTransformer&lt;'Model&gt; and 'Model : null)&gt;.Info" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="F#" Value="member this.Info : Microsoft.ML.TrainerInfo" Usage="Microsoft.ML.Trainers.ITrainerEstimator&lt;'ransformer, 'Model (requires 'ransformer :&gt; Microsoft.ML.IPredictionTransformer&lt;'Model&gt; and 'Model : null)&gt;.Info" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="F#" Value="member this.Info : Microsoft.ML.TrainerInfo" Usage="Microsoft.ML.Trainers.ITrainerEstimator&lt;'ransformer, 'Model (requires 'ransformer :&gt; Microsoft.ML.ISingleFeaturePredictionTransformer&lt;'Model&gt; and 'Model : null)&gt;.Info" FrameworkAlternate="ml-dotnet-1.0.0;ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
<MemberType>Property</MemberType>
<AssemblyInfo>

Просмотреть файл

@ -66,9 +66,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LbfgsLogisticRegressionBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.LbfgsLogisticRegressionBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Single,System.Single,System.Single,System.Int32,System.Boolean)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LbfgsLogisticRegressionBinaryTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -61,9 +61,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.LbfgsMaximumEntropyMulticlassTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.LbfgsMaximumEntropyMulticlassTrainer.Options" />
<altmember cref="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)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.LbfgsMaximumEntropyMulticlassTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -45,9 +45,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsPoissonRegression(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.LbfgsPoissonRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.LbfgsPoissonRegressionTrainer.Options" />
<altmember cref="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)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LbfgsPoissonRegression(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.LbfgsPoissonRegressionTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -158,7 +158,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Init weights diameter", ShortName="initwts, InitWtsDiameter", SortOrder=140)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Init weights diameter", ShortName="initwts, InitWtsDiameter", SortOrder=140)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -51,8 +51,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LdSvmTrainer.Options)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LdSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)" />
</Docs>
<Members>
<Member MemberName="Info">

Просмотреть файл

@ -50,8 +50,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.LinearSvmTrainer.Options)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.LinearSvm(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -1,5 +1,5 @@
<Type Name="LsrDecay+LearningRateSchedulerItem" FullName="Microsoft.ML.Trainers.LsrDecay+LearningRateSchedulerItem">
<TypeSignature Language="C#" Value="public struct LsrDecay.LearningRateSchedulerItem" />
<TypeSignature Language="C#" Value="public readonly struct LsrDecay.LearningRateSchedulerItem" />
<TypeSignature Language="ILAsm" Value=".class nested public sequential ansi sealed beforefieldinit LsrDecay/LearningRateSchedulerItem extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Trainers.LsrDecay.LearningRateSchedulerItem" />
<TypeSignature Language="VB.NET" Value="Public Structure LsrDecay.LearningRateSchedulerItem" />

Просмотреть файл

@ -107,9 +107,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.RecommendationCatalog.RecommendationTrainers.MatrixFactorization(Microsoft.ML.Trainers.MatrixFactorizationTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.MatrixFactorizationTrainer.Options" />
<altmember cref="M:Microsoft.ML.RecommendationCatalog.RecommendationTrainers.MatrixFactorization(System.String,System.String,System.String,System.Int32,System.Double,System.Int32)" />
<altmember cref="M:Microsoft.ML.RecommendationCatalog.RecommendationTrainers.MatrixFactorization(Microsoft.ML.Trainers.MatrixFactorizationTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -34,7 +34,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[System.Obsolete("This API is deprecated, please use GetFeatureHistogramLong() which returns _featureHistogram with type IReadOnlyList&lt;long&gt; to avoid overflow errors with large datasets.", true)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete("This API is deprecated, please use GetFeatureHistogramLong() which returns _featureHistogram with type IReadOnlyList&lt;long&gt; to avoid overflow errors with large datasets.", true)&gt;]</AttributeName>
</Attribute>
@ -86,7 +86,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[System.Obsolete("This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList&lt;long&gt; to avoid overflow errors with large datasets.", true)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete("This API is deprecated, please use GetLabelHistogramLong() which returns _labelHistogram with type IReadOnlyList&lt;long&gt; to avoid overflow errors with large datasets.", true)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -48,7 +48,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to calculate per parameter significance statistics", ShortName="sig")]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Whether to calculate per parameter significance statistics", ShortName="sig")&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -45,9 +45,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.MklComponentsCatalog.Ols(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.OlsTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.OlsTrainer.Options" />
<altmember cref="M:Microsoft.ML.MklComponentsCatalog.Ols(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String)" />
<altmember cref="M:Microsoft.ML.MklComponentsCatalog.Ols(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.OlsTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Info">

Просмотреть файл

@ -45,9 +45,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.OnlineGradientDescent(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.OnlineGradientDescentTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.OnlineGradientDescentTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.OnlineGradientDescent(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,Microsoft.ML.Trainers.IRegressionLoss,System.Single,System.Boolean,System.Single,System.Int32)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.OnlineGradientDescent(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.OnlineGradientDescentTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -60,9 +60,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,Microsoft.ML.Trainers.RandomizedPcaTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.RandomizedPcaTrainer.Options" />
<altmember cref="M:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Nullable{System.Int32})" />
<altmember cref="M:Microsoft.ML.PcaCatalog.RandomizedPca(Microsoft.ML.AnomalyDetectionCatalog.AnomalyDetectionTrainers,Microsoft.ML.Trainers.RandomizedPcaTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Info">

Просмотреть файл

@ -44,9 +44,9 @@
[!include[references](~/../docs/samples/docs/api-reference/algo-details-sdca-refs.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SdcaLogisticRegressionBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaLogisticRegressionBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SdcaLogisticRegressionBinaryTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -49,9 +49,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaMaximumEntropyMulticlassTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.SdcaMaximumEntropyMulticlassTrainer.Options)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -72,12 +72,12 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaMaximumEntropyMulticlassTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.SdcaNonCalibratedMulticlassTrainer.Options)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,Microsoft.ML.Trainers.ISupportSdcaClassificationLoss,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaNonCalibratedMulticlassTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.SdcaMaximumEntropyMulticlassTrainer.Options)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaMaximumEntropy(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -42,9 +42,9 @@
[!include[references](~/../docs/samples/docs/api-reference/algo-details-sdca-refs.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SdcaNonCalibratedBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaNonCalibratedBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,Microsoft.ML.Trainers.ISupportSdcaClassificationLoss,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SdcaNonCalibratedBinaryTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -49,9 +49,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,Microsoft.ML.Trainers.ISupportSdcaClassificationLoss,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaNonCalibratedMulticlassTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,Microsoft.ML.Trainers.SdcaNonCalibratedMulticlassTrainer.Options)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SdcaNonCalibrated(Microsoft.ML.MulticlassClassificationCatalog.MulticlassClassificationTrainers,System.String,System.String,System.String,Microsoft.ML.Trainers.ISupportSdcaClassificationLoss,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -44,9 +44,9 @@
[!include[references](~/../docs/samples/docs/api-reference/algo-details-sdca-refs.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.Sdca(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.SdcaRegressionTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.SdcaRegressionTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.Sdca(Microsoft.ML.RegressionCatalog.RegressionTrainers,System.String,System.String,System.String,Microsoft.ML.Trainers.ISupportSdcaRegressionLoss,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Int32})" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.Sdca(Microsoft.ML.RegressionCatalog.RegressionTrainers,Microsoft.ML.Trainers.SdcaRegressionTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -40,9 +40,9 @@
[!include[io](~/../docs/samples/docs/api-reference/algo-details-sgd.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SgdCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SgdCalibratedTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.SgdCalibratedTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SgdCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,System.Int32,System.Double,System.Single)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SgdCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SgdCalibratedTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -51,7 +51,7 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">
<AttributeName Language="C#">[Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Loss Function", ShortName="loss", SortOrder=50)]</AttributeName>
<AttributeName Language="F#">[&lt;Microsoft.ML.CommandLine.Argument(Microsoft.ML.CommandLine.ArgumentType.LastOccurrenceWins, HelpText="Loss Function", ShortName="loss", SortOrder=50)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -38,9 +38,9 @@
[!include[io](~/../docs/samples/docs/api-reference/algo-details-sgd.md)]
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SgdNonCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SgdNonCalibratedTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.SgdNonCalibratedTrainer.Options" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SgdNonCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.String,Microsoft.ML.Trainers.IClassificationLoss,System.Int32,System.Double,System.Single)" />
<altmember cref="M:Microsoft.ML.StandardTrainersCatalog.SgdNonCalibrated(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SgdNonCalibratedTrainer.Options)" />
</Docs>
<Members />
</Type>

Просмотреть файл

@ -51,9 +51,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.MklComponentsCatalog.SymbolicSgdLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SymbolicSgdLogisticRegressionBinaryTrainer.Options)" />
<altmember cref="T:Microsoft.ML.Trainers.SymbolicSgdLogisticRegressionBinaryTrainer.Options" />
<altmember cref="M:Microsoft.ML.MklComponentsCatalog.SymbolicSgdLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,System.String,System.String,System.Int32)" />
<altmember cref="M:Microsoft.ML.MklComponentsCatalog.SymbolicSgdLogisticRegression(Microsoft.ML.BinaryClassificationCatalog.BinaryClassificationTrainers,Microsoft.ML.Trainers.SymbolicSgdLogisticRegressionBinaryTrainer.Options)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -33,11 +33,11 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<AttributeName Language="C#">[System.Obsolete("Please specify sequence type when use OnnxSequenceType Attribute", false)]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete("Please specify sequence type when use OnnxSequenceType Attribute", false)&gt;]</AttributeName>
</Attribute>

Просмотреть файл

@ -1,9 +1,9 @@
<Type Name="OnnxTransformer" FullName="Microsoft.ML.Transforms.Onnx.OnnxTransformer">
<TypeSignature Language="C#" Value="public sealed class OnnxTransformer : Microsoft.ML.Data.RowToRowTransformerBase, IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OnnxTransformer extends Microsoft.ML.Data.RowToRowTransformerBase implements class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="C#" Value="public sealed class OnnxTransformer : Microsoft.ML.Data.RowToRowTransformerBase, IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OnnxTransformer extends Microsoft.ML.Data.RowToRowTransformerBase implements class System.IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
<TypeSignature Language="DocId" Value="T:Microsoft.ML.Transforms.Onnx.OnnxTransformer" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class OnnxTransformer&#xA;Inherits RowToRowTransformerBase&#xA;Implements IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="F#" Value="type OnnxTransformer = class&#xA; inherit RowToRowTransformerBase&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class OnnxTransformer&#xA;Inherits RowToRowTransformerBase&#xA;Implements IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
<TypeSignature Language="F#" Value="type OnnxTransformer = class&#xA; inherit RowToRowTransformerBase&#xA; interface IDisposable" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" />
<TypeSignature Language="C#" Value="public sealed class OnnxTransformer : Microsoft.ML.Data.RowToRowTransformerBase" FrameworkAlternate="ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OnnxTransformer extends Microsoft.ML.Data.RowToRowTransformerBase" FrameworkAlternate="ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class OnnxTransformer&#xA;Inherits RowToRowTransformerBase" FrameworkAlternate="ml-dotnet-1.2.0;ml-dotnet-1.3.1;ml-dotnet-1.4.0" />
@ -16,7 +16,7 @@
<BaseTypeName>Microsoft.ML.Data.RowToRowTransformerBase</BaseTypeName>
</Base>
<Interfaces>
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">
<Interface FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0">
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>

Просмотреть файл

@ -60,21 +60,21 @@
</Docs>
</Member>
<Member MemberName="GetLdaDetails">
<MemberSignature Language="C#" Value="public Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters GetLdaDetails (int columnIndex);" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer/ModelParameters GetLdaDetails(int32 columnIndex) cil managed" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.GetLdaDetails(System.Int32)" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="VB.NET" Value="Public Function GetLdaDetails (columnIndex As Integer) As LatentDirichletAllocationTransformer.ModelParameters" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="F#" Value="member this.GetLdaDetails : int -&gt; Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters" Usage="latentDirichletAllocationTransformer.GetLdaDetails columnIndex" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<MemberSignature Language="C#" Value="public Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters GetLdaDetails (int columnIndex);" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer/ModelParameters GetLdaDetails(int32 columnIndex) cil managed" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="DocId" Value="M:Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.GetLdaDetails(System.Int32)" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="VB.NET" Value="Public Function GetLdaDetails (columnIndex As Integer) As LatentDirichletAllocationTransformer.ModelParameters" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberSignature Language="F#" Value="member this.GetLdaDetails : int -&gt; Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters" Usage="latentDirichletAllocationTransformer.GetLdaDetails columnIndex" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.ML.Transforms</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0">Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer+ModelParameters</ReturnType>
<ReturnType FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0">Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer+ModelParameters</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="columnIndex" Type="System.Int32" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0" />
<Parameter Name="columnIndex" Type="System.Int32" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0" />
</Parameters>
<Docs>
<param name="columnIndex">index of column options pair</param>

Просмотреть файл

@ -48,8 +48,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TextCatalog.FeaturizeText(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String)" />
<altmember cref="M:Microsoft.ML.TextCatalog.FeaturizeText(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,Microsoft.ML.Transforms.Text.TextFeaturizingEstimator.Options,System.String[])" />
<altmember cref="M:Microsoft.ML.TextCatalog.FeaturizeText(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -40,8 +40,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TextCatalog.ProduceWordBags(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String[],System.Int32,System.Int32,System.Boolean,System.Int32,Microsoft.ML.Transforms.Text.NgramExtractingEstimator.WeightingCriteria)" />
<altmember cref="M:Microsoft.ML.TextCatalog.ProduceWordBags(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,Microsoft.ML.Transforms.Text.NgramExtractingEstimator.WeightingCriteria)" />
<altmember cref="M:Microsoft.ML.TextCatalog.ProduceWordBags(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String[],System.Int32,System.Int32,System.Boolean,System.Int32,Microsoft.ML.Transforms.Text.NgramExtractingEstimator.WeightingCriteria)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -48,8 +48,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TextCatalog.ApplyWordEmbedding(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String,System.String)" />
<altmember cref="M:Microsoft.ML.TextCatalog.ApplyWordEmbedding(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String,Microsoft.ML.Transforms.Text.WordEmbeddingEstimator.PretrainedModelKind)" />
<altmember cref="M:Microsoft.ML.TextCatalog.ApplyWordEmbedding(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String,System.String)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -40,8 +40,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TextCatalog.ProduceHashedWordBags(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String[],System.Int32,System.Int32,System.Int32,System.Boolean,System.UInt32,System.Boolean,System.Int32)" />
<altmember cref="M:Microsoft.ML.TextCatalog.ProduceHashedWordBags(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.UInt32,System.Boolean,System.Int32)" />
<altmember cref="M:Microsoft.ML.TextCatalog.ProduceHashedWordBags(Microsoft.ML.TransformsCatalog.TextTransforms,System.String,System.String[],System.Int32,System.Int32,System.Int32,System.Boolean,System.UInt32,System.Boolean,System.Int32)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -45,9 +45,9 @@
</TypeParameter>
</TypeParameters>
<Parameters>
<Parameter Name="transformer" Type="Microsoft.ML.ITransformer" Index="0" FrameworkAlternate="ml-dotnet" RefType="this" />
<Parameter Name="env" Type="Microsoft.ML.Runtime.IHostEnvironment" Index="1" FrameworkAlternate="ml-dotnet" />
<Parameter Name="options" Type="Microsoft.ML.PredictionEngineOptions" Index="2" FrameworkAlternate="ml-dotnet" />
<Parameter Name="transformer" Type="Microsoft.ML.ITransformer" RefType="this" Index="0" FrameworkAlternate="ml-dotnet;ml-dotnet-1.7.0" />
<Parameter Name="env" Type="Microsoft.ML.Runtime.IHostEnvironment" Index="1" FrameworkAlternate="ml-dotnet;ml-dotnet-1.7.0" />
<Parameter Name="options" Type="Microsoft.ML.PredictionEngineOptions" Index="2" FrameworkAlternate="ml-dotnet;ml-dotnet-1.7.0" />
</Parameters>
<Docs>
<typeparam name="TSrc">Class describing input schema to the model.</typeparam>

Просмотреть файл

@ -41,9 +41,9 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.TransformExtensionsCatalog.SelectColumns(Microsoft.ML.TransformsCatalog,System.String[])" />
<altmember cref="M:Microsoft.ML.TransformExtensionsCatalog.SelectColumns(Microsoft.ML.TransformsCatalog,System.String[],System.Boolean)" />
<altmember cref="M:Microsoft.ML.TransformExtensionsCatalog.DropColumns(Microsoft.ML.TransformsCatalog,System.String[])" />
<altmember cref="M:Microsoft.ML.TransformExtensionsCatalog.SelectColumns(Microsoft.ML.TransformsCatalog,System.String[])" />
</Docs>
<Members>
<Member MemberName="GetOutputSchema">

Просмотреть файл

@ -61,8 +61,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.FeatureSelectionCatalog.SelectFeaturesBasedOnCount(Microsoft.ML.TransformsCatalog.FeatureSelectionTransforms,System.String,System.String,System.Int64)" />
<altmember cref="M:Microsoft.ML.FeatureSelectionCatalog.SelectFeaturesBasedOnCount(Microsoft.ML.TransformsCatalog.FeatureSelectionTransforms,Microsoft.ML.InputOutputColumnPair[],System.Int64)" />
<altmember cref="M:Microsoft.ML.FeatureSelectionCatalog.SelectFeaturesBasedOnCount(Microsoft.ML.TransformsCatalog.FeatureSelectionTransforms,System.String,System.String,System.Int64)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -79,8 +79,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.ExplainabilityCatalog.CalculateFeatureContribution``2(Microsoft.ML.TransformsCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{Microsoft.ML.Calibrators.CalibratedModelParametersBase{``0,``1}},System.Int32,System.Int32,System.Boolean)" />
<altmember cref="M:Microsoft.ML.ExplainabilityCatalog.CalculateFeatureContribution(Microsoft.ML.TransformsCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{Microsoft.ML.Trainers.ICalculateFeatureContribution},System.Int32,System.Int32,System.Boolean)" />
<altmember cref="M:Microsoft.ML.ExplainabilityCatalog.CalculateFeatureContribution``2(Microsoft.ML.TransformsCatalog,Microsoft.ML.ISingleFeaturePredictionTransformer{Microsoft.ML.Calibrators.CalibratedModelParametersBase{``0,``1}},System.Int32,System.Int32,System.Boolean)" />
</Docs>
<Members>
<Member MemberName="GetOutputSchema">

Просмотреть файл

@ -35,8 +35,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.Hash(Microsoft.ML.TransformsCatalog.ConversionTransforms,Microsoft.ML.Transforms.HashingEstimator.ColumnOptions[])" />
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.Hash(Microsoft.ML.TransformsCatalog.ConversionTransforms,System.String,System.String,System.Int32,System.Int32)" />
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.Hash(Microsoft.ML.TransformsCatalog.ConversionTransforms,Microsoft.ML.Transforms.HashingEstimator.ColumnOptions[])" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -33,8 +33,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.MapKeyToValue(Microsoft.ML.TransformsCatalog.ConversionTransforms,System.String,System.String)" />
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.MapKeyToValue(Microsoft.ML.TransformsCatalog.ConversionTransforms,Microsoft.ML.InputOutputColumnPair[])" />
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.MapKeyToValue(Microsoft.ML.TransformsCatalog.ConversionTransforms,System.String,System.String)" />
</Docs>
<Members>
<Member MemberName="GetOutputSchema">

Просмотреть файл

@ -36,8 +36,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.MapKeyToVector(Microsoft.ML.TransformsCatalog.ConversionTransforms,System.String,System.String,System.Boolean)" />
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.MapKeyToVector(Microsoft.ML.TransformsCatalog.ConversionTransforms,Microsoft.ML.InputOutputColumnPair[],System.Boolean)" />
<altmember cref="M:Microsoft.ML.ConversionsExtensionsCatalog.MapKeyToVector(Microsoft.ML.TransformsCatalog.ConversionTransforms,System.String,System.String,System.Boolean)" />
</Docs>
<Members>
<Member MemberName="GetOutputSchema">

Просмотреть файл

@ -35,8 +35,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.ExtensionsCatalog.IndicateMissingValues(Microsoft.ML.TransformsCatalog,Microsoft.ML.InputOutputColumnPair[])" />
<altmember cref="M:Microsoft.ML.ExtensionsCatalog.IndicateMissingValues(Microsoft.ML.TransformsCatalog,System.String,System.String)" />
<altmember cref="M:Microsoft.ML.ExtensionsCatalog.IndicateMissingValues(Microsoft.ML.TransformsCatalog,Microsoft.ML.InputOutputColumnPair[])" />
</Docs>
<Members>
<Member MemberName="GetOutputSchema">

Просмотреть файл

@ -37,8 +37,8 @@
Check the See Also section for links of usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.ExtensionsCatalog.ReplaceMissingValues(Microsoft.ML.TransformsCatalog,Microsoft.ML.InputOutputColumnPair[],Microsoft.ML.Transforms.MissingValueReplacingEstimator.ReplacementMode,System.Boolean)" />
<altmember cref="M:Microsoft.ML.ExtensionsCatalog.ReplaceMissingValues(Microsoft.ML.TransformsCatalog,System.String,System.String,Microsoft.ML.Transforms.MissingValueReplacingEstimator.ReplacementMode,System.Boolean)" />
<altmember cref="M:Microsoft.ML.ExtensionsCatalog.ReplaceMissingValues(Microsoft.ML.TransformsCatalog,Microsoft.ML.InputOutputColumnPair[],Microsoft.ML.Transforms.MissingValueReplacingEstimator.ReplacementMode,System.Boolean)" />
</Docs>
<Members>
<Member MemberName="Fit">

Просмотреть файл

@ -65,8 +65,8 @@
Check the See Also section for links to usage examples.
]]></format>
</remarks>
<altmember cref="M:Microsoft.ML.FeatureSelectionCatalog.SelectFeaturesBasedOnMutualInformation(Microsoft.ML.TransformsCatalog.FeatureSelectionTransforms,System.String,System.String,System.String,System.Int32,System.Int32)" />
<altmember cref="M:Microsoft.ML.FeatureSelectionCatalog.SelectFeaturesBasedOnMutualInformation(Microsoft.ML.TransformsCatalog.FeatureSelectionTransforms,Microsoft.ML.InputOutputColumnPair[],System.String,System.Int32,System.Int32)" />
<altmember cref="M:Microsoft.ML.FeatureSelectionCatalog.SelectFeaturesBasedOnMutualInformation(Microsoft.ML.TransformsCatalog.FeatureSelectionTransforms,System.String,System.String,System.String,System.Int32,System.Int32)" />
</Docs>
<Members>
<Member MemberName="Fit">

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше