menu
lunaris_engine package
documentation
MachineLearning/hierarchical_clustering.dart
HierarchicalClustering class
HierarchicalClustering class
dark_mode
light_mode
HierarchicalClustering
class
Constructors
HierarchicalClustering
({
Linkage
linkage
=
Linkage.average
})
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
linkage
→
Linkage
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
fit
(
List
<
List
<
double
>
>
X
, {
int
k
=
1
})
→
List
<
int
>
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
lunaris_engine package
documentation
MachineLearning/hierarchical_clustering
HierarchicalClustering class
hierarchical_clustering library