2 instantiations of FloatLabelCursor
Microsoft.ML.Data (2)
Training\TrainerUtils.cs (2)
158using (var cursor = new FloatLabelCursor(data)) 940return new FloatLabelCursor(input, data, opt, signal);
23 references to FloatLabelCursor
Microsoft.ML.Data (3)
Training\TrainerUtils.cs (3)
158using (var cursor = new FloatLabelCursor(data)) 931public new sealed class Factory : FactoryBase<FloatLabelCursor> 938protected override FloatLabelCursor CreateCursorCore(DataViewRowCursor input, RoleMappedData data, CursOpt opt, Action<CursOpt> signal)
Microsoft.ML.LightGbm (5)
LightGbmTrainerBase.cs (5)
727using (var cursor = factory.Create()) 757using (var cursor = factory.Create()) 935using (var cursor = factory.Create()) 1029using (var cursor = factory.Create()) 1065using (var cursor = factory.Create())
Microsoft.ML.Mkl.Components (3)
OlsLinearRegression.cs (3)
214using (var cursor = cursorFactory.Create()) 308using (var cursor = cursorFactory.Create()) 457using (var cursor = cursorFactory.Create())
Microsoft.ML.OneDal (1)
OneDalUtils.cs (1)
47using (var cursor = cursorFactory.Create())
Microsoft.ML.StandardTrainers (11)
Standard\LogisticRegression\LbfgsPredictorBase.cs (3)
496using (var cursor = cursorFactory.Create()) 599using (var cursor = cursorFactory.Create()) 872using (var cursor = cursorFactory.Create())
Standard\LogisticRegression\LogisticRegression.cs (1)
343using (var cursor = cursorFactory.Create())
Standard\Online\OnlineLinear.cs (1)
333using (var cursor = cursorFactory.Create(rand))
Standard\SdcaBinary.cs (5)
381using (var cursor = cursorFactory.Create()) 431using (var cursor = cursorFactory.Create()) 571using (var cursor = cursorFactory.Create()) 971using (var cursor = cursorFactory.Create()) 2077using (var cursor = cursorFactory.Create())
Standard\SdcaMulticlass.cs (1)
372using (var cursor = cursorFactory.Create())