net.fortytwo.flow.rdf.ranking
Interface WeightedVectorApproximation<T,E extends Exception>

All Superinterfaces:
Approximation<WeightedVector<T>,E>
All Known Implementing Classes:
ApproxFairOperation, ApproxIntersection, ApproxUnion, NormalizedApproxVector, RDFSpreadVector

public interface WeightedVectorApproximation<T,E extends Exception>
extends Approximation<WeightedVector<T>,E>

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

Method Summary
 WeightedVector<T> currentResult()
           
 
Methods inherited from interface net.fortytwo.flow.rdf.ranking.Approximation
compute
 

Method Detail

currentResult

WeightedVector<T> currentResult()
Specified by:
currentResult in interface Approximation<WeightedVector<T>,E extends Exception>


Copyright © 2007-2014. All Rights Reserved.