Learn R Programming

LearnClust (version 1.1)

initData.details: To initialize data, hierarchical correlation algorithm.

Description

To explain how to initialize data, hierarchical correlation algorithm.

Usage

initData.details(data)

Arguments

data

is a data frame with the main data.

Value

A cluster list. Initializing data. Explanation.

Details

This function is part of the hierarchical correlation method. The function initializes data transforming each row from the data frame into a matrix with every row elements.

Examples

Run this code
# NOT RUN {
data <- matrix(c(1,2,1,4,5,1,8,2,9,6,3,5,8,5,4),ncol= 3)

dataFrame <- data.frame(data)

initData.details(dataFrame)

# }

Run the code above in your browser using DataLab