edu.qut.cs.rcmd.core.alg.tidal.impl
Class CachingTidalTrustImpl<V>

java.lang.Object
  extended by edu.qut.cs.rcmd.core.alg.tidal.impl.CachingTidalTrustImpl<V>
All Implemented Interfaces:
TidalTrust<V>

public class CachingTidalTrustImpl<V>
extends Object
implements TidalTrust<V>


Constructor Summary
CachingTidalTrustImpl(com.tinkerpop.blueprints.pgm.Graph graph)
           
 
Method Summary
 Double calcTrustValue(V source, V sink)
           
 Double trustValue(V source, V sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingTidalTrustImpl

public CachingTidalTrustImpl(com.tinkerpop.blueprints.pgm.Graph graph)
Method Detail

trustValue

public Double trustValue(V source,
                         V sink)
Specified by:
trustValue in interface TidalTrust<V>

calcTrustValue

public Double calcTrustValue(V source,
                             V sink)


Copyright © 2012. All Rights Reserved.