SortingMethod enum
The method by which the frequency value is calculated.
Constructors
- SortingMethod()
-
const
Values
- harmonic → const SortingMethod
-
DEFAULT: The harmonic mean of frequencies.
- min → const SortingMethod
-
The smallest frequency value
- avg → const SortingMethod
-
The average frequency value
Properties
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
Constants
-
values
→ const List<
SortingMethod> -
A constant List of the values in this enum, in order of their declaration.
[harmonic, min, avg]