index-all.html
来自「SVM_light是一种非常流行的支持向量机的java接口」· HTML 代码 · 共 631 行 · 第 1/3 页
HTML
631 行
Method in class jnisvmlight.<A HREF="./jnisvmlight/TrainingParameters.html" title="class in jnisvmlight">TrainingParameters</A>
<DD>
<DT><A HREF="./jnisvmlight/SVMLightModel.html#getLinearWeights()"><B>getLinearWeights()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/SVMLightModel.html" title="class in jnisvmlight">SVMLightModel</A>
<DD>Returns a vector with the weights of all features for linear kernels.
<DT><A HREF="./jnisvmlight/ExtendedKernel.html#getMultiplier()"><B>getMultiplier()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/ExtendedKernel.html" title="class in jnisvmlight">ExtendedKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/Kernel.html#getNestedKernel()"><B>getNestedKernel()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/Kernel.html" title="class in jnisvmlight">Kernel</A>
<DD>
<DT><A HREF="./jnisvmlight/PolynomialKernel.html#getOrder()"><B>getOrder()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/PolynomialKernel.html" title="class in jnisvmlight">PolynomialKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/SVMLightInterface.html#getTrainingParameters()"><B>getTrainingParameters()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/SVMLightInterface.html" title="class in jnisvmlight">SVMLightInterface</A>
<DD>
<DT><A HREF="./jnisvmlight/FeatureVector.html#getValueAt(int)"><B>getValueAt(int)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/RadialBaseKernel.html#getWidth()"><B>getWidth()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/RadialBaseKernel.html" title="class in jnisvmlight">RadialBaseKernel</A>
<DD>
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/package-summary.html"><B>jnisvmlight</B></A> - package jnisvmlight<DD> </DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/Kernel.html" title="class in jnisvmlight"><B>Kernel</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>Abstract kernel class.<DT><A HREF="./jnisvmlight/Kernel.html#Kernel()"><B>Kernel()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/Kernel.html" title="class in jnisvmlight">Kernel</A>
<DD>
<DT><A HREF="./jnisvmlight/Kernel.html#Kernel(jnisvmlight.Kernel)"><B>Kernel(Kernel)</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/Kernel.html" title="class in jnisvmlight">Kernel</A>
<DD>
<DT><A HREF="./jnisvmlight/LearnParam.html#kernel_cache_size"><B>kernel_cache_size</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Size of kernel cache in megabytes.
<DT><A HREF="./jnisvmlight/KernelParam.html#kernel_type"><B>kernel_type</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Selects between LINEAR, POLYNOMIAL, RBF, or SIGMOID kernel type.
<DT><A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight"><B>KernelParam</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>Kernel parameters used by SVM-light.<DT><A HREF="./jnisvmlight/KernelParam.html#KernelParam()"><B>KernelParam()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Initializes the kernel parameters with the default SVM-light values.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight"><B>LabeledFeatureVector</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>A labeled feature vector.<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html#LabeledFeatureVector()"><B>LabeledFeatureVector()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight">LabeledFeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html#LabeledFeatureVector(double, int)"><B>LabeledFeatureVector(double, int)</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight">LabeledFeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html#LabeledFeatureVector(double, int[], double[])"><B>LabeledFeatureVector(double, int[], double[])</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight">LabeledFeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight"><B>LearnParam</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>Learning parameters as denoted by SVM-light.<DT><A HREF="./jnisvmlight/LearnParam.html#LearnParam()"><B>LearnParam()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Initializes the learning parameters with the default SVM-light values.
<DT><A HREF="./jnisvmlight/KernelParam.html#LINEAR"><B>LINEAR</B></A> -
Static variable in class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Uses a linear kernel type.
<DT><A HREF="./jnisvmlight/LinearKernel.html" title="class in jnisvmlight"><B>LinearKernel</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>A linear kernel.<DT><A HREF="./jnisvmlight/LinearKernel.html#LinearKernel()"><B>LinearKernel()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/LinearKernel.html" title="class in jnisvmlight">LinearKernel</A>
<DD>
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/ExtendedKernel.html#m_a"><B>m_a</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/ExtendedKernel.html" title="class in jnisvmlight">ExtendedKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/ExtendedKernel.html#m_c"><B>m_c</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/ExtendedKernel.html" title="class in jnisvmlight">ExtendedKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/FeatureVector.html#m_dims"><B>m_dims</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/FeatureVector.html#m_factor"><B>m_factor</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/Kernel.html#m_kernel"><B>m_kernel</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/Kernel.html" title="class in jnisvmlight">Kernel</A>
<DD>
<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html#m_label"><B>m_label</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight">LabeledFeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/SVMLightModel.html#m_linWeights"><B>m_linWeights</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/SVMLightModel.html" title="class in jnisvmlight">SVMLightModel</A>
<DD>
<DT><A HREF="./jnisvmlight/SVMLightInterface.html#m_tp"><B>m_tp</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/SVMLightInterface.html" title="class in jnisvmlight">SVMLightInterface</A>
<DD>
<DT><A HREF="./jnisvmlight/FeatureVector.html#m_vals"><B>m_vals</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/LearnParam.html#maxiter"><B>maxiter</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Number of iterations after which the optimizer terminates, if there was no progress in maxdiff.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/FeatureVector.html#normalizeL1()"><B>normalizeL1()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>Performs a linear normalization to the value 1.
<DT><A HREF="./jnisvmlight/FeatureVector.html#normalizeL1(double)"><B>normalizeL1(double)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>Performs a linear normalization to the given norm value.
<DT><A HREF="./jnisvmlight/FeatureVector.html#normalizeL2()"><B>normalizeL2()</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>Performs an L2 normalization to the value 1.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/LearnParam.html#opt_precision"><B>opt_precision</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Precision of solver, set to e.g.
<DT><A HREF="./jnisvmlight/LearnParam.html#OPTIMIZATION"><B>OPTIMIZATION</B></A> -
Static variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Trains on general set of constraints.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/KernelParam.html#poly_degree"><B>poly_degree</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Degree of polynomial kernel.
<DT><A HREF="./jnisvmlight/KernelParam.html#POLYNOMIAL"><B>POLYNOMIAL</B></A> -
Static variable in class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Uses a polynomial kernel type.
<DT><A HREF="./jnisvmlight/PolynomialKernel.html" title="class in jnisvmlight"><B>PolynomialKernel</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>A polynomial kernel.<DT><A HREF="./jnisvmlight/PolynomialKernel.html#PolynomialKernel()"><B>PolynomialKernel()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/PolynomialKernel.html" title="class in jnisvmlight">PolynomialKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/PolynomialKernel.html#PolynomialKernel(jnisvmlight.Kernel, double, double, double)"><B>PolynomialKernel(Kernel, double, double, double)</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/PolynomialKernel.html" title="class in jnisvmlight">PolynomialKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/LearnParam.html#predfile"><B>predfile</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>File for predictions on unlabeled examples in transduction.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/RadialBaseKernel.html" title="class in jnisvmlight"><B>RadialBaseKernel</B></A> - Class in <A HREF="./jnisvmlight/package-summary.html">jnisvmlight</A><DD>A radial base kernel.<DT><A HREF="./jnisvmlight/RadialBaseKernel.html#RadialBaseKernel()"><B>RadialBaseKernel()</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/RadialBaseKernel.html" title="class in jnisvmlight">RadialBaseKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/RadialBaseKernel.html#RadialBaseKernel(jnisvmlight.Kernel, double)"><B>RadialBaseKernel(Kernel, double)</B></A> -
Constructor for class jnisvmlight.<A HREF="./jnisvmlight/RadialBaseKernel.html" title="class in jnisvmlight">RadialBaseKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/LearnParam.html#RANKING"><B>RANKING</B></A> -
Static variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Trains a ranking model.
<DT><A HREF="./jnisvmlight/KernelParam.html#RBF"><B>RBF</B></A> -
Static variable in class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Use a radial base kernel type.
<DT><A HREF="./jnisvmlight/KernelParam.html#rbf_gamma"><B>rbf_gamma</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/KernelParam.html" title="class in jnisvmlight">KernelParam</A>
<DD>Gamma constant for a radial base kernel.
<DT><A HREF="./jnisvmlight/SVMLightModel.html#readSVMLightModelFromURL(java.net.URL)"><B>readSVMLightModelFromURL(URL)</B></A> -
Static method in class jnisvmlight.<A HREF="./jnisvmlight/SVMLightModel.html" title="class in jnisvmlight">SVMLightModel</A>
<DD>Reads an SVM-light model from a URL and creates an SVMLightModel object in Java.
<DT><A HREF="./jnisvmlight/LearnParam.html#REGRESSION"><B>REGRESSION</B></A> -
Static variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Trains a regression model.
<DT><A HREF="./jnisvmlight/LearnParam.html#remove_inconsistent"><B>remove_inconsistent</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Exclude examples with alpha at C and retrain.
<DT><A HREF="./jnisvmlight/LearnParam.html#rho"><B>rho</B></A> -
Variable in class jnisvmlight.<A HREF="./jnisvmlight/LearnParam.html" title="class in jnisvmlight">LearnParam</A>
<DD>Parameter in xi/alpha-estimates and for pruning leave-one-out range [1..2].
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./jnisvmlight/ExtendedKernel.html#setConstant(double)"><B>setConstant(double)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/ExtendedKernel.html" title="class in jnisvmlight">ExtendedKernel</A>
<DD>
<DT><A HREF="./jnisvmlight/FeatureVector.html#setFactor(double)"><B>setFactor(double)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/FeatureVector.html#setFeatures(int[], double[])"><B>setFeatures(int[], double[])</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/FeatureVector.html" title="class in jnisvmlight">FeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html#setFeatures(double, int[], double[])"><B>setFeatures(double, int[], double[])</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight">LabeledFeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/TrainingParameters.html#setKernelParameters(jnisvmlight.KernelParam)"><B>setKernelParameters(KernelParam)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/TrainingParameters.html" title="class in jnisvmlight">TrainingParameters</A>
<DD>
<DT><A HREF="./jnisvmlight/LabeledFeatureVector.html#setLabel(double)"><B>setLabel(double)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/LabeledFeatureVector.html" title="class in jnisvmlight">LabeledFeatureVector</A>
<DD>
<DT><A HREF="./jnisvmlight/TrainingParameters.html#setLearningParameters(jnisvmlight.LearnParam)"><B>setLearningParameters(LearnParam)</B></A> -
Method in class jnisvmlight.<A HREF="./jnisvmlight/TrainingParameters.html" title="class in jnisvmlight">TrainingParameters</A>
<DD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?