get.algorithms {inaparc} | R Documentation |
Get the names of algorithms in ‘inaparc’
Description
Gets the names of initialization algorithms which are available in the package ‘inaparc’.
Usage
get.algorithms(atype="prototype")
Arguments
atype |
an string for the type of algorithms. The default value is prototype for the names of algorithms for initialization of cluster prototypes. Use membership for the names of algorithms for initialization of hard and fuzzy membership degrees. |
Value
a vector containing the names of algorithms.
Author(s)
Zeynel Cebeci, Cagatay Cebeci
See Also
Examples
get.algorithms(atype="prototype")
get.algorithms(atype="membership")
[Package inaparc version 1.2.0 Index]