2 writes to AggregateSymbol
Microsoft.ML.TimeSeries (2)
RootCauseLocalizationType.cs (2)
67AggregateSymbol = aggregateSymbol; 76AggregateSymbol = aggregateSymbol;
4 references to AggregateSymbol
Microsoft.ML.TimeSeries (4)
RootCauseAnalyzer.cs (4)
47DimensionInfo dimensionInfo = SeparateDimension(src.AnomalyDimension, src.AggregateSymbol); 63GetRootCauseDirectionAndScore(dimPointMapping, src.AnomalyDimension, dst, _beta, pointTree, src.AggregateType, src.AggregateSymbol); 114BuildTree(pointTree, dimensionInfo.AggDims, point, src.AggregateSymbol); 118BuildTree(anomalyTree, dimensionInfo.AggDims, point, src.AggregateSymbol);