36 references to Create
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
669
/// Called by both the <see cref="
Create
"/> and <see cref="CreateSet"/> factory methods. Implementors
Microsoft.ML.KMeansClustering (4)
KMeansPlusPlusTrainer.cs (4)
374
using (var cursor = cursorFactory.
Create
())
518
using (var cursor = factory.
Create
())
1401
using (var cursor = cursorFactory.
Create
())
1417
using (var cursor = cursorFactory.
Create
())
Microsoft.ML.LightGbm (5)
LightGbmTrainerBase.cs (5)
751
using (var cursor = factory.
Create
())
781
using (var cursor = factory.
Create
())
959
using (var cursor = factory.
Create
())
1053
using (var cursor = factory.
Create
())
1089
using (var cursor = factory.
Create
())
Microsoft.ML.Mkl.Components (6)
OlsLinearRegression.cs (3)
214
using (var cursor = cursorFactory.
Create
())
308
using (var cursor = cursorFactory.
Create
())
457
using (var cursor = cursorFactory.
Create
())
SymSgdClassificationTrainer.cs (3)
562
_cursor = cursorFactory.
Create
();
576
_cursor = _cursorFactory.
Create
(RandomUtils.Create(host.Rand.Next()));
578
_cursor = _cursorFactory.
Create
();
Microsoft.ML.OneDal (1)
OneDalUtils.cs (1)
47
using (var cursor = cursorFactory.
Create
())
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
312
using (var cursor = cursorFactory.
Create
())
Microsoft.ML.StandardTrainers (18)
Standard\LogisticRegression\LbfgsPredictorBase.cs (4)
388
cursor = cursorFactory.
Create
();
496
using (var cursor = cursorFactory.
Create
())
599
using (var cursor = cursorFactory.
Create
())
872
using (var cursor = cursorFactory.
Create
())
Standard\LogisticRegression\LogisticRegression.cs (1)
343
using (var cursor = cursorFactory.
Create
())
Standard\Online\OnlineLinear.cs (1)
333
using (var cursor = cursorFactory.
Create
(rand))
Standard\SdcaBinary.cs (9)
381
using (var cursor = cursorFactory.
Create
())
431
using (var cursor = cursorFactory.
Create
())
571
using (var cursor = cursorFactory.
Create
())
805
using (var cursor = SdcaTrainerOptions.Shuffle ? cursorFactory.
Create
(rand) : cursorFactory.
Create
())
971
using (var cursor = cursorFactory.
Create
())
2077
using (var cursor = cursorFactory.
Create
())
2118
using (var cursor = _options.Shuffle ? cursorFactory.
Create
(rand) : cursorFactory.
Create
())
Standard\SdcaMulticlass.cs (3)
194
using (var cursor = SdcaTrainerOptions.Shuffle ? cursorFactory.
Create
(rand) : cursorFactory.
Create
())
372
using (var cursor = cursorFactory.
Create
())