Uses of Class
com.imsl.datamining.supportvectormachine.DataNode
Packages that use DataNode
-
Uses of DataNode in com.imsl.datamining.supportvectormachine
Methods in com.imsl.datamining.supportvectormachine with parameters of type DataNodeModifier and TypeMethodDescriptionprotected doubleCalculates the dot product between twoDataNodearrays.abstract doubleKernel.kernelFunction(DataNode[][] x, int i, int j) Abstract method to calculate the kernel function between twoDataNodearrays.abstract doubleKernel.kernelFunction(DataNode[] x, DataNode[] y) Abstract method to calculate the kernel function between twoDataNodearrays.doubleLinearKernel.kernelFunction(DataNode[][] x, int i, int j) Calculates the kernel function between twoDataNodes.doubleLinearKernel.kernelFunction(DataNode[] x, DataNode[] y) Calculates the kernel function between twoDataNodes.doublePolynomialKernel.kernelFunction(DataNode[][] x, int i, int j) Calculates the kernel function between twoDataNodes.doublePolynomialKernel.kernelFunction(DataNode[] x, DataNode[] y) Calculates the kernel function between twoDataNodes.doubleRadialBasisKernel.kernelFunction(DataNode[][] x, int i, int j) Calculates the kernel function between twoDataNodes.doubleRadialBasisKernel.kernelFunction(DataNode[] x, DataNode[] y) Calculates the kernel function between twoDataNodes.doubleSigmoidKernel.kernelFunction(DataNode[][] x, int i, int j) Calculates the kernel function between twoDataNodes.doubleSigmoidKernel.kernelFunction(DataNode[] x, DataNode[] y) Calculates the kernel function between twoDataNodes.protected abstract SVModelAbstract method to perform the support vector machine optimization.protected SVModelPerforms the classification support vector machine optimization problem.protected SVModelPerforms the one class support vector machine optimization problem.protected SVModelPerforms the regression support vector machine optimization problem.