5 references to AnnotatedName
Microsoft.ML.AutoML (5)
TransformInference\TransformInference.cs (5)
91
public bool Equals(
AnnotatedName
an)
100
public
AnnotatedName
[] ColumnsConsumed { get; }
101
public
AnnotatedName
[] ColumnsProduced { get; }
103
public ColumnRoutingStructure(
AnnotatedName
[] columnsConsumed,
AnnotatedName
[] columnsProduced)