Задайте вопросЗадайте вопрос
 

ОтвеченоSequence Clustering Algorithm

  • 22 июня 2009 г. 20:18LEOROY Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     
    This is the table that i have

    StudentID  ClassID CentreID  EnrollType                  History     JoinYear        Month
     1000020    1           1             NEW Student              NULL        2005             JAN
     1000020    2           1             Current                       NuLL        2005             JAN
     1000020    3           1             Current                       NuLL        2005             JAN
      1000020    2           1             EXIT                            NuLL       2005            JAN
      1000099    4           3             NEW STudent           NULL         2007            MAR
       1000104   2           5             Internal Transfer       NULL        2009            MAR
     .................................................................................
     
    I need to use SEQUENCE Clustering algorithm to capture events.  For example

    STUDENT JOIN EVENT

     IF the StudentID(j-1) < > Student(j) & enroltype= "NEWSTUDENT" ----> student joined at "j"
     IF the StudentID(j-1) < > Student(j) & enroltype= "Internal Transfer" ----> student joined at "j"

    Each student has multiple records .
    When this above condition occurs , Few attributes like firstname, lastname  ,joinyear have to be displayed.

    I am new to SSAS ....Can anyone please tel me how i could implement this using sequence clustering algorithm. All the data is coming from one single table. What would go in my nested table and case table.???? Do i have to make use MDX to solve this problem.

Ответы

Все ответы