Easy Mining procedures for basic mining steps
The Easy Mining procedures for basic mining steps correspond to the SQL API of Intelligent Miner®. They are easy to use because their syntax is easy. Furthermore, they concentrate on the more frequently used concepts of SQL/MM. They might even provide better results compared to the Easy Mining procedures for typical mining tasks because you can modify the parameters yourself.
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 | - |