Two parameters of the KMedoids object, the buildConfidence and swapConfidence, are currently not modifiable on the fly; this means that to modify these values, we need to currently replace them where they are hard-coded and then rebuild the package.
Instead, make getters and setters for both of these fields and expose them via the Python bindings.
Two parameters of the
KMedoids
object, thebuildConfidence
andswapConfidence
, are currently not modifiable on the fly; this means that to modify these values, we need to currently replace them where they are hard-coded and then rebuild the package.Instead, make
get
ters andset
ters for both of these fields and expose them via the Python bindings.