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