org.apache.mahout.cf.taste.similarity.precompute
Interface SimilarItemsWriter
- All Superinterfaces:
- Closeable
- All Known Implementing Classes:
- FileSimilarItemsWriter
public interface SimilarItemsWriter
- extends Closeable
Used to persist the results of a batch item similarity computation
conducted with a BatchItemSimilarities
implementation
open
void open()
throws IOException
- Throws:
IOException
add
void add(SimilarItems similarItems)
throws IOException
- Throws:
IOException
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.