FLAggClust-class: An S4 class to represent FLAggClustering

Description Arguments Slots

Description

An S4 class to represent FLAggClustering

Arguments

object

returns a vector giving a permutation of the original observations to allow for plotting, in the sense that the branches of a clustering tree will not cross.

object

returns a vector with the distances between merging clusters at the successive stages.

object

the agglomerative coefficient, measuring the clustering structure of the dataset.

object

returns an (n-1) by 2 matrix, where n is the number of observations. Row i of merge describes the merging of clusters at step i of the clustering.

object

prints the results of agglomerative clustering on FLTable objects.

object

plots the results of agglomerative clustering on FLtable objects. Creates plots for visualizing an agnes object.

Slots

AnalysisID

A character output used to retrieve the results of analysis

wideToDeepAnalysisID

A character string denoting the intermediate identifier during widetable to deeptable conversion.

diss

logical TRUE if dissimilarity matrix is supplied to fanny

table

FLTable object given as input on which analysis is performed

results

A list of all fetched components

deeptable

A character vector containing a deeptable(either conversion from a widetable or input deeptable)

temptables

A list of temporary table names used across the results

mapTable

A character string name for the mapping table in-database if input is wide-table.

whereconditions

takes the where_clause as a string

maxit

maximal number of iterations for the FANNY algorithm.


Fuzzy-Logix/AdapteR documentation built on May 6, 2019, 5:07 p.m.