-2

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
Martin Gal
  • 14,910
  • 4
  • 18
  • 37
  • Hi there and welcome to SO. Please make a [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) or [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) with a sample input and your expected output. [Please do not upload images of code/data/errors when asking a question.](//meta.stackoverflow.com/q/285551) Based on your input we can understand your problem and think about a possible solution and verify it compared to your expected output. – Martin Gal May 14 '22 at 15:28

0 Answers0