attribute.html
来自「数据挖掘方面最新软件」· HTML 代码 · 共 967 行 · 第 1/5 页
HTML
967 行
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.learner.weka"><B>com.rapidminer.operator.learner.weka</B></A></TD><TD>Operators which encapsulate the learning schemes provided by Weka. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.performance"><B>com.rapidminer.operator.performance</B></A></TD><TD>Provides performance evaluating operators and performance criteria. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.performance.cost"><B>com.rapidminer.operator.performance.cost</B></A></TD><TD>This package contains cost-based performance evaluations. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.postprocessing"><B>com.rapidminer.operator.postprocessing</B></A></TD><TD>Operators for post processing, usually used for models. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.preprocessing"><B>com.rapidminer.operator.preprocessing</B></A></TD><TD>Operators for preprocessing purposes. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.preprocessing.discretization"><B>com.rapidminer.operator.preprocessing.discretization</B></A></TD><TD>Contains discretization operators which can be used to transform numerical into nominal attributes. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.preprocessing.filter"><B>com.rapidminer.operator.preprocessing.filter</B></A></TD><TD>Containing filter operators changing the input example set, e.g. by removing certain attributes or changing the data. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.preprocessing.filter.attributes"><B>com.rapidminer.operator.preprocessing.filter.attributes</B></A></TD><TD>This package contains the attribute filter. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.preprocessing.normalization"><B>com.rapidminer.operator.preprocessing.normalization</B></A></TD><TD>Preprocessing operators used for normalization. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.operator.visualization"><B>com.rapidminer.operator.visualization</B></A></TD><TD>The operators in this package might be useful for visualization purposes. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.tools.att"><B>com.rapidminer.tools.att</B></A></TD><TD>Provides tools for parsing the attribute description file. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.tools.jdbc"><B>com.rapidminer.tools.jdbc</B></A></TD><TD>Provides tools for database access via JDBC connections. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.tools.math"><B>com.rapidminer.tools.math</B></A></TD><TD>Several tool classes for mathematical operations. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#com.rapidminer.tools.math.function"><B>com.rapidminer.tools.math.function</B></A></TD><TD>The classes in this package represent basic functions which can, for example, be used as aggregation functions. </TD></TR></TABLE> <P><A NAME="com.rapidminer.datatable"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> in <A HREF="../../../../com/rapidminer/datatable/package-summary.html">com.rapidminer.datatable</A></FONT></TH></TR></TABLE> <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/datatable/package-summary.html">com.rapidminer.datatable</A> with parameters of type <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/datatable/Example2DataTableRowIterator.html#Example2DataTableRowIterator(java.util.Iterator, java.util.List, com.rapidminer.example.Attribute)">Example2DataTableRowIterator</A></B>(java.util.Iterator<<A HREF="../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A>> reader, java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> allAttributes, <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> idAttribute)</CODE><BR> Creates a new DataTable iterator backed up by examples.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/datatable/Example2DataTableRowWrapper.html#Example2DataTableRowWrapper(com.rapidminer.example.Example, java.util.List, com.rapidminer.example.Attribute)">Example2DataTableRowWrapper</A></B>(<A HREF="../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A> example, java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> allAttributes, <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> idAttribute)</CODE><BR> Creates a new wrapper.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../com/rapidminer/datatable/package-summary.html">com.rapidminer.datatable</A> with type arguments of type <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/datatable/Example2DataTableRowIterator.html#Example2DataTableRowIterator(java.util.Iterator, java.util.List, com.rapidminer.example.Attribute)">Example2DataTableRowIterator</A></B>(java.util.Iterator<<A HREF="../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A>> reader, java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> allAttributes, <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> idAttribute)</CODE><BR> Creates a new DataTable iterator backed up by examples.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../com/rapidminer/datatable/Example2DataTableRowWrapper.html#Example2DataTableRowWrapper(com.rapidminer.example.Example, java.util.List, com.rapidminer.example.Attribute)">Example2DataTableRowWrapper</A></B>(<A HREF="../../../../com/rapidminer/example/Example.html" title="class in com.rapidminer.example">Example</A> example, java.util.List<<A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>> allAttributes, <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> idAttribute)</CODE><BR> Creates a new wrapper.</TD></TR></TABLE> <P><A NAME="com.rapidminer.example"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">Uses of <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A> in <A HREF="../../../../com/rapidminer/example/package-summary.html">com.rapidminer.example</A></FONT></TH></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../com/rapidminer/example/package-summary.html">com.rapidminer.example</A> that return <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>[]</CODE></FONT></TD><TD><CODE><B>AbstractAttributes.</B><B><A HREF="../../../../com/rapidminer/example/AbstractAttributes.html#createRegularAttributeArray()">createRegularAttributeArray</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>[]</CODE></FONT></TD><TD><CODE><B>Attributes.</B><B><A HREF="../../../../com/rapidminer/example/Attributes.html#createRegularAttributeArray()">createRegularAttributeArray</A></B>()</CODE><BR> This method creates an attribute array from all regular attributes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A>[]</CODE></FONT></TD><TD><CODE><B>Tools.</B><B><A HREF="../../../../com/rapidminer/example/Tools.html#createRegularAttributeArray(com.rapidminer.example.ExampleSet)">createRegularAttributeArray</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> exampleSet)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></CODE></FONT></TD><TD><CODE><B>Tools.</B><B><A HREF="../../../../com/rapidminer/example/Tools.html#createSpecialAttribute(com.rapidminer.example.ExampleSet, java.lang.String, int)">createSpecialAttribute</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> exampleSet, java.lang.String name, int valueType)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></CODE></FONT></TD><TD><CODE><B>Tools.</B><B><A HREF="../../../../com/rapidminer/example/Tools.html#createWeightAttribute(com.rapidminer.example.ExampleSet)">createWeightAttribute</A></B>(<A HREF="../../../../com/rapidminer/example/ExampleSet.html" title="interface in com.rapidminer.example">ExampleSet</A> exampleSet)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></CODE></FONT></TD><TD><CODE><B>AttributeParser.</B><B><A HREF="../../../../com/rapidminer/example/AttributeParser.html#generateAttribute(com.rapidminer.tools.LoggingHandler, java.lang.String)">generateAttribute</A></B>(<A HREF="../../../../com/rapidminer/tools/LoggingHandler.html" title="interface in com.rapidminer.tools">LoggingHandler</A> logging, java.lang.String constructionDescription)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></CODE></FONT></TD><TD><CODE><B>AbstractAttributes.</B><B><A HREF="../../../../com/rapidminer/example/AbstractAttributes.html#get(java.lang.String)">get</A></B>(java.lang.String name)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../com/rapidminer/example/Attribute.html" title="interface in com.rapidminer.example">Attribute</A></CODE></FONT></TD><TD><CODE><B>Attributes.</B><B><A HREF="../../../../com/rapidminer/example/Attributes.html#get(java.lang.String)">get</A></B>(java.lang.String name)</CODE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?