🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Resuslts of DBSCAN

User: "fechner_alex"
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
    User: "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.
    User: "fechner_alex"
    New Altair Community Member
    OP
    Thanks :)