1 instantiation of DataPoint
Microsoft.ML.Samples (1)
Dynamic\DataOperations\CrossValidationSplit.cs (1)
182
yield return new
DataPoint
17 references to DataPoint
Microsoft.ML.Samples (17)
Dynamic\DataOperations\CrossValidationSplit.cs (17)
35
.CreateEnumerable<
DataPoint
>(folds[0].TrainSet,
39
.CreateEnumerable<
DataPoint
>(folds[0].TestSet,
59
.CreateEnumerable<
DataPoint
>(folds[1].TrainSet,
63
.CreateEnumerable<
DataPoint
>(folds[1].TestSet,
82
.CreateEnumerable<
DataPoint
>(folds[2].TrainSet,
86
.CreateEnumerable<
DataPoint
>(folds[2].TestSet,
107
.CreateEnumerable<
DataPoint
>(folds[0].TrainSet,
111
.CreateEnumerable<
DataPoint
>(folds[0].TestSet,
130
.CreateEnumerable<
DataPoint
>(folds[1].TrainSet,
134
.CreateEnumerable<
DataPoint
>(folds[1].TestSet,
153
.CreateEnumerable<
DataPoint
>(folds[2].TrainSet,
156
testSet = mlContext.Data.CreateEnumerable<
DataPoint
>(folds[2].TestSet,
175
private static IEnumerable<
DataPoint
> GenerateRandomDataPoints(int count,
202
private static void PrintPreviewRows(IEnumerable<
DataPoint
> trainSet,
203
IEnumerable<
DataPoint
> testSet)
208
foreach (
var
row in trainSet)
212
foreach (
var
row in testSet)