Transforms\NormalizeColumnDbl.cs (18)
1554host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1604host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1668host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1676host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1749host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1758host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1871host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1874host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
1920host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1923host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2003host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2006host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2007host.CheckUserArg(column.MininimumBinSize > 0, nameof(column.MininimumBinSize), "Must be positive");
2043host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2046host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2047host.CheckUserArg(column.MininimumBinSize > 0, nameof(column.MininimumBinSize), "Must be positive");
2087host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2156host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
Transforms\NormalizeColumnSng.cs (18)
1717host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1767host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1831host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1839host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1912host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
1921host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2034host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2037host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2083host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2086host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2167host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2170host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2171host.CheckUserArg(column.MininimumBinSize > 0, nameof(column.MininimumBinSize), "Must be positive");
2207host.CheckUserArg(lim > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2210host.CheckUserArg(numBins > 1, nameof(column.MaximumBinCount), "Must be greater than 1");
2211host.CheckUserArg(column.MininimumBinSize > 0, nameof(column.MininimumBinSize), "Must be positive");
2251host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");
2318host.CheckUserArg(column.MaximumExampleCount > 1, nameof(column.MaximumExampleCount), "Must be greater than 1");