A program to recognize and reward our most engaged community members
earmijo wrote:Suppose you have a process like the following:Read Data => Normalize => K-Means1) Now connect the port "Preprocess Model" from the operator Normalize to the Operator "DeNormalize".2) Connect the Example Set coming out of the K-means operator and the Model coming out of the DeNormalize operator to an Operator ApplyModel. 3) Use the operator Aggregate to obtain the means grouped by Cluster. Hope this helps,E.