gr.demokritos.iit.jinsect.interoperability
Class RInteroperator

java.lang.Object
  extended by gr.demokritos.iit.jinsect.interoperability.RInteroperator

public class RInteroperator
extends java.lang.Object


Constructor Summary
RInteroperator()
          Creates a new instance of RInteroperator.
 
Method Summary
 Correlation getCorrelationBetween(java.util.List l1, java.util.List l2, java.lang.String sMethod)
           
 Correlation getCorrelationBetween(java.lang.String sFile, java.lang.String sMeasure1, java.lang.String sMeasure2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RInteroperator

public RInteroperator()
               throws java.io.IOException
Creates a new instance of RInteroperator.

Throws:
java.io.IOException
Method Detail

getCorrelationBetween

public Correlation getCorrelationBetween(java.lang.String sFile,
                                         java.lang.String sMeasure1,
                                         java.lang.String sMeasure2)

getCorrelationBetween

public Correlation getCorrelationBetween(java.util.List l1,
                                         java.util.List l2,
                                         java.lang.String sMethod)