Java org.apache.mahout.cf.taste.impl.similarity CachingItemSimilarity fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.cf.taste.impl.similarity CachingItemSimilarity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.cf.taste.impl.similarity CachingItemSimilarity.

The text is from its open source code.

Constructor

CachingItemSimilarity(ItemSimilarity similarity, DataModel dataModel)
Creates this on top of the given ItemSimilarity .
CachingItemSimilarity(ItemSimilarity similarity, int maxCacheSize)
Creates this on top of the given ItemSimilarity .