TimeSeries class

Constructors

TimeSeries({List<String>? fields, List<List<double>>? samples, List<double>? min, List<double>? max, List<double>? mean, List<double>? median, List<double>? variance})
TimeSeries.fromJSON(Map<String, dynamic> data)
factory

Properties

fields List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
max List<double>
getter/setter pair
mean List<double>
getter/setter pair
median List<double>
getter/setter pair
min List<double>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples List<List<double>>
getter/setter pair
variance List<double>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode(TimeSeries value) Map<String, dynamic>