main_worker {geocmeans}R Documentation

Main worker function

Description

Execution of the classification algorithm

Usage

main_worker(algo, ...)

Arguments

algo

A string indicating the algorithm to use (one of FCM, GFCM, SGFCM)

...

all the required arguments for the algorithm to use

Value

A named list with

Examples

#This is an internal function, no example provided

[Package geocmeans version 0.1.1 Index]