However, modifying the parameters yourself means that you need knowledge about the data mining process. For example, you must know how to modify the maximum number of clusters to gain better clustering results.
With the Easy Mining procedures for basic mining steps, you can create, test, and modify data models. You can later apply these data models to new data to help you make successful business decisions.
| Tasks | Classification mining procedure | Regression mining procedure | Clustering mining procedure | Associations mining procedure | Sequences mining procedure | Time series mining procedure |
|---|---|---|---|---|---|---|
| Building models | BuildClasModel | BuildRegModel | BuildClusModel | BuildRuleModel | BuildSeqRuleModel | BuildTsModel |
| Testing models | TestClasModel | TestRegModel | - | - | - | - |
| Applying models | ApplyClasModel | ApplyRegModel | ApplyClusModel | ApplyRuleModel | ApplySeqRuleModel | - |
| Exporting models | ExportClasModel | ExportRegModel | ExportClusModel | ExportRuleModel | ExportSeqRuleModel | ExportTsModel |
| Exporting test result | ExportClasTestResult | ExportRegTestResult | - | - | - | - |
| Building mining views | BuildClasView | BuildRegView | BuildClusView | BuildRuleView | BuildSeqRuleView | - |