report
Class NodesSVDReport

java.lang.Object
  extended by report.Report
      extended by report.NodesSVDReport

public class NodesSVDReport
extends report.Report

Class that wirtes in a file all the matrices obtained from SVD for each node.

Author:
Andrea Campanella, NPTLab, Public university of Milan, 2014

Field Summary
 double similarity
           
 
Fields inherited from class report.Report
DEF_PRECISION, INTERVAL_SETTING, INTERVALLED_FORMAT, NAN, OUT_SUFFIX, OUTPUT_SETTING, PRECISION_SETTING, REPORT_NS, REPORTDIR_SETTING, WARMUP_S
 
Constructor Summary
NodesSVDReport()
           
 
Method Summary
 void done()
          Called when the simulation is done, user requested premature termination or intervalled report generating decided that it's time for the next report.
 
Methods inherited from class report.Report
getAverage, getIntAverage, getIntMedian, getMedian, getVariance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

similarity

public double similarity
Constructor Detail

NodesSVDReport

public NodesSVDReport()
Method Detail

done

public void done()
Description copied from class: report.Report
Called when the simulation is done, user requested premature termination or intervalled report generating decided that it's time for the next report.

Overrides:
done in class report.Report