8 writes to VectorStrat
Microsoft.ML.Tests (8)
Scenarios\Api\TestApi.cs (8)
422
Id = 0, TextStrat = "a", FloatStrat = 3,
VectorStrat
= new float[]{ 2, 3, 4, 5 }, DateTimeStrat = new DateTime(2002, 2, 23),
426
Id = 1, TextStrat = "b", FloatStrat = 3,
VectorStrat
= new float[]{ 1, 2, 3, 4 }, DateTimeStrat = new DateTime(2020, 2, 23),
430
Id = 2, TextStrat = "c", FloatStrat = 4,
VectorStrat
= new float[]{ 3, 4, 5, 6 }, DateTimeStrat = new DateTime(2018, 2, 23),
434
Id = 3, TextStrat = "d", FloatStrat = 4,
VectorStrat
= new float[]{ 4, 5, 6, 7 }, DateTimeStrat = new DateTime(2016, 2, 23),
438
Id = 4, TextStrat = "a", FloatStrat = -493.28f,
VectorStrat
= new float[]{ 2, 3, 4, 5 }, DateTimeStrat = new DateTime(2016, 2, 23),
442
Id = 5, TextStrat = "b", FloatStrat = -493.28f,
VectorStrat
= new float[]{ 1, 2, 3, 4 }, DateTimeStrat = new DateTime(2018, 2, 23),
446
Id = 6, TextStrat = "c", FloatStrat = 6,
VectorStrat
= new float[]{ 3, 4, 5, 6 }, DateTimeStrat = new DateTime(2020,2 , 23),
450
Id = 7, TextStrat = "d", FloatStrat = 6,
VectorStrat
= new float[]{ 4, 5, 6, 7 }, DateTimeStrat = new DateTime(2002, 2, 23),
2 references to VectorStrat
Microsoft.ML.Tests (2)
Scenarios\Api\TestApi.cs (2)
464
split = mlContext.Data.TrainTestSplit(input, 0.5, nameof(Input.
VectorStrat
));
492
nameof(Input.
VectorStrat
),