Uses of Class
net.fortytwo.flow.rdf.ranking.WeightedVector

Packages that use WeightedVector
net.fortytwo.flow.rdf.ranking   
 

Uses of WeightedVector in net.fortytwo.flow.rdf.ranking
 

Methods in net.fortytwo.flow.rdf.ranking that return WeightedVector
 WeightedVector<T> WeightedVector.add(WeightedVector<T> other)
           
 WeightedVector<T> WeightedVectorApproximation.currentResult()
           
 WeightedVector<org.openrdf.model.Resource> RDFSpreadVector.currentResult()
           
 WeightedVector<T> NormalizedApproxVector.currentResult()
           
 WeightedVector<T> ApproxUnion.currentResult()
           
 WeightedVector<T> ApproxIntersection.currentResult()
           
 WeightedVector<T> WeightedVector.multiplyBy(double c)
           
 WeightedVector<T> WeightedVector.multiplyByTransposeOf(WeightedVector<T> other)
           
 WeightedVector<T> WeightedVector.normalized()
           
 WeightedVector<T> WeightedVector.normalizedAsDist()
           
 WeightedVector<T> WeightedVector.positiveClip()
          Removes each negative element from the vector.
 WeightedVector<T> WeightedVector.subtract(WeightedVector<T> other)
           
 

Methods in net.fortytwo.flow.rdf.ranking with parameters of type WeightedVector
 WeightedVector<T> WeightedVector.add(WeightedVector<T> other)
           
 double WeightedVector.dotMultiplyBy(WeightedVector<T> other)
           
 WeightedVector<T> WeightedVector.multiplyByTransposeOf(WeightedVector<T> other)
           
 void RDFSpreadVector.stepRelated(org.openrdf.sail.SailConnection sc, org.openrdf.model.Resource resource, double weight, WeightedVector<org.openrdf.model.Resource> result, Queue<org.openrdf.model.Resource> resources)
           
 WeightedVector<T> WeightedVector.subtract(WeightedVector<T> other)
           
 

Constructors in net.fortytwo.flow.rdf.ranking with parameters of type WeightedVector
RDFSpreadVector(WeightedVector<org.openrdf.model.Resource> vector, org.openrdf.model.URI[] inPredicates, org.openrdf.model.URI[] outPredicates, org.openrdf.sail.SailConnection sailConnection, org.openrdf.model.Resource... seeds)
           
WeightedVector(WeightedVector<T> other)
           
 



Copyright © 2007-2014. All Rights Reserved.