1 interface inheriting from IEvaluatorOutput
Microsoft.ML.Data (1)
EntryPoints\CommonOutputs.cs (1)
255
public interface IClassificationEvaluatorOutput :
IEvaluatorOutput
3 references to IEvaluatorOutput
Microsoft.ML.Data (3)
EntryPoints\CommonOutputs.cs (1)
212
[TlcModule.EntryPointKind(typeof(
IEvaluatorOutput
))]
EntryPoints\EntryPointNode.cs (2)
84
type == typeof(CommonOutputs.
IEvaluatorOutput
);
189
if (variableType == typeof(CommonOutputs.
IEvaluatorOutput
))