net.sf.myra.gui.parser
Class SensitivitySpecificityParser

java.lang.Object
  extended by net.sf.myra.gui.parser.ResultParser
      extended by net.sf.myra.gui.parser.SensitivitySpecificityParser

public class SensitivitySpecificityParser
extends ResultParser

This class represents the parser for the SensitivitySpecificityMeasure evaluation measure.

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Constructor Summary
SensitivitySpecificityParser()
           
 
Method Summary
 java.lang.String parse(java.lang.String text)
          Returns the result (as a string) of parsing the specified text.
 
Methods inherited from class net.sf.myra.gui.parser.ResultParser
stdev, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SensitivitySpecificityParser

public SensitivitySpecificityParser()
Method Detail

parse

public java.lang.String parse(java.lang.String text)
Description copied from class: ResultParser
Returns the result (as a string) of parsing the specified text.

Specified by:
parse in class ResultParser
Parameters:
text - the text to be parsed.
Returns:
the result (as a string) of parsing the specified text.


Copyright © 2013. All Rights Reserved.