Transforms\NormalizeColumnDbl.cs (5)
682throw host.Except("Normalizer expected {0} slots, but the input data column has 1 slot.", cfeat);
747throw host.Except("Normalizer expected {0} slots, but the input data column has {1} slots.", cfeat, cv);
1190throw host.Except("Normalizer expected {0} slots, but the input data column has 1 slot.", binUpperBounds.Length);
1276throw host.Except("Normalizer expected {0} slots, but the input data column has {1} slots.", binUpperBounds.Length, cv);
1587throw Host.Except("Normalizer expected {0} slots but got {1}", size, buffer.Length);
Transforms\NormalizeColumnSng.cs (5)
840throw host.Except("Normalizer expected {0} slots, but the input data column has 1 slot.", cfeat);
904throw host.Except("Normalizer expected {0} slots, but the input data column has {1} slots.", cfeat, cv);
1351throw host.Except("Normalizer expected {0} slots, but the input data column has 1 slot.", binUpperBounds.Length);
1437throw host.Except("Normalizer expected {0} slots, but the input data column has {1} slots.", binUpperBounds.Length, cv);
1750throw Host.Except("Normalizer expected {0} slots but got {1}", size, buffer.Length);
Transforms\ValueToKeyMappingTransformerImpl.cs (6)
460throw env.Except("Could not apply a map over type '{0}' to column '{1}' since it has type '{2}'",
539throw ectx.Except("Unrecognized type '{0}'", mtype);
568throw ectx.Except("Duplicate items at positions {0} and {1}", index, i);
702throw host.Except("We do not know how to serialize terms of type '{0}'", ItemType);
952throw _host.Except("Column '{0}': TermTransform expects {1} slots, but got {2}", info.Name, cv, cval);
987throw _host.Except("Column '{0}': TermTransform expects {1} slots, but got {2}", info.Name, cv, cval);