exampleset.html

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

HTML
983
字号
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;int[]</CODE></FONT></TD><TD><CODE><B>MappedExampleSet.</B><B><A HREF="../../../../com/rapidminer/example/set/MappedExampleSet.html#createBootstrappingMapping(com.rapidminer.example.ExampleSet, int, java.util.Random)">createBootstrappingMapping</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                           int&nbsp;size,                           java.util.Random&nbsp;random)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new mapping for the given example set by sampling with replacement.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set">Condition</A></CODE></FONT></TD><TD><CODE><B>ConditionedExampleSet.</B><B><A HREF="../../../../com/rapidminer/example/set/ConditionedExampleSet.html#createCondition(java.lang.String, com.rapidminer.example.ExampleSet, java.lang.String)">createCondition</A></B>(java.lang.String&nbsp;name,                <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if the given name is the short name of a known condition and creates it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;int[]</CODE></FONT></TD><TD><CODE><B>MappedExampleSet.</B><B><A HREF="../../../../com/rapidminer/example/set/MappedExampleSet.html#createWeightedBootstrappingMapping(com.rapidminer.example.ExampleSet, int, java.util.Random)">createWeightedBootstrappingMapping</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                                   int&nbsp;size,                                   java.util.Random&nbsp;random)</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>static&nbsp;<A HREF="../../../../com/rapidminer/example/set/SplittedExampleSet.html" title="class in com.rapidminer.example.set">SplittedExampleSet</A></CODE></FONT></TD><TD><CODE><B>SplittedExampleSet.</B><B><A HREF="../../../../com/rapidminer/example/set/SplittedExampleSet.html#splitByAttribute(com.rapidminer.example.ExampleSet, com.rapidminer.example.Attribute)">splitByAttribute</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                 <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Works only for nominal and integer attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../com/rapidminer/example/set/SplittedExampleSet.html" title="class in com.rapidminer.example.set">SplittedExampleSet</A></CODE></FONT></TD><TD><CODE><B>SplittedExampleSet.</B><B><A HREF="../../../../com/rapidminer/example/set/SplittedExampleSet.html#splitByAttribute(com.rapidminer.example.ExampleSet, com.rapidminer.example.Attribute, double)">splitByAttribute</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                 <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>&nbsp;attribute,                 double&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Works only for real-value attributes.</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">Constructors in <A HREF="../../../../com/rapidminer/example/set/package-summary.html">com.rapidminer.example.set</A> with parameters of type <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AcceptAllCondition.html#AcceptAllCondition(com.rapidminer.example.ExampleSet, java.lang.String)">AcceptAllCondition</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                   java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Throws an exception since this condition does not support parameter string.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributeSelectionExampleSet.html#AttributeSelectionExampleSet(com.rapidminer.example.ExampleSet, boolean[])">AttributeSelectionExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                             boolean[]&nbsp;selectionMask)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new AttributeSelectionExampleSet.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributesExampleReader.html#AttributesExampleReader(java.util.Iterator, com.rapidminer.example.ExampleSet)">AttributesExampleReader</A></B>(java.util.Iterator&lt;<A HREF="../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A>&gt;&nbsp;parent,                        <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;Creates a simple example reader.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributeValueFilter.html#AttributeValueFilter(com.rapidminer.example.ExampleSet, java.lang.String)">AttributeValueFilter</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                     java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an AttributeValueFilter for a given <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example"><CODE>ExampleSet</CODE></A> from a parameter string</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributeValueFilterSingleCondition.html#AttributeValueFilterSingleCondition(com.rapidminer.example.ExampleSet, java.lang.String)">AttributeValueFilterSingleCondition</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                                    java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an AttributeValueFilter for a given <A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example"><CODE>ExampleSet</CODE></A> from a parameter string</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributeWeightedExampleSet.html#AttributeWeightedExampleSet(com.rapidminer.example.ExampleSet)">AttributeWeightedExampleSet</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;Constructs a new AttributeWeightedExampleSet.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributeWeightedExampleSet.html#AttributeWeightedExampleSet(com.rapidminer.example.ExampleSet, com.rapidminer.example.AttributeWeights)">AttributeWeightedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                            <A HREF="../../../../com/rapidminer/example/AttributeWeights.html" title="class in com.rapidminer.example">AttributeWeights</A>&nbsp;weights)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new AttributeWeightedExampleSet.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/AttributeWeightedExampleSet.html#AttributeWeightedExampleSet(com.rapidminer.example.ExampleSet, com.rapidminer.example.AttributeWeights, double)">AttributeWeightedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                            <A HREF="../../../../com/rapidminer/example/AttributeWeights.html" title="class in com.rapidminer.example">AttributeWeights</A>&nbsp;weights,                            double&nbsp;defaultWeight)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new AttributeWeightedExampleSet.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/ConditionedExampleSet.html#ConditionedExampleSet(com.rapidminer.example.ExampleSet, com.rapidminer.example.set.Condition)">ConditionedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent,                      <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set">Condition</A>&nbsp;condition)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new example which used only examples fulfilling the given condition.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/ConditionedExampleSet.html#ConditionedExampleSet(com.rapidminer.example.ExampleSet, com.rapidminer.example.set.Condition, boolean)">ConditionedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent,                      <A HREF="../../../../com/rapidminer/example/set/Condition.html" title="interface in com.rapidminer.example.set">Condition</A>&nbsp;condition,                      boolean&nbsp;inverted)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new example which used only examples fulfilling the given condition.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/CorrectPredictionCondition.html#CorrectPredictionCondition(com.rapidminer.example.ExampleSet, java.lang.String)">CorrectPredictionCondition</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                           java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Throws an exception since this condition does not support parameter string.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/HeaderExampleSet.html#HeaderExampleSet(com.rapidminer.example.ExampleSet)">HeaderExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/MappedExampleSet.html#MappedExampleSet(com.rapidminer.example.ExampleSet, int[])">MappedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent,                 int[]&nbsp;mapping)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an example set based on the given mapping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/MappedExampleSet.html#MappedExampleSet(com.rapidminer.example.ExampleSet, int[], boolean)">MappedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent,                 int[]&nbsp;mapping,                 boolean&nbsp;useMappedExamples)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an example set based on the given mapping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/MappedExampleSet.html#MappedExampleSet(com.rapidminer.example.ExampleSet, int[], boolean, boolean)">MappedExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent,                 int[]&nbsp;mapping,                 boolean&nbsp;useMappedExamples,                 boolean&nbsp;sort)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an example set based on the given mapping.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/MissingAttributesCondition.html#MissingAttributesCondition(com.rapidminer.example.ExampleSet, java.lang.String)">MissingAttributesCondition</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                           java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Throws an exception since this condition does not support parameter string.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/MissingLabelsCondition.html#MissingLabelsCondition(com.rapidminer.example.ExampleSet, java.lang.String)">MissingLabelsCondition</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;exampleSet,                       java.lang.String&nbsp;parameterString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Throws an exception since a parameter string is not allowed for this condition.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/example/set/ModelViewExampleSet.html#ModelViewExampleSet(com.rapidminer.example.ExampleSet, com.rapidminer.operator.ViewModel)">ModelViewExampleSet</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A>&nbsp;parent,                    <A HREF="../../../../com/rapidminer/operator/ViewModel.html" title="interface in com.rapidminer.operator">ViewModel</A>&nbsp;model)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbs

⌨️ 快捷键说明

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