net.fortytwo.flow.rdf.ranking
Class ApproxIntersection<T,E extends Exception>

java.lang.Object
  extended by net.fortytwo.flow.rdf.ranking.ApproxFairOperation<T,E>
      extended by net.fortytwo.flow.rdf.ranking.ApproxIntersection<T,E>
All Implemented Interfaces:
Approximation<WeightedVector<T>,E>, WeightedVectorApproximation<T,E>

public class ApproxIntersection<T,E extends Exception>
extends ApproxFairOperation<T,E>

Author:
Joshua Shinavier (http://fortytwo.net)

Field Summary
 
Fields inherited from class net.fortytwo.flow.rdf.ranking.ApproxFairOperation
operands
 
Constructor Summary
ApproxIntersection(WeightedVectorApproximation<T,E>... operands)
           
 
Method Summary
 WeightedVector<T> currentResult()
           
 
Methods inherited from class net.fortytwo.flow.rdf.ranking.ApproxFairOperation
compute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproxIntersection

public ApproxIntersection(WeightedVectorApproximation<T,E>... operands)
Method Detail

currentResult

public WeightedVector<T> currentResult()


Copyright © 2007-2014. All Rights Reserved.