Skip to content

davor/ruby-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README
svg_roc_plot.rb
Copyright 2010 vorgrimmler <dv(a_t)fdm.uni-freiburg.de>
This ruby program exports inputs data(from true-positive-rate and false-positive-rate files) to a *.svg file using gnuplot. Depending on the amount of input data is possible to create 1 to n curves in one plot. 
Gnuplot is needed. Please install befor using svg_roc_plot. "sudo apt-get install gnuplot" (on debian systems)

Usage: ruby svg_roc_plot.rb ([filename_1] [filename_2]) ... ([filename_1] [filenam_2])
 cmd=filename_1 : This should be the filename of the ture-positiv-rate data.
 cmd=filename_2 : This should be the filename of the false-positiv-rate data.
 Only pairs of input files are allowed but at least one.
 Each input file has to provide one float number from 0 to 100 per line.

About

Program to create a svg_roc_plot output file by the input of true/false positive rate data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages