C# Class Encog.Neural.Networks.Training.SVM.EncodeSVMProblem

Encode an Encog dataset as a SVM problem.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( INeuralDataSet training, int outputIndex ) : svm_problem

Encode the Encog dataset.

Private Methods

Méthode Description
EncodeSVMProblem ( ) : System

Private constructor.

ObtainTrainingLength ( INeuralDataSet training ) : long

Obtain the length of the training data.

Method Details

Encode() public static méthode

Encode the Encog dataset.
public static Encode ( INeuralDataSet training, int outputIndex ) : svm_problem
training INeuralDataSet The training data.
outputIndex int The ideal element to use, this is necessary becase SVM's have /// only a single output.
Résultat Encog.MathUtil.LIBSVM.svm_problem