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)