Small corrections
This commit is contained in:
parent
c4d9a4db7c
commit
d98b5eb3c5
|
@ -456,13 +456,6 @@ for (lambda0 in list_of_lambda0){
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```{r}
|
|
||||||
theo = c(0,0,0,1,1,1)
|
|
||||||
exp = c(0,1,1,1,1,0)
|
|
||||||
|
|
||||||
confusionMatrix(factor(exp), factor(theo), positive = '1') #prédiction puis théorique
|
|
||||||
```
|
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
NbSeq = 10**2
|
NbSeq = 10**2
|
||||||
T = 10
|
T = 10
|
||||||
|
|
Loading…
Reference in New Issue