🎉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

K-Means Cluster Analysis with a Date Attribute

User: "Han"
New Altair Community Member
Updated by Jocelyn
I need help doing a cluster analysis with a date attribute. So far, I have my titanic data input, normalized data, date to numerical, and replaced missing values. I am confused about how to run a proper k-means at this point. I have my data files. My data has transaction numbers with repeating values so maybe that is throwing me off? I'm not really skilled at using this software.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Han"
    New Altair Community Member
    OP
    I want to group all sales by customer to show number of days, number of transactions, and total revenue by customer.
    Hi @Han

    You are trying to get the aggregates of those values.
    You'll need to use the Aggregate operator.

    Please watch the video it would help you understand how summarize your dataset. 

    Aggregations & Joining intro | RapidMiner