3 instantiations of DataPoint
Microsoft.ML.Samples (3)
Dynamic\DataOperations\LoadFromEnumerable.cs (3)
54
new
DataPoint
{ Features = new float[]{ 1.2f, 3.4f, 4.5f } },
55
new
DataPoint
{ Features = new float[]{ 4.2f, 3.4f, 1.6f } },
56
new
DataPoint
{ Features = new float[]{ 1.6f, 3.5f, 4.5f } },
3 references to DataPoint
Microsoft.ML.Samples (3)
Dynamic\DataOperations\LoadFromEnumerable.cs (3)
52
IEnumerable<
DataPoint
> enumerableUnknownSize = new
DataPoint
[]
62
var definedSchema = SchemaDefinition.Create(typeof(
DataPoint
));