Post
Topic
Board Development & Technical Discussion
Re: How does a site like Blockchain.info know which outputs are change?
by
maaku
on 28/11/2013, 06:39:05 UTC
If it were me, I'd do prime decomposition on the amounts, calculate their relative magnitude, a boolean value indicating whether they'd been seen before, etc., label a number of training examples, and have a support vector machine generate a classifier.

There's a million other ways you can do it and get decent results. Doesn't stop it from being a WAG though.