Interface IDtoDataUsageReport

All Known Implementing Classes:
DtoDataUsageReport

public interface IDtoDataUsageReport
Information about the removed signals
  • Method Details

    • getTrainingStartTime

      Long getTrainingStartTime()
      The start of the observed target timerange.
    • setTrainingStartTime

      void setTrainingStartTime(Long trainingStartTime)
      The start of the observed target timerange.
    • getTrainingEndTime

      Long getTrainingEndTime()
      The end of the observed target timerange (inclusive).
    • setTrainingEndTime

      void setTrainingEndTime(Long trainingEndTime)
      The end of the observed target timerange (inclusive).
    • getTotalTargetDataPointCount

      Integer getTotalTargetDataPointCount()
      Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
    • setTotalTargetDataPointCount

      void setTotalTargetDataPointCount(Integer totalTargetDataPointCount)
      Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
    • getRemovedOutlierCount

      Integer getRemovedOutlierCount()
      Number of data points in the observed timerange of the target signal that were determined to be outliers. These will not be used for model training.
    • setRemovedOutlierCount

      void setRemovedOutlierCount(Integer removedOutlierCount)
      Number of data points in the observed timerange of the target signal that were determined to be outliers. These will not be used for model training.
    • getRemovedSignals

      IDtoSignalRemoval[] getRemovedSignals()
      List of signals removed and their justification.
    • setRemovedSignals

      void setRemovedSignals(IDtoSignalRemoval[] removedSignals)
      List of signals removed and their justification.