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

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

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


Constructor Summary
TidalTrustImpl(com.tinkerpop.blueprints.pgm.Graph graph)
           
 
Method Summary
 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

TidalTrustImpl

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

trustValue

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


Copyright © 2012. All Rights Reserved.