1 write to NumericalFeatures
Microsoft.ML.IntegrationTests (1)
ModelFiles.cs (1)
246NumericalFeatures = new float[] { 1, 1, 1 },
1 reference to NumericalFeatures
Microsoft.ML.IntegrationTests (1)
ModelFiles.cs (1)
236inputSchemaDefinition[nameof(ModelInput.NumericalFeatures)].ColumnType = new VectorDataViewType(NumberDataViewType.Single, 3);