📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0-beta2) on Tue Jun 22 21:55:07 EDT 2004 --><TITLE>Index (jBNC - Bayesian Network Classifiers Toolbox API)</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){ parent.document.title="Index (jBNC - Bayesian Network Classifiers Toolbox API)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" 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_top_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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>jBNC Toolbox</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> <A HREF="index-all.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></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR><A NAME="_A_"><!-- --></A><H2><B>A</B></H2><DL><DT><A HREF="./jbnc/dataset/AttributeSpecs.html" title="class in jbnc.dataset"><B>AttributeSpecs</B></A> - Class in <A HREF="./jbnc/dataset/package-summary.html">jbnc.dataset</A><DD>Describes a single attribute/feature in a data set.<DT><A HREF="./jbnc/dataset/AttributeSpecs.html#AttributeSpecs()"><B>AttributeSpecs()</B></A> - Constructor for class jbnc.dataset.<A HREF="./jbnc/dataset/AttributeSpecs.html" title="class in jbnc.dataset">AttributeSpecs</A><DD>By default created attribute with type IGNORE.<DT><A HREF="./jbnc/dataset/AttributeSpecs.html#AttributeSpecs(java.lang.String, jbnc.dataset.AttributeType)"><B>AttributeSpecs(String, AttributeType)</B></A> - Constructor for class jbnc.dataset.<A HREF="./jbnc/dataset/AttributeSpecs.html" title="class in jbnc.dataset">AttributeSpecs</A><DD>Can create attribute with type CONTINUOUS or IGNORE.<DT><A HREF="./jbnc/dataset/AttributeSpecs.html#AttributeSpecs(java.lang.String, java.lang.String[])"><B>AttributeSpecs(String, String[])</B></A> - Constructor for class jbnc.dataset.<A HREF="./jbnc/dataset/AttributeSpecs.html" title="class in jbnc.dataset">AttributeSpecs</A><DD>Creates a DISCRETE attribute.<DT><A HREF="./jbnc/dataset/AttributeSpecs.html#AttributeSpecs(java.lang.String, int)"><B>AttributeSpecs(String, int)</B></A> - Constructor for class jbnc.dataset.<A HREF="./jbnc/dataset/AttributeSpecs.html" title="class in jbnc.dataset">AttributeSpecs</A><DD>Creates a disctete attribute with <tt>n</tt> states (DISCRETE_N).<DT><A HREF="./jbnc/dataset/AttributeSpecs.AttributeException.html" title="class in jbnc.dataset"><B>AttributeSpecs.AttributeException</B></A> - Exception in <A HREF="./jbnc/dataset/package-summary.html">jbnc.dataset</A><DD>Exception specific to the AttributeSpecs class.<DT><A HREF="./jbnc/dataset/AttributeSpecs.AttributeException.html#AttributeSpecs.AttributeException()"><B>AttributeSpecs.AttributeException()</B></A> - Constructor for exception jbnc.dataset.<A HREF="./jbnc/dataset/AttributeSpecs.AttributeException.html" title="class in jbnc.dataset">AttributeSpecs.AttributeException</A><DD>Constructor for the AttributeException object.<DT><A HREF="./jbnc/dataset/AttributeSpecs.AttributeException.html#AttributeSpecs.AttributeException(java.lang.String)"><B>AttributeSpecs.AttributeException(String)</B></A> - Constructor for exception jbnc.dataset.<A HREF="./jbnc/dataset/AttributeSpecs.AttributeException.html" title="class in jbnc.dataset">AttributeSpecs.AttributeException</A><DD>Constructor for the AttributeException object.<DT><A HREF="./jbnc/dataset/AttributeType.html" title="class in jbnc.dataset"><B>AttributeType</B></A> - Class in <A HREF="./jbnc/dataset/package-summary.html">jbnc.dataset</A><DD>Types of values represented by an attribute.<DT><A HREF="./jbnc/operators/Augmenter.html" title="class in jbnc.operators"><B>Augmenter</B></A> - Class in <A HREF="./jbnc/operators/package-summary.html">jbnc.operators</A><DD>Abstract BNC Augmenter operator.<DT><A HREF="./jbnc/operators/Augmenter.html#Augmenter()"><B>Augmenter()</B></A> - Constructor for class jbnc.operators.<A HREF="./jbnc/operators/Augmenter.html" title="class in jbnc.operators">Augmenter</A><DD> <DT><A HREF="./jbnc/operators/Augmenter.Result.html" title="class in jbnc.operators"><B>Augmenter.Result</B></A> - Class in <A HREF="./jbnc/operators/package-summary.html">jbnc.operators</A><DD> <DT><A HREF="./jbnc/operators/Augmenter.Result.html#Augmenter.Result()"><B>Augmenter.Result()</B></A> - Constructor for class jbnc.operators.<A HREF="./jbnc/operators/Augmenter.Result.html" title="class in jbnc.operators">Augmenter.Result</A><DD> <DT><A HREF="./jbnc/util/FrequencyTable.html#addCase(int[])"><B>addCase(int[])</B></A> - Method in class jbnc.util.<A HREF="./jbnc/util/FrequencyTable.html" title="class in jbnc.util">FrequencyTable</A><DD>Adds a feature to the Case attribute of the FrequencyTable object<DT><A HREF="./jbnc/graphs/Graph.html#addEdge(jbnc.graphs.Vertex, jbnc.graphs.Vertex)"><B>addEdge(Vertex, Vertex)</B></A> - Method in class jbnc.graphs.<A HREF="./jbnc/graphs/Graph.html" title="class in jbnc.graphs">Graph</A><DD> <DT><A HREF="./jbnc/graphs/Graph.html#addEdge(jbnc.graphs.Edge)"><B>addEdge(Edge)</B></A> - Method in class jbnc.graphs.<A HREF="./jbnc/graphs/Graph.html" title="class in jbnc.graphs">Graph</A><DD> <DT><A HREF="./jbnc/graphs/Graph.html#addVertex(jbnc.graphs.Vertex)"><B>addVertex(Vertex)</B></A> - Method in class jbnc.graphs.<A HREF="./jbnc/graphs/Graph.html" title="class in jbnc.graphs">Graph</A><DD> <DT><A HREF="./jbnc/Classifier.html#algorithmName"><B>algorithmName</B></A> - Variable in class jbnc.<A HREF="./jbnc/Classifier.html" title="class in jbnc">Classifier</A><DD> <DT><A HREF="./jbnc/measures/QualityMeasure.html#alphaK"><B>alphaK</B></A> - Variable in class jbnc.measures.<A HREF="./jbnc/measures/QualityMeasure.html" title="class in jbnc.measures">QualityMeasure</A><DD>Value of the prior.<DT><A HREF="./jbnc/util/BNCTester.html#attribNodes"><B>attribNodes</B></A> - Variable in class jbnc.util.<A HREF="./jbnc/util/BNCTester.html" title="class in jbnc.util">BNCTester</A><DD> </DL><HR><A NAME="_B_"><!-- --></A><H2><B>B</B></H2><DL><DT><A HREF="./jbnc/graphs/BNCInference.html" title="class in jbnc.graphs"><B>BNCInference</B></A> - Class in <A HREF="./jbnc/graphs/package-summary.html">jbnc.graphs</A><DD>Efficient calculation of the joint probability distribution and and conditional probability of the class variable given values of all attributes.<DT><A HREF="./jbnc/graphs/BNCInference.html#BNCInference(BayesianNetworks.BayesNet)"><B>BNCInference(BayesNet)</B></A> - Constructor for class jbnc.graphs.<A HREF="./jbnc/graphs/BNCInference.html" title="class in jbnc.graphs">BNCInference</A><DD> <DT><A HREF="./jbnc/util/BNCTester.html" title="class in jbnc.util"><B>BNCTester</B></A> - Class in <A HREF="./jbnc/util/package-summary.html">jbnc.util</A><DD>Description of the Class<DT><A HREF="./jbnc/util/BNCTester.html#BNCTester()"><B>BNCTester()</B></A> - Constructor for class jbnc.util.<A HREF="./jbnc/util/BNCTester.html" title="class in jbnc.util">BNCTester</A><DD> <DT><A HREF="./jbnc/util/BNCTester.Result.html" title="class in jbnc.util"><B>BNCTester.Result</B></A> - Class in <A HREF="./jbnc/util/package-summary.html">jbnc.util</A><DD> <DT><A HREF="./jbnc/util/BNCTester.Result.html#BNCTester.Result(int, int)"><B>BNCTester.Result(int, int)</B></A> - Constructor for class jbnc.util.<A HREF="./jbnc/util/BNCTester.Result.html" title="class in jbnc.util">BNCTester.Result</A><DD>Constructor for the Result object<DT><A HREF="./jbnc/util/BNTools.html" title="class in jbnc.util"><B>BNTools</B></A> - Class in <A HREF="./jbnc/util/package-summary.html">jbnc.util</A><DD>Utilities for Bayesian networks.<DT><A HREF="./jbnc/util/BNTools.html#BNTools()"><B>BNTools()</B></A> - Constructor for class jbnc.util.<A HREF="./jbnc/util/BNTools.html" title="class in jbnc.util">BNTools</A><DD> <DT><A HREF="./jbnc/inducers/BayesianInducer.html" title="class in jbnc.inducers"><B>BayesianInducer</B></A> - Class in <A HREF="./jbnc/inducers/package-summary.html">jbnc.inducers</A><DD>Abstract class for Bayesian network inducers.<DT><A HREF="./jbnc/inducers/BayesianInducer.html#BayesianInducer()"><B>BayesianInducer()</B></A> - Constructor for class jbnc.inducers.<A HREF="./jbnc/inducers/BayesianInducer.html" title="class in jbnc.inducers">BayesianInducer</A><DD> <DT><A HREF="./jbnc/inducers/BayesianInducer.NetLayout.html" title="class in jbnc.inducers"><B>BayesianInducer.NetLayout</B></A> - Class in <A HREF="./jbnc/inducers/package-summary.html">jbnc.inducers</A><DD>Network layout.<DT><A HREF="./jbnc/inducers/BayesianInducer.NetLayout.html#BayesianInducer.NetLayout()"><B>BayesianInducer.NetLayout()</B></A> - Constructor for class jbnc.inducers.<A HREF="./jbnc/inducers/BayesianInducer.NetLayout.html" title="class in jbnc.inducers">BayesianInducer.NetLayout</A><DD> <DT><A HREF="./jbnc/operators/Augmenter.Result.html#bayesNet"><B>bayesNet</B></A> - Variable in class jbnc.operators.<A HREF="./jbnc/operators/Augmenter.Result.html" title="class in jbnc.operators">Augmenter.Result</A><DD> <DT><A HREF="./jbnc/util/BNTools.html#beta_ijk"><B>beta_ijk</B></A> - Static variable in class jbnc.util.<A HREF="./jbnc/util/BNTools.html" title="class in jbnc.util">BNTools</A><DD>A some small value larger than zero.<DT><A HREF="./jbnc/discretize/EntropyDiscretizer.html#buildDiscretizer(jbnc.discretize.Case[])"><B>buildDiscretizer(Case[])</B></A> - Method in class jbnc.discretize.<A HREF="./jbnc/discretize/EntropyDiscretizer.html" title="class in jbnc.discretize">EntropyDiscretizer</A><DD>Performs construction of the discretizer for a set of cases (class + continous attribute pairs).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -