NormalizeModifier class
- Implemented types
Constructors
- NormalizeModifier({required double low, required double high, double? mid, double? threshold})
Properties
Methods
-
apply(
List< DataPoint> input, DataPointPipelineContext context) → List<DataPoint> -
override
-
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