package-summary.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 401 行 · 第 1/2 页
HTML
401 行
<TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/PolynomialClassificationFunction.html" title="class in com.rapidminer.operator.generator">PolynomialClassificationFunction</A></B></TD><TD>The label is positive if (att1*att1*att1 + att2*att2 - att3*att3 + att4) > 0.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/PolynomialFunction.html" title="class in com.rapidminer.operator.generator">PolynomialFunction</A></B></TD><TD>The label is att1*att1*att1 + att2*att2 + att3.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/QuadraticClassificationFunction.html" title="class in com.rapidminer.operator.generator">QuadraticClassificationFunction</A></B></TD><TD>The label is positive if (att1*att1*att1*att1) > 100.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/RandomClassificationFunction.html" title="class in com.rapidminer.operator.generator">RandomClassificationFunction</A></B></TD><TD>The label is randomly chosen.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/RandomDotsClassificationFunction.html" title="class in com.rapidminer.operator.generator">RandomDotsClassificationFunction</A></B></TD><TD>Returns a classification function with one major class and a set of dots of the second class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/RandomFunction.html" title="class in com.rapidminer.operator.generator">RandomFunction</A></B></TD><TD>The label is randomly generated.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/RegressionFunction.html" title="class in com.rapidminer.operator.generator">RegressionFunction</A></B></TD><TD>A target function for regression labels, i.e. continous numercial labels.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/RingClusteringFunction.html" title="class in com.rapidminer.operator.generator">RingClusteringFunction</A></B></TD><TD>Generates a data set for two attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SimpleNonLinearClassificationFunction.html" title="class in com.rapidminer.operator.generator">SimpleNonLinearClassificationFunction</A></B></TD><TD>The label is positive if att1*att2 > 50 and att1 * att2 < 80.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SimplePolynomialClassificationFunction.html" title="class in com.rapidminer.operator.generator">SimplePolynomialClassificationFunction</A></B></TD><TD>The label is positive if (att1*att1*att1*att1) > 100.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SimpleSinusFunction.html" title="class in com.rapidminer.operator.generator">SimpleSinusFunction</A></B></TD><TD>The label is sin(att1).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SimpleSuperpositionFunction.html" title="class in com.rapidminer.operator.generator">SimpleSuperpositionFunction</A></B></TD><TD>The label is 5 * sin(att1) + sin(30 * att1).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SincFunction.html" title="class in com.rapidminer.operator.generator">SincFunction</A></B></TD><TD>The sinc function on R^n for n >= 1 The Label is f(x) = sin(x) / ||x||, if ||x|| !</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SinusClassificationFunction.html" title="class in com.rapidminer.operator.generator">SinusClassificationFunction</A></B></TD><TD>The label is positive if (sin(att1*att2) + sin(att1+att2)) > 0.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SinusFrequencyFunction.html" title="class in com.rapidminer.operator.generator">SinusFrequencyFunction</A></B></TD><TD>The label is 10 * sin(3 * att1) + 12 * sin(7 * att1) + 11 * sin(5 * att2) + 9 * sin(10 * att2) + 10 * sin(8 * (att1 + att2)).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SinusFunction.html" title="class in com.rapidminer.operator.generator">SinusFunction</A></B></TD><TD>The label is sin(att1*att2) + sin(att1+att2).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SinusWithTrendFunction.html" title="class in com.rapidminer.operator.generator">SinusWithTrendFunction</A></B></TD><TD>The label is sin(att1) + att1.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SpiralClusteringFunction.html" title="class in com.rapidminer.operator.generator">SpiralClusteringFunction</A></B></TD><TD>Generates a data set for two attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SquarePulseFunction.html" title="class in com.rapidminer.operator.generator">SquarePulseFunction</A></B></TD><TD>The label is a square pulse in attribute att1.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SumClassificationFunction.html" title="class in com.rapidminer.operator.generator">SumClassificationFunction</A></B></TD><TD>The label is positive if the sum of all arguments is positive.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/SumFunction.html" title="class in com.rapidminer.operator.generator">SumFunction</A></B></TD><TD>The label is the sum of the arguments.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/TeamProfitExampleSetGenerator.html" title="class in com.rapidminer.operator.generator">TeamProfitExampleSetGenerator</A></B></TD><TD>Generates a random example set for testing purposes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/TransactionDatasetFunction.html" title="class in com.rapidminer.operator.generator">TransactionDatasetFunction</A></B></TD><TD>Generates an Association function transaction dataset.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/TransfersExampleSetGenerator.html" title="class in com.rapidminer.operator.generator">TransfersExampleSetGenerator</A></B></TD><TD>Generates a random example set for testing purposes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/TriangularFunction.html" title="class in com.rapidminer.operator.generator">TriangularFunction</A></B></TD><TD>The label is att1 - (int)att1.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/TwoGaussiansClassificationFunction.html" title="class in com.rapidminer.operator.generator">TwoGaussiansClassificationFunction</A></B></TD><TD>Generates a gaussian distribution for all attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/UpSellingExampleSetGenerator.html" title="class in com.rapidminer.operator.generator">UpSellingExampleSetGenerator</A></B></TD><TD>Generates a random example set for testing purposes.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Exception Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../../../com/rapidminer/operator/generator/TargetFunction.FunctionException.html" title="class in com.rapidminer.operator.generator">TargetFunction.FunctionException</A></B></TD><TD>Will be thrown if an error occurrs during the calculation of the target function.</TD></TR></TABLE> <P><A NAME="package_description"><!-- --></A><H2>Package com.rapidminer.operator.generator Description</H2><P>Provides operators for data generation. These are mainly used for testing purposes.<P><P><DL></DL><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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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/features/weighting/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/rapidminer/operator/io/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/rapidminer/operator/generator/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.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 + =
减小字号Ctrl + -
显示快捷键?