1 type derived from StandardScalarCursor
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
816
internal class FeatureFloatVectorCursor :
StandardScalarCursor
1 instantiation of StandardScalarCursor
Microsoft.ML.Data (1)
Training\TrainerUtils.cs (1)
807
=> new
StandardScalarCursor
(input, data, opt, signal);
3 references to StandardScalarCursor
Microsoft.ML.Data (3)
Training\TrainerUtils.cs (3)
799
public sealed class Factory : FactoryBase<
StandardScalarCursor
>
806
protected override
StandardScalarCursor
CreateCursorCore(DataViewRowCursor input, RoleMappedData data, CursOpt opt, Action<CursOpt> signal)
812
/// This derives from <see cref="
StandardScalarCursor
"/> and adds the feature column