 ############################################################
 ##In the following,text after # are comments################
  InputStyle=0 #One file for all list, see instruction for input data format!
  #InputStyle=1 #one list has own data file, see instruction for input data format

  FileNames="All_in_one_example.txt"  # all data in one
  #FileNames="inputlist1.txt,inputlist2.txt,inputlist3.txt" #Multiple data files

  #OutputType=0  #Screen output
  #OutputType=1 #ps file output;The output  file will be "tempou.ps"
  OutputType=2 #both Screen output and ps file output;

  #prob_out=0      #No Output for probability matrix
  prob_out=1      #Output for probability matrix
  
  dm="s"         #distance measure for spearman
  #dm="K"        #distance measure for kendall

  k=5            #the size of the list to be outputed. k=0, it is for all. other values are for exact number.
  #############################################################################
  #The following tunning par specifications are our recommendation, but they can be changed by user
  N=1000         #Number of samples each iterate
  N1=1           #Number of best samples retained each iterate
  rho=0.1        #proportion of samples used to estimated new probability matrix
  w=0.5          #weight of the new probabilities estimate each iterate
  d.w=NULL       #weights for distances from different input lists
  
  
  
  #Out_input.list=0      #Output for input list
  #Out_input.list=1      #No Output for input list
  #Out_input.par=0      #Output for input parameters
  #Out_input.par=1      #No Output for input parameters
  #Out_other=0      #Output for other
  #Out_other=1      #No Output for other

