TDM_TEMPLATE - demo script  
    This is a template script demonstrating the use of TMG,
    as well as the application of the resulting TDM'S in 
    two IR tasks, quering and clustering. The quering models 
    used is the Vector Space Model (see vsm.m) and LSI 
    (see lsi.m), while two versions of the k-means algorithm 
    (euclidean and spherical, see ekmeans.m and skmeans.m) 
    cluster the resulting matrix (see also pddp.m). The user can 
    edit this code in order to change the default OPTIONS of 
    TMG, as well as to apply other IR tasks or use his own 
    implementations regarding these tasks. 
 
  Copyright 2011 Dimitrios Zeimpekis, Eugenia Maria Kontopoulou, 
                 Efstratios Gallopoulos
					
				

Return to main page