HClust: Hierarchical Clustering

Description Usage Arguments Value Author(s) See Also Examples

Description

Hierarchical Clustering

Usage

1
HClust(data, x, y, dmethod = "euclidean", p)

Arguments

data

is the dataset containing the observations.

x

is a reference to a column in the dataset that is could be the independent variable.

y

is a reference to another column in the dataset that could be the dependent variable.

dmethod

is the distance measure to be used. This must be one of "euclidean", "maximum", "manhattan", "canberra", "binary" or "minkowski".

Value

Returns a list that contains values corresponding to the cluster number, and other details Subsets given data using column names or number and performs hierarchical clustering on the subset data with error handling.

Author(s)

Adithya Murali

See Also

hclust

Examples

1
print(HClust(iris, 'Sepal.Length', "Sepal.Width"))

admurali/self documentation built on May 10, 2019, 5:56 a.m.