Skip to content

Commit 7aa6513

Browse files
natkeEric Erhardt
authored and
Eric Erhardt
committed
Fix dotnet#3898 (remove crefs to internal methods) (dotnet#3899)
1 parent 00225c0 commit 7aa6513

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/Microsoft.ML.Data/Transforms/ColumnCopying.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ namespace Microsoft.ML.Transforms
4949
/// ]]>
5050
/// </format>
5151
/// </remarks>
52-
/// <seealso cref="TransformExtensionsCatalog.CopyColumns(TransformsCatalog, InputOutputColumnPair[])" />
5352
/// <seealso cref="TransformExtensionsCatalog.CopyColumns(TransformsCatalog, string, string)" />
5453
public sealed class ColumnCopyingEstimator : TrivialEstimator<ColumnCopyingTransformer>
5554
{

src/Microsoft.ML.Data/Transforms/ValueMapping.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ public sealed override SchemaShape GetOutputSchema(SchemaShape inputSchema)
160160
/// </remarks>
161161
/// <typeparam name="TKey">Specifies the key type.</typeparam>
162162
/// <typeparam name="TValue">Specifies the value type.</typeparam>
163-
/// <seealso cref="ConversionsExtensionsCatalog.MapValue{TInputType, TOutputType}(TransformsCatalog.ConversionTransforms, IEnumerable{KeyValuePair{TInputType, TOutputType}}, InputOutputColumnPair[])"/>
164-
/// <seealso cref="ConversionsExtensionsCatalog.MapValue{TInputType, TOutputType}(TransformsCatalog.ConversionTransforms, IEnumerable{KeyValuePair{TInputType, TOutputType[]}}, InputOutputColumnPair[])"/>
165163
/// <seealso cref="ConversionsExtensionsCatalog.MapValue{TInputType, TOutputType}(TransformsCatalog.ConversionTransforms, string, IEnumerable{KeyValuePair{TInputType, TOutputType}}, string, bool)"/>
166164
public sealed class ValueMappingEstimator<TKey, TValue> : ValueMappingEstimator
167165
{

src/Microsoft.ML.Transforms/RandomFourierFeaturizing.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ private void TransformFeatures(in VBuffer<float> src, ref VBuffer<float> dst, Tr
622622
/// Check the See Also section for links to usage examples.
623623
/// ]]></format>
624624
/// </remarks>
625-
/// <seealso cref="KernelExpansionCatalog.ApproximatedKernelMap(TransformsCatalog, ColumnOptions[])"/>
626625
/// <seealso cref="KernelExpansionCatalog.ApproximatedKernelMap(TransformsCatalog, string, string, int, bool, KernelBase, int?)"/>
627626
public sealed class ApproximatedKernelMappingEstimator : IEstimator<ApproximatedKernelTransformer>
628627
{

0 commit comments

Comments
 (0)