gov.llnl.ontology.mains
Class NetworkConfluency.SynonymNetworkInfo

java.lang.Object
  extended by gov.llnl.ontology.mains.NetworkConfluency.SynonymNetworkInfo
Enclosing class:
NetworkConfluency

public class NetworkConfluency.SynonymNetworkInfo
extends Object


Field Summary
 edu.ucla.sspace.matrix.Matrix confluences
           
 double[] convergentRate
           
 Set<edu.stanford.nlp.util.IntPair> edges
           
 Set<edu.stanford.nlp.util.IntPair> modifiedEdges
           
 
Constructor Summary
NetworkConfluency.SynonymNetworkInfo(edu.ucla.sspace.matrix.SparseMatrix A)
           
NetworkConfluency.SynonymNetworkInfo(String matrixFile, edu.ucla.sspace.matrix.MatrixIO.Format format)
           
 
Method Summary
 void mergeWithConfluence(NetworkConfluency.SynonymNetworkInfo other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

confluences

public edu.ucla.sspace.matrix.Matrix confluences

convergentRate

public double[] convergentRate

edges

public Set<edu.stanford.nlp.util.IntPair> edges

modifiedEdges

public Set<edu.stanford.nlp.util.IntPair> modifiedEdges
Constructor Detail

NetworkConfluency.SynonymNetworkInfo

public NetworkConfluency.SynonymNetworkInfo(String matrixFile,
                                            edu.ucla.sspace.matrix.MatrixIO.Format format)
                                     throws IOException
Throws:
IOException

NetworkConfluency.SynonymNetworkInfo

public NetworkConfluency.SynonymNetworkInfo(edu.ucla.sspace.matrix.SparseMatrix A)
Method Detail

mergeWithConfluence

public void mergeWithConfluence(NetworkConfluency.SynonymNetworkInfo other)


Copyright © 2010-2011. All Rights Reserved.