Learn R Programming

bootcluster (version 0.4.2)

load_moc_datasets: Load Multiple-Objective Clustering (MOC) Datasets

Description

Loads and processes datasets for multiple-objective clustering analysis. The function loads CSV files from a specified directory and processes them by removing NA columns.

Usage

load_moc_datasets(data_dir = getwd())

Value

A list containing:

datasets

Named list of processed datasets

Arguments

data_dir

Directory containing the CSV datasets (default: current working directory)

Examples

Run this code
if (FALSE) {
# Load datasets
result <- load_moc_datasets("path/to/MOC_Data")

# Access a specific dataset
spiral <- result$datasets$Spiral
}

Run the code above in your browser using DataLab