Learn R Programming

latrend (version 1.0.1)

interface-akmedoids: akmedoids interface

Description

akmedoids interface

Usage

# S4 method for lcMethodAKMedoids
getName(object)

# S4 method for lcMethodAKMedoids getShortName(object)

# S4 method for lcMethodAKMedoids fit(method, data, envir, verbose, ...)

Arguments

object

The object to extract the label from.

method

The lcMethod object.

data

The data, as a data.frame, on which the model will be trained.

envir

The environment in which the lcMethod should be evaluated

verbose

A R.utils::Verbose object indicating the level of verbosity.

...

Additional arguments.

See Also

lcMethodAKMedoids akmedoids.clust