2 writes to Combine
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
1849
Combine
= combine;
1868
Combine
= ctx.Reader.ReadBoolByte();
13 references to Combine
Microsoft.ML.Data (13)
Transforms\Hashing.cs (13)
167
if (srcType is VectorDataViewType vectorType && !column.
Combine
)
187
if (column.
Combine
&& column.UseOrderedHashing)
188
throw Host.ExceptParam(nameof(HashingEstimator.ColumnOptions.
Combine
), "When the 'Combine' option is specified, ordered hashing is not supported.");
210
if (_columns[i].
Combine
)
270
if (_columns[iinfo].
Combine
)
1368
if (_parent._columns[iinfo].
Combine
)
1884
ctx.Writer.WriteBoolByte(
Combine
);
1937
if (columnOptions.
Combine
&& columnOptions.MaximumNumberOfInverts != 0)
1938
throw _host.ExceptParam(nameof(ColumnOptions.
Combine
), "When the 'Combine' option is specified, invert hashes are not supported.");
1939
if (columnOptions.
Combine
&& columnOptions.UseOrderedHashing)
1940
throw _host.ExceptParam(nameof(ColumnOptions.
Combine
), "When the 'Combine' option is specified, ordered hashing is not supported.");
1964
if (!colInfo.
Combine
&& col.Annotations.TryFindColumn(AnnotationUtils.Kinds.SlotNames, out var slotMeta))
1968
result[colInfo.Name] = new SchemaShape.Column(colInfo.Name, colInfo.
Combine
? SchemaShape.Column.VectorKind.Scalar : col.Kind,