Find more posts tagged with
Sort by:
1 - 2 of
21
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
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
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