[SOLVED] Resuslts of DBSCAN

New Altair Community Member
Updated by Jocelyn
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?
Find more posts tagged with
Sort by:
1 - 2 of
21

Skirzynski
New Altair Community Member
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.