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

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

public class CachedCsvPersonDirectoryCreator
extends CsvPersonDirectoryCreator


Field Summary
 
Fields inherited from class pl.edu.icm.yadda.analysis.relations.PersonDirectoryCreator
backend, regularWeighedDisambiguators, threshold
 
Constructor Summary
CachedCsvPersonDirectoryCreator()
           
 
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)
           
static void main(java.lang.String[] args)
           
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.general2sesame.auxil.CsvPersonDirectoryCreator
persistResults
 
Methods inherited from class pl.edu.icm.yadda.analysis.relations.PersonDirectoryCreator
createPersonDirectory, createPersonDirectory, generateAffinityId, generatePersonId, getBackend, getClusterizer, getThreshold, getWeighedDisambiguators, setBackend, setClusterizer, setThreshold, setWeighedDisambiguators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedCsvPersonDirectoryCreator

public CachedCsvPersonDirectoryCreator()
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

main

public static void main(java.lang.String[] args)


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