⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 randomgenerator.html

📁 数据挖掘方面最新软件
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                              int&nbsp;popSize,                              int&nbsp;selectionType,                              double&nbsp;tournamentFraction,                              boolean&nbsp;keepBest,                              int&nbsp;mutationType,                              double&nbsp;crossoverProb,                              boolean&nbsp;showConvergencePlot,                              <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;holdOutSet,                              <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;random,                              <A HREF="../../../../com/rapidminer/tools/LoggingHandler.html" title="interface in com.rapidminer.tools">LoggingHandler</A>&nbsp;logging)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new evolutionary SVM optimization.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVMOptimization.html#PSOSVMOptimization(com.rapidminer.example.ExampleSet, com.rapidminer.operator.learner.functions.kernel.functions.Kernel, double, int, int, int, double, double, double, boolean, boolean, com.rapidminer.tools.RandomGenerator)">PSOSVMOptimization</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                   <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/functions/Kernel.html" title="class in com.rapidminer.operator.learner.functions.kernel.functions">Kernel</A>&nbsp;kernel,                   double&nbsp;c,                   int&nbsp;maxIterations,                   int&nbsp;generationsWithoutImprovement,                   int&nbsp;popSize,                   double&nbsp;inertiaWeight,                   double&nbsp;localWeight,                   double&nbsp;globalWeight,                   boolean&nbsp;dynamicInertiaWeight,                   boolean&nbsp;showPlot,                   <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;random)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new evolutionary SVM optimization.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionEvoOptimization.html#RegressionEvoOptimization(com.rapidminer.example.ExampleSet, com.rapidminer.operator.learner.functions.kernel.functions.Kernel, double, double, int, int, int, int, int, double, boolean, int, double, boolean, com.rapidminer.tools.RandomGenerator, com.rapidminer.tools.LoggingHandler)">RegressionEvoOptimization</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                          <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/functions/Kernel.html" title="class in com.rapidminer.operator.learner.functions.kernel.functions">Kernel</A>&nbsp;kernel,                          double&nbsp;c,                          double&nbsp;epsilon,                          int&nbsp;initType,                          int&nbsp;maxIterations,                          int&nbsp;generationsWithoutImprovement,                          int&nbsp;popSize,                          int&nbsp;selectionType,                          double&nbsp;tournamentFraction,                          boolean&nbsp;keepBest,                          int&nbsp;mutationType,                          double&nbsp;crossoverProb,                          boolean&nbsp;showPlot,                          <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;random,                          <A HREF="../../../../com/rapidminer/tools/LoggingHandler.html" title="interface in com.rapidminer.tools">LoggingHandler</A>&nbsp;logging)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new evolutionary SVM optimization.</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.learner.functions.kernel.jmysvm.svm"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A> in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/package-summary.html">com.rapidminer.operator.learner.functions.kernel.jmysvm.svm</A></FONT></TH></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/package-summary.html">com.rapidminer.operator.learner.functions.kernel.jmysvm.svm</A> with parameters of type <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVM.html#SVM(com.rapidminer.operator.Operator, com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel, com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples, com.rapidminer.example.ExampleSet, com.rapidminer.tools.RandomGenerator)">SVM</A></B>(<A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A>&nbsp;paramOperator,    <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.html" title="class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel">Kernel</A>&nbsp;new_kernel,    <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.html" title="class in com.rapidminer.operator.learner.functions.kernel.jmysvm.examples">SVMExamples</A>&nbsp;new_examples,    <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;rapidMinerExamples,    <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;randomGenerator)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;class constructor.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMpattern.html#SVMpattern(com.rapidminer.operator.Operator, com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel, com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples, com.rapidminer.example.ExampleSet, com.rapidminer.tools.RandomGenerator)">SVMpattern</A></B>(<A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A>&nbsp;paramOperator,           <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.html" title="class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel">Kernel</A>&nbsp;kernel,           <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.html" title="class in com.rapidminer.operator.learner.functions.kernel.jmysvm.examples">SVMExamples</A>&nbsp;sVMExamples,           <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;rapidMinerExamples,           <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;randomGenerator)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.html#SVMregression(com.rapidminer.operator.Operator, com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel.Kernel, com.rapidminer.operator.learner.functions.kernel.jmysvm.examples.SVMExamples, com.rapidminer.example.ExampleSet, com.rapidminer.tools.RandomGenerator)">SVMregression</A></B>(<A HREF="../../../../com/rapidminer/operator/Operator.html" title="class in com.rapidminer.operator">Operator</A>&nbsp;paramOperator,              <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.html" title="class in com.rapidminer.operator.learner.functions.kernel.jmysvm.kernel">Kernel</A>&nbsp;kernel,              <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.html" title="class in com.rapidminer.operator.learner.functions.kernel.jmysvm.examples">SVMExamples</A>&nbsp;sVMExamples,              <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;rapidMinerExamples,              <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;randomGenerator)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.learner.tree"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A> in <A HREF="../../../../com/rapidminer/operator/learner/tree/package-summary.html">com.rapidminer.operator.learner.tree</A></FONT></TH></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../com/rapidminer/operator/learner/tree/package-summary.html">com.rapidminer.operator.learner.tree</A> with parameters of type <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/tree/RandomSubsetPreprocessing.html#RandomSubsetPreprocessing(double, com.rapidminer.tools.RandomGenerator)">RandomSubsetPreprocessing</A></B>(double&nbsp;subsetRatio,                          <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;random)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.meta"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A> in <A HREF="../../../../com/rapidminer/operator/meta/package-summary.html">com.rapidminer.operator.meta</A></FONT></TH></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../com/rapidminer/operator/meta/package-summary.html">com.rapidminer.operator.meta</A> with parameters of type <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../../../com/rapidminer/tools/math/optimization/ec/es/ESOptimization.html" title="class in com.rapidminer.tools.math.optimization.ec.es">ESOptimization</A></CODE></FONT></TD><TD><CODE><B>EvolutionaryParameterOptimizationOperator.</B><B><A HREF="../../../../com/rapidminer/operator/meta/EvolutionaryParameterOptimizationOperator.html#createOptimizer(com.rapidminer.tools.RandomGenerator)">createOptimizer</A></B>(<A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;random)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method creates a apropriate optimizer</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../com/rapidminer/operator/meta/package-summary.html">com.rapidminer.operator.meta</A> with parameters of type <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/meta/ESParameterOptimization.html#ESParameterOptimization(com.rapidminer.operator.meta.EvolutionaryParameterOptimizationOperator, int, int, int, int, int, int, double, boolean, int, double, boolean, com.rapidminer.tools.RandomGenerator, com.rapidminer.tools.LoggingHandler)">ESParameterOptimization</A></B>(<A HREF="../../../../com/rapidminer/operator/meta/EvolutionaryParameterOptimizationOperator.html" title="class in com.rapidminer.operator.meta">EvolutionaryParameterOptimizationOperator</A>&nbsp;operator,                        int&nbsp;individualSize,                        int&nbsp;initType,                        int&nbsp;maxIterations,                        int&nbsp;generationsWithoutImprovement,                        int&nbsp;popSize,                        int&nbsp;selectionType,                        double&nbsp;tournamentFraction,                        boolean&nbsp;keepBest,                        int&nbsp;mutationType,                        double&nbsp;crossoverProb,                        boolean&nbsp;showPlot,                        <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A>&nbsp;random,                        <A HREF="../../../../com/rapidminer/tools/LoggingHandler.html" title="interface in com.rapidminer.tools">LoggingHandler</A>&nbsp;logging)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new evolutionary SVM optimization.</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.tools"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/tools/RandomGenerator.html" title="class in com.rapidminer.tools">RandomGenerator</A> in <A HREF="../../../../com/rapidminer/tools/package-summary.html">com.rapidminer.t

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -