The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.

[SOLVED] Resuslts of DBSCAN

magic_almagic_al Member Posts: 11 Contributor II
edited November 2018 in Help
I performed a DBSCAN and I'd like to save the rusults from the ClusterModel to a database. How can I convert the ClusterModel into an ExampleSet for using the WriteDatabase module?

Answers

  • SkirzynskiSkirzynski Member Posts: 164 Maven
    If you want to see and store the results of any model you have to apply this model with the "Apply Model" operator. This will yield an example set with an additional attribute which represents the cluster to which this example was assigned by DBSCAN.
  • magic_almagic_al Member Posts: 11 Contributor II
    Thanks :)
Sign In or Register to comment.