Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Weka.classifiers.functions Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
CachedKernelBase class for RBFKernel and PolyKernel that implements a simple LRU.Classweka.classifiers.functions.supportVectorWeka
CheckKernelClass for examining the capabilities and finding problems with kernels.Classweka.classifiers.functions.supportVectorWeka
MultilayerPerceptron A Classifier that uses backpropagation to classify This network can be built by hand, created by an algorithm or both.Classweka.classifiers.functionsWeka
NeuralConnectionAbstract unit in a NeuralNetwork.Classweka.classifiers.functions.neuralWeka
NeuralMethodThis is an interface used to create classes that can be used by the neuralnode to perform all it's computations.Interfaceweka.classifiers.functions.neuralWeka
NeuralNodeThis class is used to represent a node in the neuralnet.Classweka.classifiers.functions.neuralWeka
NormalizedPolyKernel The normalized polynomial kernel.Classweka.classifiers.functions.supportVectorWeka
PolyKernel The polynomial kernel : K(x, y) = ^p or K(x, y) = (+1)^pClassweka.classifiers.functions.supportVectorWeka
PrecomputedKernelMatrixKernel This kernel is based on a static kernel matrix that is read from a file.Classweka.classifiers.functions.supportVectorWeka
Puk The Pearson VII function-based universal kernel.Classweka.classifiers.functions.supportVectorWeka
RBFKernel The RBF kernel.Classweka.classifiers.functions.supportVectorWeka
RegOptimizerBase class implementation for learning algorithm of SMOreg Valid options are:Classweka.classifiers.functions.supportVectorWeka
RegSMO Implementation of SMO for support vector regression A.Classweka.classifiers.functions.supportVectorWeka
RegSMOImproved Learn SVM for regression using SMO with Shevade, Keerthi, et al.Classweka.classifiers.functions.supportVectorWeka
SGD Implements stochastic gradient descent for learning various linear models (binary class SVM, binary class logistic regression, squared loss, Huber loss and epsilon-insensitive loss linear regression).Classweka.classifiers.functionsWeka
SGDText Implements stochastic gradient descent for learning a linear binary class SVM or binary class logistic regression on text data.Classweka.classifiers.functionsWeka
SGDText .CountClassweka.classifiers.functionsWeka
SigmoidUnitThis can be used by the neuralnode to perform all it's computations (as a sigmoid unit).Classweka.classifiers.functions.neuralWeka
SimpleLinearRegression Learns a simple linear regression model.Classweka.classifiers.functionsWeka
SimpleLogistic Classifier for building linear logistic regression models.Classweka.classifiers.functionsWeka
SMO Implements John Platt's sequential minimal optimization algorithm for training a support vector classifier.Classweka.classifiers.functionsWeka
SMOreg SMOreg implements the support vector machine for regression.Classweka.classifiers.functionsWeka
SMOsetStores a set of integer of a given size.Classweka.classifiers.functions.supportVectorWeka
VotedPerceptron Implementation of the voted perceptron algorithm by Freund and Schapire.Classweka.classifiers.functionsWeka