get.algorithms: Get the names of algorithms in 'inaparc'

View source: R/inaparc.R

get.algorithmsR 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

inaparc-package

Examples

get.algorithms(atype="prototype")
get.algorithms(atype="membership")

inaparc documentation built on June 16, 2022, 5:09 p.m.