FeatureStatsAnomaly constructor

FeatureStatsAnomaly({
  1. double score = 0,
  2. String statsUri = '',
  3. String anomalyUri = '',
  4. double distributionDeviation = 0,
  5. double anomalyDetectionThreshold = 0,
  6. Timestamp? startTime,
  7. Timestamp? endTime,
})

Implementation

FeatureStatsAnomaly({
  this.score = 0,
  this.statsUri = '',
  this.anomalyUri = '',
  this.distributionDeviation = 0,
  this.anomalyDetectionThreshold = 0,
  this.startTime,
  this.endTime,
}) : super(fullyQualifiedName);