Do.Clustering: Function to do clustering of rows in data.frame#'

Description Usage Arguments Value

View source: R/Do_Clustering_function.R

Description

Function to do clustering of rows in data.frame#'

Usage

1
2
Do.Clustering(data, grid_x_dim = 10, grid_y_dim = 10, nclust = 10,
  show_plot = TRUE)

Arguments

data

data.frame with numeric values, columns are features on which the clustering is based

grid_x_dim, grid_y_dim

dimensions of the grid in somgrid

nclust

amount of clusters needed

show_plot

whether or not to show a clustering plot. Default is TRUE#'

Value

a vector comprising number of cluster for each data row.


AlinaVorontseva/mylib documentation built on May 5, 2019, 4:54 a.m.