affinity_propagation {clustering}
R Documentation
affinity_propagation
Description
affinity_propagation
Usage
affinity_propagation
(
x
,
damping
=
0.9
,
max.iteration
=
1000
,
convergence
=
200
);
Arguments
Details
Authors
MLkit
Value
this function returns data object of type
EntityClusterModel
.
clr value class
EntityClusterModel
Examples
[Package
clustering
version 1.0.0.0
Index
]