'going from SVM model to MaxEnt
I want to use Maxent instead of the SVM model, so can anyone help? This was posted on August 1, 2010.
# le modèle est calculé avec les valeurs par défaut des paramètres (noyau gaussien, pénalisation à 1, gamma=0,25)
model = svm(Classe ~ ., data = Training, scale=FALSE)
model
summary(model)
# Prédiction sur l'ensemble Test
Resultats = predict(model, Test)
Resultats
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|