📄 individualinstance.html
字号:
</TR></TABLE> <A NAME="methods_inherited_from_class_weka.core.Instance"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class weka.core.<A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../weka/core/Instance.html#attribute(int)">attribute</A>, <A HREF="../../../weka/core/Instance.html#attributeSparse(int)">attributeSparse</A>, <A HREF="../../../weka/core/Instance.html#classAttribute()">classAttribute</A>, <A HREF="../../../weka/core/Instance.html#classIndex()">classIndex</A>, <A HREF="../../../weka/core/Instance.html#classIsMissing()">classIsMissing</A>, <A HREF="../../../weka/core/Instance.html#classValue()">classValue</A>, <A HREF="../../../weka/core/Instance.html#dataset()">dataset</A>, <A HREF="../../../weka/core/Instance.html#deleteAttributeAt(int)">deleteAttributeAt</A>, <A HREF="../../../weka/core/Instance.html#enumerateAttributes()">enumerateAttributes</A>, <A HREF="../../../weka/core/Instance.html#equalHeaders(weka.core.Instance)">equalHeaders</A>, <A HREF="../../../weka/core/Instance.html#hasMissingValue()">hasMissingValue</A>, <A HREF="../../../weka/core/Instance.html#index(int)">index</A>, <A HREF="../../../weka/core/Instance.html#insertAttributeAt(int)">insertAttributeAt</A>, <A HREF="../../../weka/core/Instance.html#isMissing(weka.core.Attribute)">isMissing</A>, <A HREF="../../../weka/core/Instance.html#isMissing(int)">isMissing</A>, <A HREF="../../../weka/core/Instance.html#isMissingSparse(int)">isMissingSparse</A>, <A HREF="../../../weka/core/Instance.html#isMissingValue(double)">isMissingValue</A>, <A HREF="../../../weka/core/Instance.html#main(java.lang.String[])">main</A>, <A HREF="../../../weka/core/Instance.html#mergeInstance(weka.core.Instance)">mergeInstance</A>, <A HREF="../../../weka/core/Instance.html#missingValue()">missingValue</A>, <A HREF="../../../weka/core/Instance.html#numAttributes()">numAttributes</A>, <A HREF="../../../weka/core/Instance.html#numClasses()">numClasses</A>, <A HREF="../../../weka/core/Instance.html#numValues()">numValues</A>, <A HREF="../../../weka/core/Instance.html#replaceMissingValues(double[])">replaceMissingValues</A>, <A HREF="../../../weka/core/Instance.html#setClassMissing()">setClassMissing</A>, <A HREF="../../../weka/core/Instance.html#setClassValue(double)">setClassValue</A>, <A HREF="../../../weka/core/Instance.html#setClassValue(java.lang.String)">setClassValue</A>, <A HREF="../../../weka/core/Instance.html#setDataset(weka.core.Instances)">setDataset</A>, <A HREF="../../../weka/core/Instance.html#setMissing(weka.core.Attribute)">setMissing</A>, <A HREF="../../../weka/core/Instance.html#setMissing(int)">setMissing</A>, <A HREF="../../../weka/core/Instance.html#setValue(weka.core.Attribute, double)">setValue</A>, <A HREF="../../../weka/core/Instance.html#setValue(weka.core.Attribute, java.lang.String)">setValue</A>, <A HREF="../../../weka/core/Instance.html#setValue(int, double)">setValue</A>, <A HREF="../../../weka/core/Instance.html#setValue(int, java.lang.String)">setValue</A>, <A HREF="../../../weka/core/Instance.html#setValueSparse(int, double)">setValueSparse</A>, <A HREF="../../../weka/core/Instance.html#setWeight(double)">setWeight</A>, <A HREF="../../../weka/core/Instance.html#stringValue(weka.core.Attribute)">stringValue</A>, <A HREF="../../../weka/core/Instance.html#stringValue(int)">stringValue</A>, <A HREF="../../../weka/core/Instance.html#toDoubleArray()">toDoubleArray</A>, <A HREF="../../../weka/core/Instance.html#toString()">toString</A>, <A HREF="../../../weka/core/Instance.html#toString(weka.core.Attribute)">toString</A>, <A HREF="../../../weka/core/Instance.html#toString(int)">toString</A>, <A HREF="../../../weka/core/Instance.html#value(weka.core.Attribute)">value</A>, <A HREF="../../../weka/core/Instance.html#value(int)">value</A>, <A HREF="../../../weka/core/Instance.html#valueSparse(int)">valueSparse</A>, <A HREF="../../../weka/core/Instance.html#weight()">weight</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="IndividualInstance(weka.core.Instance, weka.core.Instances)"><!-- --></A><H3>IndividualInstance</H3><PRE>public <B>IndividualInstance</B>(<A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A> individual, <A HREF="../../../weka/core/Instances.html" title="class in weka.core">Instances</A> parts)</PRE><DL></DL><HR><A NAME="IndividualInstance(weka.associations.tertius.IndividualInstance)"><!-- --></A><H3>IndividualInstance</H3><PRE>public <B>IndividualInstance</B>(<A HREF="../../../weka/associations/tertius/IndividualInstance.html" title="class in weka.associations.tertius">IndividualInstance</A> instance)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="copy()"><!-- --></A><H3>copy</H3><PRE>public java.lang.Object <B>copy</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A></CODE></B></DD><DD>Produces a shallow copy of this instance. The copy has access to the same dataset. (if you want to make a copy that doesn't have access to the dataset, use <code>new Instance(instance)</code><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/Copyable.html#copy()">copy</A></CODE> in interface <CODE><A HREF="../../../weka/core/Copyable.html" title="interface in weka.core">Copyable</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/Instance.html#copy()">copy</A></CODE> in class <CODE><A HREF="../../../weka/core/Instance.html" title="class in weka.core">Instance</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the shallow copy</DL></DD></DL><HR><A NAME="getParts()"><!-- --></A><H3>getParts</H3><PRE>public <A HREF="../../../weka/core/Instances.html" title="class in weka.core">Instances</A> <B>getParts</B>()</PRE><DL><DD><DL></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=3 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </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="../../../../Tutorial.pdf"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/index.html"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../weka/associations/tertius/Head.html" title="class in weka.associations.tertius"><B>PREV CLASS</B></A> <A HREF="../../../weka/associations/tertius/IndividualInstances.html" title="class in weka.associations.tertius"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="IndividualInstance.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><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 + -