13 references to HasSlotNames
Microsoft.ML.Data (1)
Data\SchemaAnnotationsExtensions.cs (1)
31/// <seealso cref="HasSlotNames(DataViewSchema.Column)"/>
Microsoft.ML.IntegrationTests (10)
ModelFiles.cs (10)
299Assert.False(data.Schema["Features"].HasSlotNames()); 302Assert.True(noLoaderTransformedSchema["Features"].HasSlotNames()); 305Assert.True(data.Schema["Features"].HasSlotNames()); 346Assert.True(!data.Schema["Features"].HasSlotNames()); 349Assert.True(data.Schema["Features"].HasSlotNames()); 370&& loadedSchema["Features"].HasSlotNames()); 378&& schema["Features"].HasSlotNames()); 406Assert.True(expectedSchema["Features"].HasSlotNames()); 435Assert.True(expectedInputSchema["Features"].HasSlotNames()); 471&& loadedSchema["Features"].HasSlotNames());
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
213if (column.HasSlotNames())
Microsoft.ML.Transforms (1)
Dracula\CountTableTransformer.cs (1)
640Host.Assert(inputCol.HasSlotNames());