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

📄 kernelevaluation.html

📁 数据挖掘的最常用工具。由于开源
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="setUserOptions(java.lang.String[])"><!-- --></A><H3>setUserOptions</H3><PRE>public void <B>setUserOptions</B>(java.lang.String[]&nbsp;options)</PRE><DL><DD>sets the option the user supplied for the kernel<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>options</CODE> - options that were supplied for the kernel</DL></DD></DL><HR><A NAME="getUserOptions()"><!-- --></A><H3>getUserOptions</H3><PRE>public java.lang.String[] <B>getUserOptions</B>()</PRE><DL><DD>returns the options the user supplied for the kernel<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the user supplied options for the kernel</DL></DD></DL><HR><A NAME="evaluate(weka.classifiers.functions.supportVector.Kernel, java.lang.String[])"><!-- --></A><H3>evaluate</H3><PRE>public static java.lang.String <B>evaluate</B>(<A HREF="../../../../weka/classifiers/functions/supportVector/Kernel.html" title="class in weka.classifiers.functions.supportVector">Kernel</A>&nbsp;Kernel,                                        java.lang.String[]&nbsp;options)                                 throws java.lang.Exception</PRE><DL><DD>Evaluates the Kernel with the given commandline options and returns the evaluation string.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>Kernel</CODE> - the Kernel to evaluate<DD><CODE>options</CODE> - the commandline options<DT><B>Returns:</B><DD>the generated output string<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if evaluation fails</DL></DD></DL><HR><A NAME="evaluate(java.lang.String, java.lang.String[])"><!-- --></A><H3>evaluate</H3><PRE>public static java.lang.String <B>evaluate</B>(java.lang.String&nbsp;kernelString,                                        java.lang.String[]&nbsp;options)                                 throws java.lang.Exception</PRE><DL><DD>Evaluates a kernel with the options given in an array of strings.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>kernelString</CODE> - class of kernel as a string<DD><CODE>options</CODE> - the array of string containing the options<DT><B>Returns:</B><DD>a string describing the results<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if model could not be evaluated successfully</DL></DD></DL><HR><A NAME="evaluate(weka.classifiers.functions.supportVector.Kernel, weka.core.Instances)"><!-- --></A><H3>evaluate</H3><PRE>public java.lang.String <B>evaluate</B>(<A HREF="../../../../weka/classifiers/functions/supportVector/Kernel.html" title="class in weka.classifiers.functions.supportVector">Kernel</A>&nbsp;kernel,                                 <A HREF="../../../../weka/core/Instances.html" title="class in weka.core">Instances</A>&nbsp;data)                          throws java.lang.Exception</PRE><DL><DD>Evaluates the Kernel with the given commandline options and returns the evaluation string.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>kernel</CODE> - the Kernel to evaluate<DD><CODE>data</CODE> - the data to run the Kernel with<DT><B>Returns:</B><DD>the generated output string<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if evaluation fails</DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(java.lang.Object&nbsp;obj)</PRE><DL><DD>Tests whether the current evaluation object is equal to another evaluation object<P><DD><DL><DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>obj</CODE> - the object to compare against<DT><B>Returns:</B><DD>true if the two objects are equal</DL></DD></DL><HR><A NAME="toSummaryString()"><!-- --></A><H3>toSummaryString</H3><PRE>public java.lang.String <B>toSummaryString</B>()</PRE><DL><DD>returns a summary string of the evaluation with a no title<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the summary string</DL></DD></DL><HR><A NAME="toSummaryString(java.lang.String)"><!-- --></A><H3>toSummaryString</H3><PRE>public java.lang.String <B>toSummaryString</B>(java.lang.String&nbsp;title)</PRE><DL><DD>returns a summary string of the evaluation with a default title<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>title</CODE> - the title to print before the result<DT><B>Returns:</B><DD>the summary string</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>returns the current result<P><DD><DL><DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the currently stored result<DT><B>See Also:</B><DD><A HREF="../../../../weka/classifiers/functions/supportVector/KernelEvaluation.html#toSummaryString()"><CODE>toSummaryString()</CODE></A></DL></DD></DL><HR><A NAME="getRevision()"><!-- --></A><H3>getRevision</H3><PRE>public java.lang.String <B>getRevision</B>()</PRE><DL><DD>Returns the revision string.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../weka/core/RevisionHandler.html#getRevision()">getRevision</A></CODE> in interface <CODE><A HREF="../../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the revision</DL></DD></DL><HR><A NAME="main(java.lang.String[])"><!-- --></A><H3>main</H3><PRE>public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE><DL><DD>A test method for this class. Just extracts the first command line argument as a kernel class name and calls evaluate.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>args</CODE> - an array of command line arguments, the first of which                        must be the class name of a kernel.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../weka/classifiers/functions/supportVector/Kernel.html" title="class in weka.classifiers.functions.supportVector"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../weka/classifiers/functions/supportVector/NormalizedPolyKernel.html" title="class in weka.classifiers.functions.supportVector"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?weka/classifiers/functions/supportVector/KernelEvaluation.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="KernelEvaluation.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

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