Hello,
If I understood correctly, tf*idf is used to weight the indices of text's representation when comparing two texts (with for example a cosine similarity measure). I was wondering if tf*idf could also be used to transform the indexing set associated to a document into a vector? At first I don't see any issue with this, and I would say that
* Binary vector with tf*idf weighting scheme for cosine comparaison
and
* tf*idf to transform indexing set into a vector and no weighting scheme for cosine comparaison
Would provide the same comparaison results.