SimilarityCache(WriteableObjectPool pool,
SimilarityCacheMatrix matrix,
SimCalculatorStrategy strategy) |
This constructor creates a new SimilarityCache for a given CaseBase and SimilarityCacheMatrix.
|
SimilarityCache(WriteableObjectPool queryPool,
WriteableObjectPool casePool,
SimilarityCacheMatrix matrix,
SimCalculatorStrategy strategy) |
This constructor creates a new SimilarityCache for a given CaseBase and SimilarityCacheMatrix.
|
SimilarityCache(WriteableObjectPool queryPool,
WriteableObjectPool casePool,
String pathCache,
SimCalculatorStrategy strategy) |
This constructor creates a new SimilarityCacheMatrix for a given CaseBase, calculates all
similarities and stores them under the given path.
|
SimilarityCache(WriteableObjectPool pool,
String pathCache,
SimCalculatorStrategy strategy) |
This constructor creates a new SimilarityCacheMatrix for a given CaseBase, calculates all
similarities and stores them under the given path.
|
SimpleSimilarityCache(WriteableObjectPool queryPool,
WriteableObjectPool casePool,
String pathCache,
SimCalculatorStrategy strategy) |
Creates a new simple similarity cache and tries to complete the data loaded from the path.
|
SimpleSimilarityCache(WriteableObjectPool queryPool,
WriteableObjectPool casePool,
String pathCache,
SimCalculatorStrategy strategy,
boolean complete) |
Creates a new simple similarity cache and tries to complete the data loaded from the path.
|
SimpleSimilarityCache(WriteableObjectPool pool,
String pathCache,
SimCalculatorStrategy strategy) |
Creates a new simple similarity cache and tries to complete the data loaded from the path.
|
SimpleSimilarityCache(WriteableObjectPool pool,
String pathCache,
SimCalculatorStrategy strategy,
boolean complete) |
Creates a new simple similarity cache and tries to complete the data loaded from the path.
|