⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html,v

📁 包含了模式识别中常用的一些分类器设计算法
💻 HTML,V
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="./AlgorithmKMeans.html#generatePool()"><B>generatePool()</B></A> - Method in class <A HREF="./AlgorithmKMeans.html" title="class in &lt;Unnamed&gt;">AlgorithmKMeans</A><DD>Collects all the data points of all the data sets<DT><A HREF="./AlgorithmLBG.html#generatePool()"><B>generatePool()</B></A> - Method in class <A HREF="./AlgorithmLBG.html" title="class in &lt;Unnamed&gt;">AlgorithmLBG</A><DD>Collects all the data points together<DT><A HREF="./BiNormal.html#genmn(double[], double[], double[])"><B>genmn(double[], double[], double[])</B></A> - Method in class <A HREF="./BiNormal.html" title="class in &lt;Unnamed&gt;">BiNormal</A><DD>methods generates the multivariate normal deviates using the procedure: 1) generate p independent standard normal deviates - ei ~ n(0,1) 2) using cholesky decomposition find a s.t.<DT><A HREF="./SelectionArea.html#getCanvasHeight()"><B>getCanvasHeight()</B></A> - Method in class <A HREF="./SelectionArea.html" title="class in &lt;Unnamed&gt;">SelectionArea</A><DD>Gets the canvas height<DT><A HREF="./SelectionArea.html#getCanvasWidth()"><B>getCanvasWidth()</B></A> - Method in class <A HREF="./SelectionArea.html" title="class in &lt;Unnamed&gt;">SelectionArea</A><DD>Gets the canvas width<DT><A HREF="./AlgorithmKMeans.html#getClosestSet(MyPoint)"><B>getClosestSet(MyPoint)</B></A> - Method in class <A HREF="./AlgorithmKMeans.html" title="class in &lt;Unnamed&gt;">AlgorithmKMeans</A><DD>Determines the closest data sets to the cluster<DT><A HREF="./AlgorithmLBG.html#getClosestSet(MyPoint)"><B>getClosestSet(MyPoint)</B></A> - Method in class <A HREF="./AlgorithmLBG.html" title="class in &lt;Unnamed&gt;">AlgorithmLBG</A><DD>Determines the closest data sets to the cluster<DT><A HREF="./Matrix.html#getColSumSquare(int)"><B>getColSumSquare(int)</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>this routine computes the sum of a column<DT><A HREF="./Classify.html#getCurrAlgo()"><B>getCurrAlgo()</B></A> - Static method in class <A HREF="./Classify.html" title="class in &lt;Unnamed&gt;">Classify</A><DD>determine the current algorithm and returns an object for it<DT><A HREF="./AlgorithmKMeans.html#getDecisionRegion(java.util.Vector)"><B>getDecisionRegion(Vector&lt;MyPoint&gt;)</B></A> - Method in class <A HREF="./AlgorithmKMeans.html" title="class in &lt;Unnamed&gt;">AlgorithmKMeans</A><DD>Computes the k-mean decision region - nearest neighbor algorithm<DT><A HREF="./AlgorithmLBG.html#getDecisionRegion(java.util.Vector)"><B>getDecisionRegion(Vector&lt;MyPoint&gt;)</B></A> - Method in class <A HREF="./AlgorithmLBG.html" title="class in &lt;Unnamed&gt;">AlgorithmLBG</A><DD>Computes the k-mean decision region - nearest neighbor algorithm<DT><A HREF="./Matrix.html#getDiagonalVector(java.util.Vector)"><B>getDiagonalVector(Vector&lt;Double&gt;)</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>Puts the diagonal of a matrix in the vector passed<DT><A HREF="./OutputPanel.html#getDisplayHeight()"><B>getDisplayHeight()</B></A> - Method in class <A HREF="./OutputPanel.html" title="class in &lt;Unnamed&gt;">OutputPanel</A><DD>Gets the height on the output canvas<DT><A HREF="./DisplayArea.html#getDisplayScale()"><B>getDisplayScale()</B></A> - Method in class <A HREF="./DisplayArea.html" title="class in &lt;Unnamed&gt;">DisplayArea</A><DD>gets the current DisplayScale<DT><A HREF="./SelectionArea.html#getDisplayScale()"><B>getDisplayScale()</B></A> - Method in class <A HREF="./SelectionArea.html" title="class in &lt;Unnamed&gt;">SelectionArea</A><DD>Gets the DisplayScale<DT><A HREF="./OutputPanel.html#getDisplayWidth()"><B>getDisplayWidth()</B></A> - Method in class <A HREF="./OutputPanel.html" title="class in &lt;Unnamed&gt;">OutputPanel</A><DD>Gets the width on the output canvas method: getDisplayWidth<DT><A HREF="./DecisionRegion.html#getGuesses()"><B>getGuesses()</B></A> - Method in class <A HREF="./DecisionRegion.html" title="class in &lt;Unnamed&gt;">DecisionRegion</A><DD>method retrieves the initial guesses - means of the data sets<DT><A HREF="./DisplayArea.html#getHeight()"><B>getHeight()</B></A> - Method in class <A HREF="./DisplayArea.html" title="class in &lt;Unnamed&gt;">DisplayArea</A><DD>gets height of the output canvas<DT><A HREF="./Matrix.html#getNumColumns()"><B>getNumColumns()</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>Gets the number of Columns<DT><A HREF="./DecisionRegion.html#getNumRegions()"><B>getNumRegions()</B></A> - Method in class <A HREF="./DecisionRegion.html" title="class in &lt;Unnamed&gt;">DecisionRegion</A><DD>get the number of data sets currently stored<DT><A HREF="./Matrix.html#getNumRows()"><B>getNumRows()</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>Gets the number of Rows<DT><A HREF="./DecisionRegion.html#getRegion(java.lang.String)"><B>getRegion(String)</B></A> - Method in class <A HREF="./DecisionRegion.html" title="class in &lt;Unnamed&gt;">DecisionRegion</A><DD>get the specified decision region<DT><A HREF="./DecisionRegion.html#getRegion(int)"><B>getRegion(int)</B></A> - Method in class <A HREF="./DecisionRegion.html" title="class in &lt;Unnamed&gt;">DecisionRegion</A><DD>method retrieves a given data set based on the index<DT><A HREF="./DecisionRegion.html#getRegions()"><B>getRegions()</B></A> - Method in class <A HREF="./DecisionRegion.html" title="class in &lt;Unnamed&gt;">DecisionRegion</A><DD>&nbsp;<DT><A HREF="./Matrix.html#getValue(int, int)"><B>getValue(int, int)</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>gets value at indexed row and column<DT><A HREF="./DisplayArea.html#getWidth()"><B>getWidth()</B></A> - Method in class <A HREF="./DisplayArea.html" title="class in &lt;Unnamed&gt;">DisplayArea</A><DD>gets width of the output canvas<DT><A HREF="./DisplayArea.html#getXPrecision()"><B>getXPrecision()</B></A> - Method in class <A HREF="./DisplayArea.html" title="class in &lt;Unnamed&gt;">DisplayArea</A><DD>get the x value<DT><A HREF="./OutputPanel.html#getXRatio()"><B>getXRatio()</B></A> - Method in class <A HREF="./OutputPanel.html" title="class in &lt;Unnamed&gt;">OutputPanel</A><DD>Gets the X direction Ratio<DT><A HREF="./DisplayArea.html#getYPrecision()"><B>getYPrecision()</B></A> - Method in class <A HREF="./DisplayArea.html" title="class in &lt;Unnamed&gt;">DisplayArea</A><DD>get the y value<DT><A HREF="./OutputPanel.html#getYRatio()"><B>getYRatio()</B></A> - Method in class <A HREF="./OutputPanel.html" title="class in &lt;Unnamed&gt;">OutputPanel</A><DD>Gets the Y direction Ratio<DT><A HREF="./MathUtil.html#grand(double, double)"><B>grand(double, double)</B></A> - Static method in class <A HREF="./MathUtil.html" title="class in &lt;Unnamed&gt;">MathUtil</A><DD>method generates a random distribution centered about the mean with a variance that is specified by the standard deviation.<DT><A HREF="./DecisionRegion.html#guesses"><B>guesses</B></A> - Variable in class <A HREF="./DecisionRegion.html" title="class in &lt;Unnamed&gt;">DecisionRegion</A><DD>&nbsp;</DL><HR><A NAME="_I_"><!-- --></A><H2><B>I</B></H2><DL><DT><A HREF="./Matrix.html#identityMatrix()"><B>identityMatrix()</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>This routine makes an identity matrix<DT><A HREF="./IFAlgorithm.html" title="interface in &lt;Unnamed&gt;"><B>IFAlgorithm</B></A> - Interface in <A HREF="./package-summary.html">&lt;Unnamed&gt;</A><DD>This interface is designed to be the base for all algorithms<DT><A HREF="./Classify.html#init()"><B>init()</B></A> - Method in class <A HREF="./Classify.html" title="class in &lt;Unnamed&gt;">Classify</A><DD>this method is called when the applet is started<DT><A HREF="./Matrix.html#initDiagonalMatrix(java.util.Vector)"><B>initDiagonalMatrix(Vector&lt;Double&gt;)</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>Creates a diagonal matrix of values specified by the input vector<DT><A HREF="./MathUtil.html#initDoubleVector(java.util.Vector, double)"><B>initDoubleVector(Vector&lt;Double&gt;, double)</B></A> - Static method in class <A HREF="./MathUtil.html" title="class in &lt;Unnamed&gt;">MathUtil</A><DD>initializes components of vector to double value passed<DT><A HREF="./AlgorithmRVM.html#initFullTrain()"><B>initFullTrain()</B></A> - Method in class <A HREF="./AlgorithmRVM.html" title="class in &lt;Unnamed&gt;">AlgorithmRVM</A><DD>initializes the data structures in preparation for a full training pass<DT><A HREF="./Algorithm.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./Algorithm.html" title="class in &lt;Unnamed&gt;">Algorithm</A><DD>Initializes algorithm.<DT><A HREF="./AlgorithmED.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmED.html" title="class in &lt;Unnamed&gt;">AlgorithmED</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmKF.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmKF.html" title="class in &lt;Unnamed&gt;">AlgorithmKF</A><DD>Implements the initialize() method in the base class.<DT><A HREF="./AlgorithmKMeans.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmKMeans.html" title="class in &lt;Unnamed&gt;">AlgorithmKMeans</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmLBG.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmLBG.html" title="class in &lt;Unnamed&gt;">AlgorithmLBG</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmLDA.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmLDA.html" title="class in &lt;Unnamed&gt;">AlgorithmLDA</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmLDA2.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmLDA2.html" title="class in &lt;Unnamed&gt;">AlgorithmLDA2</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmLDAPCA.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmLDAPCA.html" title="class in &lt;Unnamed&gt;">AlgorithmLDAPCA</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmLP.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmLP.html" title="class in &lt;Unnamed&gt;">AlgorithmLP</A><DD>Implements the initialize() method in the base class.<DT><A HREF="./AlgorithmNN.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmNN.html" title="class in &lt;Unnamed&gt;">AlgorithmNN</A><DD>Implements the initialize() method in the base class.<DT><A HREF="./AlgorithmPCA.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmPCA.html" title="class in &lt;Unnamed&gt;">AlgorithmPCA</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmPCA2.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmPCA2.html" title="class in &lt;Unnamed&gt;">AlgorithmPCA2</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmPF.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmPF.html" title="class in &lt;Unnamed&gt;">AlgorithmPF</A><DD>Implements the initialize() method in the base class.<DT><A HREF="./AlgorithmRVM.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmRVM.html" title="class in &lt;Unnamed&gt;">AlgorithmRVM</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./AlgorithmSVM.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./AlgorithmSVM.html" title="class in &lt;Unnamed&gt;">AlgorithmSVM</A><DD>Overrides the initialize() method in the base class.<DT><A HREF="./DataPoints.html#initialize()"><B>initialize()</B></A> - Method in class <A HREF="./DataPoints.html" title="class in &lt;Unnamed&gt;">DataPoints</A><DD>initializes dset1-dset4<DT><A HREF="./IFAlgorithm.html#initialize()"><B>initialize()</B></A> - Method in interface <A HREF="./IFAlgorithm.html" title="interface in &lt;Unnamed&gt;">IFAlgorithm</A><DD>Initializes member data and prepares for execution of first step.<DT><A HREF="./Classify.html#initializeAlgo(Algorithm)"><B>initializeAlgo(Algorithm)</B></A> - Static method in class <A HREF="./Classify.html" title="class in &lt;Unnamed&gt;">Classify</A><DD>determine the dimensions of the selection area<DT><A HREF="./AlgorithmKMeans.html#initializeKmeans()"><B>initializeKmeans()</B></A> - Method in class <A HREF="./AlgorithmKMeans.html" title="class in &lt;Unnamed&gt;">AlgorithmKMeans</A><DD>Initializes the kmean array with the original data sets<DT><A HREF="./Matrix.html#initMatrix(double[][], int, int)"><B>initMatrix(double[][], int, int)</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>this method initializes matrix to be the values of the 2-d array passed<DT><A HREF="./Matrix.html#initMatrix(java.util.Vector)"><B>initMatrix(Vector&lt;Double&gt;)</B></A> - Method in class <A HREF="./Matrix.html" title="class in &lt;Unnamed&gt;">Matrix</A><DD>Creates a 1 row matrix of values specified by the input vector

⌨️ 快捷键说明

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