3 references to GetEntropy
Microsoft.ML.TimeSeries (3)
RootCauseAnalyzer.cs (3)
249
double totalEntropy =
GetEntropy
(totalPoints.Count, anomalyPoints.Count);
310
double entropy =
GetEntropy
(dimension.PointDis.Count, dimension.AnomalyDis.Count);
676
double dimEntropy =
GetEntropy
(pointDis[key], anomalyDis[key]);