# weka_experiment **Repository Path**: fuheihei/weka_experiment ## Basic Information - **Project Name**: weka_experiment - **Description**: weka实验,数据降维,分类,聚类 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-10-04 - **Last Updated**: 2024-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weka_experiment #### 介绍 weka 实验 数据降维,分类,聚类 weka data - dimension reduction - classification - cluster 数据集 | 任务 | 项目路径 | | ---- |--------------------------| | 降维 | dataset/dimension_reduce | | 分类 | dataset/classification | | 聚类 | dataset/cluster | 代码部分 | 任务 | 项目路径 | | ---- |------------------------------------------| | 降维 | com.njuse.dm.filter | | 分类 | com.njuse.dm.classification | | 聚类 | com.njuse.dm.cluster |