📄 package-tree.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_13) on Mon Jul 14 01:36:54 CEST 2008 --><TITLE>com.rapidminer.operator.postprocessing Class Hierarchy (RapidMiner Class Documentation)</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){ parent.document.title="com.rapidminer.operator.postprocessing Class Hierarchy (RapidMiner Class Documentation)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/rapidminer/operator/performance/test/package-tree.html"><B>PREV</B></A> <A HREF="../../../../com/rapidminer/operator/preprocessing/package-tree.html"><B>NEXT</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/operator/postprocessing/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><CENTER><H2>Hierarchy For Package com.rapidminer.operator.postprocessing</H2></CENTER><DL><DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL><HR><H2>Class Hierarchy</H2><UL><LI TYPE="circle">java.lang.Object<UL><LI TYPE="circle">com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/AbstractIOObject.html" title="class in com.rapidminer.operator"><B>AbstractIOObject</B></A> (implements com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/IOObject.html" title="interface in com.rapidminer.operator">IOObject</A>)<UL><LI TYPE="circle">com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/ResultObjectAdapter.html" title="class in com.rapidminer.operator"><B>ResultObjectAdapter</B></A> (implements com.rapidminer.tools.<A HREF="../../../../com/rapidminer/tools/LoggingHandler.html" title="interface in com.rapidminer.tools">LoggingHandler</A>, com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/ResultObject.html" title="interface in com.rapidminer.operator">ResultObject</A>, com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/Saveable.html" title="interface in com.rapidminer.operator">Saveable</A>)<UL><LI TYPE="circle">com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/AbstractModel.html" title="class in com.rapidminer.operator"><B>AbstractModel</B></A> (implements com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A>)<UL><LI TYPE="circle">com.rapidminer.operator.learner.<A HREF="../../../../com/rapidminer/operator/learner/PredictionModel.html" title="class in com.rapidminer.operator.learner"><B>PredictionModel</B></A><UL><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/PlattScalingModel.html" title="class in com.rapidminer.operator.postprocessing"><B>PlattScalingModel</B></A></UL></UL><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/Threshold.html" title="class in com.rapidminer.operator.postprocessing"><B>Threshold</B></A></UL></UL><LI TYPE="circle">com.rapidminer.operator.<A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator"><B>Operator</B></A> (implements com.rapidminer.gui.wizards.<A HREF="../../../../com/rapidminer/gui/wizards/ConfigurationListener.html" title="interface in com.rapidminer.gui.wizards">ConfigurationListener</A>, com.rapidminer.tools.<A HREF="../../../../com/rapidminer/tools/LoggingHandler.html" title="interface in com.rapidminer.tools">LoggingHandler</A>, com.rapidminer.parameter.<A HREF="../../../../com/rapidminer/parameter/ParameterHandler.html" title="interface in com.rapidminer.parameter">ParameterHandler</A>, com.rapidminer.gui.wizards.<A HREF="../../../../com/rapidminer/gui/wizards/PreviewListener.html" title="interface in com.rapidminer.gui.wizards">PreviewListener</A>)<UL><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/PlattScaling.html" title="class in com.rapidminer.operator.postprocessing"><B>PlattScaling</B></A><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/SimpleUncertainPredictionsTransformation.html" title="class in com.rapidminer.operator.postprocessing"><B>SimpleUncertainPredictionsTransformation</B></A><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/ThresholdApplier.html" title="class in com.rapidminer.operator.postprocessing"><B>ThresholdApplier</B></A><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/ThresholdCreator.html" title="class in com.rapidminer.operator.postprocessing"><B>ThresholdCreator</B></A><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/ThresholdFinder.html" title="class in com.rapidminer.operator.postprocessing"><B>ThresholdFinder</B></A></UL><LI TYPE="circle">com.rapidminer.operator.postprocessing.<A HREF="../../../../com/rapidminer/operator/postprocessing/PlattParameters.html" title="class in com.rapidminer.operator.postprocessing"><B>PlattParameters</B></A> (implements java.io.Serializable)</UL></UL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=114160&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/rapidminer/operator/performance/test/package-tree.html"><B>PREV</B></A> <A HREF="../../../../com/rapidminer/operator/preprocessing/package-tree.html"><B>NEXT</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/operator/postprocessing/package-tree.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2001-2008 by <a href="http://rapid-i.com" target="_blank">Rapid-I</a></i></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -