help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Min Hash Implement


From: sflee
Subject: Re: Min Hash Implement
Date: Wed, 24 Jul 2013 17:00:15 -0700 (PDT)

Thank you very much@@"

This is what I did finally.

        ind = randperm(length(raw_vector));
        result(1,i) = find(raw_vector(ind)==1,1);



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Min-Hash-Implement-tp4655959p4655983.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]