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