Difference between revisions of "Orange: Aggregate"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://orange.biolab.si/widget-catalog/time-series/aggregate/ Aggregate data by second, minute, hour, day, week, month, or year. Inputs Time series: Time seri...")
 
Line 13: Line 13:
  
 
Aggregate joins together instances at the same level of granularity. In other words, if aggregating by day, all instances from the same day will be merged into one. Aggregation function can be defined separately based on the type of the attribute.
 
Aggregate joins together instances at the same level of granularity. In other words, if aggregating by day, all instances from the same day will be merged into one. Aggregation function can be defined separately based on the type of the attribute.
 +
 +
[[File:Aggregate-stamped.png|center|200px|thumb]]
 +
  
 
     Interval to aggregate the time series by. Options are: second, minute, hour, day, week, month, or year.
 
     Interval to aggregate the time series by. Options are: second, minute, hour, day, week, month, or year.
 
     Aggregation function for each of the time series in the table. Discrete variables (sequences) can only be aggregated using mode (i.e. most frequent value), whereas string variables can only be aggregated using string concatenation.
 
     Aggregation function for each of the time series in the table. Discrete variables (sequences) can only be aggregated using mode (i.e. most frequent value), whereas string variables can only be aggregated using string concatenation.
  
See also
+
==See also==
  
 
Moving Transform
 
Moving Transform

Revision as of 18:55, 26 January 2020

Sumber: https://orange.biolab.si/widget-catalog/time-series/aggregate/


Aggregate data by second, minute, hour, day, week, month, or year.

Inputs

   Time series: Time series as output by As Timeseries widget.

Outputs

   Time series: Aggregated time series.

Aggregate joins together instances at the same level of granularity. In other words, if aggregating by day, all instances from the same day will be merged into one. Aggregation function can be defined separately based on the type of the attribute.

Aggregate-stamped.png


   Interval to aggregate the time series by. Options are: second, minute, hour, day, week, month, or year.
   Aggregation function for each of the time series in the table. Discrete variables (sequences) can only be aggregated using mode (i.e. most frequent value), whereas string variables can only be aggregated using string concatenation.

See also

Moving Transform


Referensi

Pranala Menarik