Class EvidenceCollector

java.lang.Object
  |
  +--EvidenceCollector

public class EvidenceCollector
extends java.lang.Object


Constructor Summary
EvidenceCollector(Document d, Ontology onto)
           
 
Method Summary
 void Collect(MatrixStore _ms)
           
 void ComputePrimitives()
           
 void multiMxElements(float[][] lvMatrix, float[][] lvRegExp, int cLabels, int cValues)
           
 void outputLOPrimitives()
           
 void toggleLLPrimitives()
           
 void togglePrimitives()
           
 void toggleVRPrimitives()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvidenceCollector

public EvidenceCollector(Document d,
                         Ontology onto)
Method Detail

Collect

public void Collect(MatrixStore _ms)

ComputePrimitives

public void ComputePrimitives()

multiMxElements

public void multiMxElements(float[][] lvMatrix,
                            float[][] lvRegExp,
                            int cLabels,
                            int cValues)

outputLOPrimitives

public void outputLOPrimitives()

toggleLLPrimitives

public void toggleLLPrimitives()

togglePrimitives

public void togglePrimitives()

toggleVRPrimitives

public void toggleVRPrimitives()