load_moc_datasets {bootcluster} | R Documentation |
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())
Arguments
data_dir |
Directory containing the CSV datasets (default: current working directory) |
Value
A list containing:
- datasets
Named list of processed datasets
Examples
## Not run:
# Load datasets
result <- load_moc_datasets("path/to/MOC_Data")
# Access a specific dataset
spiral <- result$datasets$Spiral
## End(Not run)
[Package bootcluster version 0.4.2 Index]