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