Is it possible to use Apache mahout without any dependency to Hadoop.
I would like to use the mahout algorithm on a single computer by only including the mahout library inside my Java project but i dont want to use hadoop at all since i will be running on a single node anyway.
Is that possible?