|
36 | 36 | <ReturnType>System.Void</ReturnType>
|
37 | 37 | </ReturnValue>
|
38 | 38 | <Parameters>
|
39 |
| - <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" /> |
40 |
| - <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" /> |
41 |
| - <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" /> |
| 39 | + <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" /> |
| 40 | + <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" /> |
| 41 | + <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" /> |
42 | 42 | </Parameters>
|
43 | 43 | <Docs>
|
44 |
| - <param name="type">Native type in C#.</param> |
45 | 44 | <param name="dataViewType">The corresponding type of <paramref name="type" /> in ML.NET's type system.</param>
|
| 45 | + <param name="type">Native type in C#.</param> |
46 | 46 | <param name="typeAttribute">The <see cref="T:Microsoft.ML.Data.DataViewTypeAttribute" /> attached to <paramref name="type" />.</param>
|
47 | 47 | <summary>
|
48 | 48 | This function tells that <paramref name="dataViewType" /> should be representation of data in <paramref name="type" /> in
|
|
52 | 52 | </Docs>
|
53 | 53 | </Member>
|
54 | 54 | <Member MemberName="Register">
|
55 |
| - <MemberSignature Language="C#" Value="public static void Register (Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> 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" /> |
| 55 | + <MemberSignature Language="C#" Value="public static void Register (Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes);" FrameworkAlternate="ml-dotnet;ml-dotnet-1.4.0;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0" /> |
56 | 56 | <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<class System.Attribute> typeAttributes) cil managed" />
|
57 | 57 | <MemberSignature Language="DocId" Value="M:Microsoft.ML.Data.DataViewTypeManager.Register(Microsoft.ML.Data.DataViewType,System.Type,System.Collections.Generic.IEnumerable{System.Attribute})" />
|
58 |
| - <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" /> |
| 58 | + <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" /> |
59 | 59 | <MemberSignature Language="F#" Value="static member Register : Microsoft.ML.Data.DataViewType * Type * seq<Attribute> -> unit" Usage="Microsoft.ML.Data.DataViewTypeManager.Register (dataViewType, type, typeAttributes)" />
|
60 | 60 | <MemberSignature Language="C#" Value="public static void Register (Microsoft.ML.Data.DataViewType dataViewType, Type type, System.Collections.Generic.IEnumerable<Attribute> typeAttributes = default);" FrameworkAlternate="ml-dotnet-1.1.0;ml-dotnet-1.2.0;ml-dotnet-1.3.1" />
|
61 | 61 | <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 | 65 | <AssemblyVersion>1.0.0.0</AssemblyVersion>
|
66 | 66 | </AssemblyInfo>
|
67 | 67 | <Attributes>
|
68 |
| - <Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0;ml-dotnet-2.0.0"> |
| 68 | + <Attribute FrameworkAlternate="ml-dotnet;ml-dotnet-1.5.0;ml-dotnet-1.6.0;ml-dotnet-1.7.0"> |
69 | 69 | <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>
|
70 | 70 | <AttributeName Language="F#">[<System.Obsolete("This API is deprecated, please use the new form of Register which takes in a single DataViewTypeAttribute instead.", false)>]</AttributeName>
|
71 | 71 | </Attribute>
|
|
83 | 83 | <Parameter Name="typeAttributes" Type="System.Collections.Generic.IEnumerable<System.Attribute>" />
|
84 | 84 | </Parameters>
|
85 | 85 | <Docs>
|
86 |
| - <param name="type">Native type in C#.</param> |
87 | 86 | <param name="dataViewType">The corresponding type of <paramref name="type" /> in ML.NET's type system.</param>
|
| 87 | + <param name="type">Native type in C#.</param> |
88 | 88 | <param name="typeAttributes">The <see cref="T:System.Attribute" />s attached to <paramref name="type" />.</param>
|
89 | 89 | <summary>
|
90 | 90 | This function tells that <paramref name="dataViewType" /> should be representation of data in <paramref name="type" /> in
|
|
0 commit comments