📄 lbr.indexes.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#resetDatasetBasedOn(weka.classifiers.lazy.LBR.Indexes)">resetDatasetBasedOn</A></B>(<A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html" title="class in weka.classifiers.lazy">LBR.Indexes</A> FromIndexes)</CODE><BR> Resets the boolean values in Attribute and Instance array to reflect an empty dataset withthe same attributes set as in the incoming Indexes Object</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#resetInstanceIndex(boolean)">resetInstanceIndex</A></B>(boolean value)</CODE><BR> Resets the boolean value in the Instance Indexes array to a specified value</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setAttIndex(int, boolean)">setAttIndex</A></B>(int index, boolean value)</CODE><BR> Changes the boolean value at the specified index in the AttIndexes array</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setAtts(int[], boolean)">setAtts</A></B>(int[] Attributes, boolean value)</CODE><BR> Changes the boolean value at the specified index in the InstIndexes array</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setInstanceIndex(int, boolean)">setInstanceIndex</A></B>(int index, boolean value)</CODE><BR> Changes the boolean value at the specified index in the InstIndexes array</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setInsts(int[], boolean)">setInsts</A></B>(int[] Instances, boolean value)</CODE><BR> Changes the boolean value at the specified index in the InstIndexes array</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setSequentialAttIndex(boolean)">setSequentialAttIndex</A></B>(boolean value)</CODE><BR> A Sequential Attribute index is all those Attributes that are set to the specified value placed in a sequential array.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setSequentialDataset(boolean)">setSequentialDataset</A></B>(boolean value)</CODE><BR> Sets both the Instance and Attribute indexes to a specified value</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html#setSequentialInstanceIndex(boolean)">setSequentialInstanceIndex</A></B>(boolean value)</CODE><BR> A Sequential Instance index is all those Instances that are set to the specified value placed in a sequential array.</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, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="m_InstIndexes"><!-- --></A><H3>m_InstIndexes</H3><PRE>public boolean[] <B>m_InstIndexes</B></PRE><DL><DD>the array instance indexes<P><DL></DL></DL><HR><A NAME="m_AttIndexes"><!-- --></A><H3>m_AttIndexes</H3><PRE>public boolean[] <B>m_AttIndexes</B></PRE><DL><DD>the array attribute indexes<P><DL></DL></DL><HR><A NAME="m_SequentialInstIndexes"><!-- --></A><H3>m_SequentialInstIndexes</H3><PRE>public int[] <B>m_SequentialInstIndexes</B></PRE><DL><DD>the array of instance indexes that are set to a either true or false<P><DL></DL></DL><HR><A NAME="m_SequentialAttIndexes"><!-- --></A><H3>m_SequentialAttIndexes</H3><PRE>public int[] <B>m_SequentialAttIndexes</B></PRE><DL><DD>an array of attribute indexes that are set to either true or false<P><DL></DL></DL><HR><A NAME="m_NumInstsSet"><!-- --></A><H3>m_NumInstsSet</H3><PRE>public int <B>m_NumInstsSet</B></PRE><DL><DD>the number of instances "in use" or set to a the original value (true or false)<P><DL></DL></DL><HR><A NAME="m_NumAttsSet"><!-- --></A><H3>m_NumAttsSet</H3><PRE>public int <B>m_NumAttsSet</B></PRE><DL><DD>the number of attributes "in use" or set to a the original value (true or false)<P><DL></DL></DL><HR><A NAME="m_NumSeqInstsSet"><!-- --></A><H3>m_NumSeqInstsSet</H3><PRE>public int <B>m_NumSeqInstsSet</B></PRE><DL><DD>the number of sequential instances "in use" or set to a the original value (true or false)<P><DL></DL></DL><HR><A NAME="m_NumSeqAttsSet"><!-- --></A><H3>m_NumSeqAttsSet</H3><PRE>public int <B>m_NumSeqAttsSet</B></PRE><DL><DD>the number of sequential attributes "in use" or set to a the original value (true or false)<P><DL></DL></DL><HR><A NAME="m_ClassIndex"><!-- --></A><H3>m_ClassIndex</H3><PRE>public int <B>m_ClassIndex</B></PRE><DL><DD>the Class Index for the data set<P><DL></DL></DL><!-- ========= 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="LBR.Indexes(int, int, boolean, int)"><!-- --></A><H3>LBR.Indexes</H3><PRE>public <B>LBR.Indexes</B>(int numInstances, int numAtts, boolean value, int classIndex)</PRE><DL><DD>constructor<P><DT><B>Parameters:</B><DD><CODE>numInstances</CODE> - the number of instances in dataset<DD><CODE>numAtts</CODE> - the number of attributes in dataset<DD><CODE>value</CODE> - either true or false</DL><HR><A NAME="LBR.Indexes(weka.classifiers.lazy.LBR.Indexes)"><!-- --></A><H3>LBR.Indexes</H3><PRE>public <B>LBR.Indexes</B>(<A HREF="../../../weka/classifiers/lazy/LBR.Indexes.html" title="class in weka.classifiers.lazy">LBR.Indexes</A> FromIndexes)</PRE><DL><DD>constructor<P><DT><B>Parameters:</B><DD><CODE>FromIndexes</CODE> - the object you want to copy</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="setInstanceIndex(int, boolean)"><!-- --></A><H3>setInstanceIndex</H3><PRE>public void <B>setInstanceIndex</B>(int index, boolean value)</PRE><DL><DD>Changes the boolean value at the specified index in the InstIndexes array<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the instance<DD><CODE>value</CODE> - the value to set at the specified index</DL></DD></DL><HR><A NAME="setAtts(int[], boolean)"><!-- --></A><H3>setAtts</H3><PRE>public void <B>setAtts</B>(int[] Attributes, boolean value)</PRE><DL><DD>Changes the boolean value at the specified index in the InstIndexes array<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to set at the specified index</DL></DD></DL><HR><A NAME="setInsts(int[], boolean)"><!-- --></A><H3>setInsts</H3><PRE>public void <B>setInsts</B>(int[] Instances, boolean value)</PRE><DL><DD>Changes the boolean value at the specified index in the InstIndexes array<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to set at the specified index</DL></DD></DL><HR><A NAME="setAttIndex(int, boolean)"><!-- --></A><H3>setAttIndex</H3><PRE>public void <B>setAttIndex</B>(int index, boolean value)</PRE><DL><DD>Changes the boolean value at the specified index in the AttIndexes array<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the instance<DD><CODE>value</CODE> - the value to set at the specified index</DL></DD></DL><HR><A NAME="getInstanceIndex(int)"><!-- --></A><H3>getInstanceIndex</H3><PRE>public boolean <B>getInstanceIndex</B>(int index)</PRE><DL><DD>Returns the boolean value at the specified index in the Instance Index array<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the instance</DL></DD></DL><HR><A NAME="getSequentialInstanceIndex(int)"><!-- --></A><H3>getSequentialInstanceIndex</H3><PRE>public int <B>getSequentialInstanceIndex</B>(int index)</PRE><DL><DD>Returns the boolean value at the specified index in the Sequential Instance Indexes array<P><DD><DL></DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -