Skip to content

Commit

Permalink
Figure for strains with unknown strains
Browse files Browse the repository at this point in the history
  • Loading branch information
lguillier committed Aug 14, 2019
1 parent ed23ee5 commit 58e1f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ABSA.r
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ final.trained<-MNLFit("mnl_input_0.csv")

predict.unknown<-MNLPredict("predict_sporadic.csv",final.trained)

barplot(t(predict.unknown),legend=row.names(t(predict.unknown)),args.legend = list(x='right',bty='n',inset=c(-0.1,0),xpd=TRUE),xlim = c(0,45),cex.names = 0.8,xlab="Environnemental strains",ylab = "Membership probabilities")


## Optimisation for French dataset
AIC<-c()
Accuracy<-matrix(c(0),20,3)
Expand Down
Binary file added data/Figure1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58e1f75

Please sign in to comment.