🎉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

How to join multiple excel sheets to combine them into one cluster (k-means) ?

User: "DDresen"
New Altair Community Member
Updated by Jocelyn
Hey there,

I'm trying to join (in this example 2 but the purpose is to join a huge number of excels) some excel sheets with the join operator to cluster similar documents from different datasets. My problem is, that the join operator overwrites the datasets which are identical in their structure to that the exampleset that arrives at the cluster operator is empty. Attached you will find the process I'm using + the datasets. 

How do I solve this? Thanks in advance!

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    in this case you likely want to append BEFORE process Documents, otherwise your normalization equations are off.

    Another "trick" is the operator Append (SuperSet), which will allow this operation and add missings. But i suspect this is not what you want.

    Best,
    Martin