1 instantiation of MulticlassLabelCursor
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
1018
return new
MulticlassLabelCursor
(_classCount, input, data, opt, signal);
2 references to MulticlassLabelCursor
Microsoft.ML.Data (2)
Training\TrainerUtils.cs (2)
1004
public new sealed class Factory : FactoryBase<
MulticlassLabelCursor
>
1016
protected override
MulticlassLabelCursor
CreateCursorCore(DataViewRowCursor input, RoleMappedData data, CursOpt opt, Action<CursOpt> signal)