edu.udo.cs.yale.operator.postprocessing
Class Threshold

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.operator.postprocessing.Threshold
All Implemented Interfaces:
IOObject, ResultObject, Saveable

public class Threshold
extends ResultObjectAdapter
implements Saveable

A threshold for soft2crisp classifying.

Version:
$Id: Threshold.java,v 1.4 2006/08/11 09:03:51 ingomierswa Exp $
Author:
Ingo Mierswa, Martin Scholz

Field Summary
private  java.lang.String oneClass
          The second class.
private  double threshold
          The threshold.
private  java.lang.String zeroClass
          The first class.
 
Constructor Summary
Threshold(double threshold, java.lang.String zeroClass, java.lang.String oneClass)
           
 
Method Summary
 java.lang.String getExtension()
          Returns the default extension in file choosers.
 java.lang.String getFileDescription()
          Returns the file description used in file choosers.
 java.lang.String getOneClass()
           
 double getThreshold()
           
 java.lang.String getZeroClass()
           
 void save(java.io.File file)
          Writes the object into the given file.
 java.lang.String toString()
           
 void writeThresholdFile(java.io.File thresholdFile)
           
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, getName, getVisualisationComponent, toHTML, toResultString
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Field Detail

threshold

private double threshold
The threshold.


zeroClass

private java.lang.String zeroClass
The first class.


oneClass

private java.lang.String oneClass
The second class.

Constructor Detail

Threshold

public Threshold(double threshold,
                 java.lang.String zeroClass,
                 java.lang.String oneClass)
Method Detail

getThreshold

public double getThreshold()

getZeroClass

public java.lang.String getZeroClass()

getOneClass

public java.lang.String getOneClass()

save

public void save(java.io.File file)
          throws java.io.IOException
Description copied from interface: Saveable
Writes the object into the given file.

Specified by:
save in interface Saveable
Throws:
java.io.IOException


getExtension

public java.lang.String getExtension()
Description copied from interface: Saveable
Returns the default extension in file choosers.

Specified by:
getExtension in interface Saveable


getFileDescription

public java.lang.String getFileDescription()
Description copied from interface: Saveable
Returns the file description used in file choosers.

Specified by:
getFileDescription in interface Saveable


writeThresholdFile

public void writeThresholdFile(java.io.File thresholdFile)
                        throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2006