2 types derived from RowToRowScorerBase
Microsoft.ML.Data (2)
Scorers\GenericScorer.cs (1)
28
internal sealed class GenericScorer :
RowToRowScorerBase
, ITransformCanSavePfa, ITransformCanSaveOnnx
Scorers\PredictedLabelScorerBase.cs (1)
20
internal abstract class PredictedLabelScorerBase :
RowToRowScorerBase
, ITransformCanSavePfa, ITransformCanSaveOnnx, IDisposable
3 references to RowToRowScorerBase
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (2)
72
/// <see cref="
RowToRowScorerBase
"/>, which publicly is a deprecated concept as far as the public API is
78
private protected
RowToRowScorerBase
Scorer { get; set; }
Scorers\RowToRowScorerBase.cs (1)
238
public Cursor(IChannelProvider provider,
RowToRowScorerBase
parent, DataViewRowCursor input, bool[] active, IEnumerable<DataViewSchema.Column> activeMapperColumns)