pl.edu.icm.yadda.analysis.relations.general2sesame.auxil
Class CachedPersonDirectoryCreator

java.lang.Object
  extended by pl.edu.icm.yadda.analysis.relations.PersonDirectoryCreator
      extended by pl.edu.icm.yadda.analysis.relations.general2sesame.auxil.CachedPersonDirectoryCreator

public class CachedPersonDirectoryCreator
extends PersonDirectoryCreator


Field Summary
 
Fields inherited from class pl.edu.icm.yadda.analysis.relations.PersonDirectoryCreator
backend, regularWeighedDisambiguators, threshold
 
Constructor Summary
CachedPersonDirectoryCreator()
           
 
Method Summary
protected  void cachedCalculateAffinity(DisambiguationInterpreter di, java.util.List<java.lang.String> contributionIds, int size, double[][] workspace)
           
protected  void calculateAffinity(DisambiguationInterpreter di, java.util.List<java.lang.String> contributionIds, int size, double[][] workspace)
           
protected  void regularCalculateAffinity(DisambiguationInterpreter di, java.util.List<java.lang.String> contributionIds, int size, double[][] workspace)
           
 
Methods inherited from class pl.edu.icm.yadda.analysis.relations.PersonDirectoryCreator
createPersonDirectory, createPersonDirectory, generateAffinityId, generatePersonId, getBackend, getClusterizer, getThreshold, getWeighedDisambiguators, main, persistResults, setBackend, setClusterizer, setThreshold, setWeighedDisambiguators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedPersonDirectoryCreator

public CachedPersonDirectoryCreator()
Method Detail

calculateAffinity

protected void calculateAffinity(DisambiguationInterpreter di,
                                 java.util.List<java.lang.String> contributionIds,
                                 int size,
                                 double[][] workspace)
Overrides:
calculateAffinity in class PersonDirectoryCreator

regularCalculateAffinity

protected void regularCalculateAffinity(DisambiguationInterpreter di,
                                        java.util.List<java.lang.String> contributionIds,
                                        int size,
                                        double[][] workspace)

cachedCalculateAffinity

protected void cachedCalculateAffinity(DisambiguationInterpreter di,
                                       java.util.List<java.lang.String> contributionIds,
                                       int size,
                                       double[][] workspace)
                                throws org.openrdf.repository.RepositoryException,
                                       org.openrdf.query.MalformedQueryException,
                                       org.openrdf.query.QueryEvaluationException
Throws:
org.openrdf.repository.RepositoryException
org.openrdf.query.MalformedQueryException
org.openrdf.query.QueryEvaluationException


Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.