org.dllearner.algorithms.hybridgp
Class Psi
java.lang.Object
org.dllearner.algorithms.hybridgp.Psi
- All Implemented Interfaces:
- GeneticRefinementOperator
public class Psi
- extends Object
- implements GeneticRefinementOperator
evalCache
public SortedMap<Description,ScorePosNeg> evalCache
pdCache
public SortedMap<Description,Set<Description>> pdCache
puCache
public SortedMap<Description,Set<Description>> puCache
someTime
public long someTime
Psi
public Psi(PosNegLP learningProblem,
AbstractReasonerComponent reasoningService)
applyPsi
public Description applyPsi(Description concept,
int coveredPositives,
int coveredNegatives)
applyOperator
public Program applyOperator(Program program)
- Specified by:
applyOperator in interface GeneticRefinementOperator
getCacheSize
public int getCacheSize()
getConceptCacheHits
public int getConceptCacheHits()
getNrOfRequests
public int getNrOfRequests()
getPsiApplicationTimeNs
public long getPsiApplicationTimeNs()
getPsiReasoningTimeNs
public long getPsiReasoningTimeNs()
getPdCacheHits
public int getPdCacheHits()
getPuCacheHits
public int getPuCacheHits()
getPdRequests
public long getPdRequests()
getPuRequests
public long getPuRequests()
getPdCache
public SortedMap<Description,Set<Description>> getPdCache()
getPuCache
public SortedMap<Description,Set<Description>> getPuCache()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann