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

📄 technicalinformation.html

📁 weka是机器学习和数据挖掘领域最有影响力的开源项目之一
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<A NAME="TechnicalInformation(weka.core.TechnicalInformation.Type)"><!-- --></A><H3>TechnicalInformation</H3><PRE>public <B>TechnicalInformation</B>(<A HREF="../../weka/core/TechnicalInformation.Type.html" title="enum in weka.core">TechnicalInformation.Type</A>&nbsp;type)</PRE><DL><DD>Initializes the information with the given type<P><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of this information<DT><B>See Also:</B><DD><A HREF="../../weka/core/TechnicalInformation.Type.html" title="enum in weka.core"><CODE>TechnicalInformation.Type</CODE></A></DL></DL><HR><A NAME="TechnicalInformation(weka.core.TechnicalInformation.Type, java.lang.String)"><!-- --></A><H3>TechnicalInformation</H3><PRE>public <B>TechnicalInformation</B>(<A HREF="../../weka/core/TechnicalInformation.Type.html" title="enum in weka.core">TechnicalInformation.Type</A>&nbsp;type,                            java.lang.String&nbsp;id)</PRE><DL><DD>Initializes the information with the given type<P><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of this information<DD><CODE>id</CODE> - the unique ID (for BibTex), can be empty<DT><B>See Also:</B><DD><A HREF="../../weka/core/TechnicalInformation.Type.html" title="enum in weka.core"><CODE>TechnicalInformation.Type</CODE></A></DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getType()"><!-- --></A><H3>getType</H3><PRE>public <A HREF="../../weka/core/TechnicalInformation.Type.html" title="enum in weka.core">TechnicalInformation.Type</A> <B>getType</B>()</PRE><DL><DD>returns the type of this technical information<P><DD><DL><DT><B>Returns:</B><DD>the type of this information</DL></DD></DL><HR><A NAME="getID()"><!-- --></A><H3>getID</H3><PRE>public java.lang.String <B>getID</B>()</PRE><DL><DD>returns the unique ID (either the one used in creating this instance or the automatically generated one)<P><DD><DL><DT><B>Returns:</B><DD>the ID for this information</DL></DD></DL><HR><A NAME="setValue(weka.core.TechnicalInformation.Field, java.lang.String)"><!-- --></A><H3>setValue</H3><PRE>public void <B>setValue</B>(<A HREF="../../weka/core/TechnicalInformation.Field.html" title="enum in weka.core">TechnicalInformation.Field</A>&nbsp;field,                     java.lang.String&nbsp;value)</PRE><DL><DD>sets the value for the given field, overwrites any previously existing one.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>field</CODE> - the field to set the value for<DD><CODE>value</CODE> - the value of the field</DL></DD></DL><HR><A NAME="getValue(weka.core.TechnicalInformation.Field)"><!-- --></A><H3>getValue</H3><PRE>public java.lang.String <B>getValue</B>(<A HREF="../../weka/core/TechnicalInformation.Field.html" title="enum in weka.core">TechnicalInformation.Field</A>&nbsp;field)</PRE><DL><DD>returns the value associated with the given field, or empty if field is not currently stored.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>field</CODE> - the field to retrieve the value for<DT><B>Returns:</B><DD>the value associated with this field, empty if not existing</DL></DD></DL><HR><A NAME="exists(weka.core.TechnicalInformation.Field)"><!-- --></A><H3>exists</H3><PRE>public boolean <B>exists</B>(<A HREF="../../weka/core/TechnicalInformation.Field.html" title="enum in weka.core">TechnicalInformation.Field</A>&nbsp;field)</PRE><DL><DD>returns TRUE if the field is stored and has a value different from the empty string.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>field</CODE> - the field to check<DT><B>Returns:</B><DD>true if a value is stored for the field and non-empty</DL></DD></DL><HR><A NAME="fields()"><!-- --></A><H3>fields</H3><PRE>public java.util.Enumeration <B>fields</B>()</PRE><DL><DD>returns an enumeration over all the stored fields<P><DD><DL><DT><B>Returns:</B><DD>all currently stored fields</DL></DD></DL><HR><A NAME="hasAdditional()"><!-- --></A><H3>hasAdditional</H3><PRE>public boolean <B>hasAdditional</B>()</PRE><DL><DD>returns true if there are further technical informations stored in this<P><DD><DL><DT><B>Returns:</B><DD>true if there are further technical informations available</DL></DD></DL><HR><A NAME="additional()"><!-- --></A><H3>additional</H3><PRE>public java.util.Enumeration <B>additional</B>()</PRE><DL><DD>returns an enumeration of all the additional technical informations (if there are any)<P><DD><DL><DT><B>Returns:</B><DD>an enumeration over all additional technical informations</DL></DD></DL><HR><A NAME="add(weka.core.TechnicalInformation)"><!-- --></A><H3>add</H3><PRE>public void <B>add</B>(<A HREF="../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</A>&nbsp;value)</PRE><DL><DD>adds the given information to the list of additional technical  informations<P><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the information to add</DL></DD></DL><HR><A NAME="add(weka.core.TechnicalInformation.Type)"><!-- --></A><H3>add</H3><PRE>public <A HREF="../../weka/core/TechnicalInformation.html" title="class in weka.core">TechnicalInformation</A> <B>add</B>(<A HREF="../../weka/core/TechnicalInformation.Type.html" title="enum in weka.core">TechnicalInformation.Type</A>&nbsp;type)</PRE><DL><DD>Adds an empty technical information with the given type to the list of additional informations and returns the instance.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of the new information to add<DT><B>Returns:</B><DD>the generated information</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Returns a plain-text string representing this technical information. Note: it only returns a string based on some fields. At least AUTHOR, YEAR and TITLE are necessary.<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>a string representation of this information</DL></DD></DL><HR><A NAME="toBibTex()"><!-- --></A><H3>toBibTex</H3><PRE>public java.lang.String <B>toBibTex</B>()</PRE><DL><DD>Returns a BibTex string representing this technical information.  Note: this is just a very raw implementation, special characters need to be escaped manually for LaTeX.<P><DD><DL><DT><B>Returns:</B><DD>the BibTeX representation of this information</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)                 throws java.lang.Exception</PRE><DL><DD>Prints some examples of technical informations if there are no  commandline options given. Otherwise the information of a given  TechnicalInformationHandler can be printed. <p/>  Valid options are: <p/>  -W classname <br/>  The classname of the TechnicalInformationHandler to print the   information for <p/>   -bibtex <br/>  Print the information in BibTeX format <p/>   -plaintext <br/>  Print the information in plain text format <p/><P><DD><DL><DT><B>Parameters:</B><DD><CODE>args</CODE> - the commandline options<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if the option parsing fails</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/core/Tag.html" title="class in weka.core"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../weka/core/TechnicalInformation.Field.html" title="enum in weka.core"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html?weka/core/TechnicalInformation.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="TechnicalInformation.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;<A HREF="#nested_class_summary">NESTED</A>&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 + -