You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
142
-
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
143
-
/// <param name="maximumExampleCount">Maximum number of examples used to train the normalizer.</param>
144
-
/// <param name="fixZero">Whether to map zero to zero, preserving sparsity.</param>
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
160
-
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
161
-
/// <param name="maximumExampleCount">Maximum number of examples used to train the normalizer.</param>
162
-
/// <param name="fixZero">Whether to map zero to zero, preserving sparsity.</param>
163
-
/// <param name="useCdf">Whether to use CDF as the output.</param>
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
180
-
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
181
-
/// <param name="maximumExampleCount">Maximum number of examples used to train the normalizer.</param>
182
-
/// <param name="useCdf">Whether to use CDF as the output.</param>
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
198
-
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
199
-
/// <param name="maximumExampleCount">Maximum number of examples used to train the normalizer.</param>
200
-
/// <param name="fixZero">Whether to map zero to zero, preserving sparsity.</param>
201
-
/// <param name="maximumBinCount">Maximum number of bins (power of 2 recommended).</param>
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
218
-
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
219
-
/// <param name="labelColumnName">Name of the label column for supervised binning.</param>
220
-
/// <param name="maximumExampleCount">Maximum number of examples used to train the normalizer.</param>
221
-
/// <param name="fixZero">Whether to map zero to zero, preserving sparsity.</param>
222
-
/// <param name="maximumBinCount">Maximum number of bins (power of 2 recommended).</param>
223
-
/// <param name="mininimumExamplesPerBin">Minimum number of examples per bin.</param>
0 commit comments