model.html

来自「数据挖掘方面最新软件」· HTML 代码 · 共 1,065 行 · 第 1/5 页

HTML
1,065
字号
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.learner.functions.kernel"><!-- --></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/operator/Model.html" title="interface in com.rapidminer.operator">Model</A> in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/package-summary.html">com.rapidminer.operator.learner.functions.kernel</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">Classes in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/package-summary.html">com.rapidminer.operator.learner.functions.kernel</A> that implement <A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/AbstractMySVMModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">AbstractMySVMModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The abstract superclass for the SVM models by Stefan Rueping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/GPModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">GPModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A model learned by the GPLearner.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/JMySVMModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">JMySVMModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The implementation for the mySVM model (Java version) by Stefan Rueping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">KernelLogisticRegressionModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The model determined by the <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegression.html" title="class in com.rapidminer.operator.learner.functions.kernel"><CODE>KernelLogisticRegression</CODE></A> operator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/KernelModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">KernelModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the abstract model class for all kernel models.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/LibSVMModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">LibSVMModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A model generated by the <a href="http://www.csie.ntu.edu.tw/~cjlin/libsvm">libsvm</a> by Chih-Chung Chang and Chih-Jen Lin.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/MyKLRModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">MyKLRModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The model for the MyKLR learner by Stefan Rueping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/RVMModel.html" title="class in com.rapidminer.operator.learner.functions.kernel">RVMModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A model generated by the RVMLearner.</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">Methods in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/package-summary.html">com.rapidminer.operator.learner.functions.kernel</A> that return <A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>GPLearner.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/GPLearner.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>AbstractMySVMLearner.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/AbstractMySVMLearner.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>LibSVMLearner.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/LibSVMLearner.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Learns a new SVM model with the LibSVM package.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>KernelLogisticRegression.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegression.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>RVMLearner.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/RVMLearner.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>KernelLogisticRegressionOptimization.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionOptimization.html#train()">train</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.learner.functions.kernel.evosvm"><!-- --></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/operator/Model.html" title="interface in com.rapidminer.operator">Model</A> in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/package-summary.html">com.rapidminer.operator.learner.functions.kernel.evosvm</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">Classes in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/package-summary.html">com.rapidminer.operator.learner.functions.kernel.evosvm</A> that implement <A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVMModel.html" title="class in com.rapidminer.operator.learner.functions.kernel.evosvm">EvoSVMModel</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The model for the evolutionary SVM.</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">Methods in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/package-summary.html">com.rapidminer.operator.learner.functions.kernel.evosvm</A> that return <A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>EvoSVM.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVM.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Learns and returns a model.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></CODE></FONT></TD><TD><CODE><B>PSOSVM.</B><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.html#learn(com.rapidminer.example.ExampleSet)">learn</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Learns and returns a model.</TD></TR></TABLE>&nbsp;<P><A NAME="com.rapidminer.operator.learner.functions.kernel.hyperhyper"><!-- --></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/operator/Model.html" title="interface in com.rapidminer.operator">Model</A> in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/hyperhyper/package-summary.html">com.rapidminer.operator.learner.functions.kernel.hyperhyper</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">Classes in <A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/hyperhyper/package-summary.html">com.rapidminer.operator.learner.functions.kernel.hyperhyper</A> that implement <A HREF="../../../../com/rapidminer/operator/Model.html" title="interface in com.rapidminer.operator">Model</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperModel.html" title="class in com.rapidminer.operator.learner.functions.kernel.hyperhyper">HyperModel</A></B></CODE><BR>

⌨️ 快捷键说明

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