com.rapidminer.operator.postprocessing
Class Threshold

java.lang.Object
  extended by com.rapidminer.operator.AbstractIOObject
      extended by com.rapidminer.operator.ResultObjectAdapter
          extended by com.rapidminer.operator.postprocessing.Threshold
All Implemented Interfaces:
IOObject, ResultObject, Saveable, LoggingHandler, java.io.Serializable

public class Threshold
extends ResultObjectAdapter

A threshold for soft2crisp classifying.

Author:
Ingo Mierswa, Martin Scholz
See Also:
Serialized Form

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()
           
 java.lang.String toString()
           
 
Methods inherited from class com.rapidminer.operator.ResultObjectAdapter
addAction, getActions, getName, getResultIcon, getVisualizationComponent, isSavable, log, logError, logNote, logWarning, save, toHTML, toResultString
 
Methods inherited from class com.rapidminer.operator.AbstractIOObject
copy, getLog, getSource, initWriting, read, setLoggingHandler, setSource, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rapidminer.operator.IOObject
copy, getLog, getSource, setLoggingHandler, setSource, write
 

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()

getExtension

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


getFileDescription

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


toString

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


Copyright © 2001-2009 by Rapid-I