Skip to content

Fix #3898 (remove crefs to internal methods) #3899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Microsoft.ML.Data/Transforms/ColumnCopying.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ namespace Microsoft.ML.Transforms
/// ]]>
/// </format>
/// </remarks>
/// <seealso cref="TransformExtensionsCatalog.CopyColumns(TransformsCatalog, InputOutputColumnPair[])" />
/// <seealso cref="TransformExtensionsCatalog.CopyColumns(TransformsCatalog, string, string)" />
public sealed class ColumnCopyingEstimator : TrivialEstimator<ColumnCopyingTransformer>
{
Expand Down
2 changes: 0 additions & 2 deletions src/Microsoft.ML.Data/Transforms/ValueMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ public sealed override SchemaShape GetOutputSchema(SchemaShape inputSchema)
/// </remarks>
/// <typeparam name="TKey">Specifies the key type.</typeparam>
/// <typeparam name="TValue">Specifies the value type.</typeparam>
/// <seealso cref="ConversionsExtensionsCatalog.MapValue{TInputType, TOutputType}(TransformsCatalog.ConversionTransforms, IEnumerable{KeyValuePair{TInputType, TOutputType}}, InputOutputColumnPair[])"/>
/// <seealso cref="ConversionsExtensionsCatalog.MapValue{TInputType, TOutputType}(TransformsCatalog.ConversionTransforms, IEnumerable{KeyValuePair{TInputType, TOutputType[]}}, InputOutputColumnPair[])"/>
/// <seealso cref="ConversionsExtensionsCatalog.MapValue{TInputType, TOutputType}(TransformsCatalog.ConversionTransforms, string, IEnumerable{KeyValuePair{TInputType, TOutputType}}, string, bool)"/>
public sealed class ValueMappingEstimator<TKey, TValue> : ValueMappingEstimator
{
Expand Down
1 change: 0 additions & 1 deletion src/Microsoft.ML.Transforms/RandomFourierFeaturizing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ private void TransformFeatures(in VBuffer<float> src, ref VBuffer<float> dst, Tr
/// Check the See Also section for links to usage examples.
/// ]]></format>
/// </remarks>
/// <seealso cref="KernelExpansionCatalog.ApproximatedKernelMap(TransformsCatalog, ColumnOptions[])"/>
/// <seealso cref="KernelExpansionCatalog.ApproximatedKernelMap(TransformsCatalog, string, string, int, bool, KernelBase, int?)"/>
public sealed class ApproximatedKernelMappingEstimator : IEstimator<ApproximatedKernelTransformer>
{
Expand Down