HeatmapClusterNode class final
One stable node in a row or column clustering hierarchy.
Leaf nodes expose leafIndex. Branch nodes expose left and right. memberIndices always refers to original source-category indices.
- Annotations
Constructors
-
HeatmapClusterNode.fromJson(Map<
String, dynamic> json) -
factory
Properties
- distance → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isLeaf → bool
-
no setter
- leafIndex → int?
-
final
-
leafOrder
→ List<
int> -
Stable left-to-right source-category order represented by this subtree.
no setter
- left → HeatmapClusterNode?
-
final
-
memberIndices
→ List<
int> -
final
- right → HeatmapClusterNode?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited