🎉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

"Result from Agglomerative Clustering to file"

User: "MacGregor"
New Altair Community Member
Updated by Jocelyn
Hi your all, is there a posibility to save the output "cluster model" from Agglomerative Clustering (specifically pairs and triple words, or otherwise all the result) to a file?...

Please, apreciate any help...

Cheers

Mac

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi,

    if you just want to store the model for later use, you can either store it in the repository via the Store operator, or to a file via Write Model.

    Best,
    Marius
    User: "MacGregor"
    New Altair Community Member
    OP
    Hi Marius, thanks, but
    if i use the Write Model, i have the error: Expected Model but received HierarchicalClusterModel.
    if i use the Store, i have the error: expects: IOObject

    The Agglomerative Cluster produces a very beauty tree where if i clik in one node, i have the more similars words. So instead of going to see in the tree and by hand, write all the words, I would like to be saved in a file.

    Question 2 : The resulting tree of agglomerative clustering is a ultrametric tree?

    Thanks again my friend..

    Mac