minor
This commit is contained in:
parent
2ad99f1adb
commit
0355a4a284
@ -196,7 +196,7 @@ Nous reprenons le jeu de données synthétique utilisé depuis le premier module
|
|||||||
entr <- splitres$entr
|
entr <- splitres$entr
|
||||||
test <- splitres$test
|
test <- splitres$test
|
||||||
|
|
||||||
nakrm <- nakr(entr$X,entr$Y, nspl=25)
|
nakrm <- nakr(entr$X,entr$Y, nspl=15)
|
||||||
yh <- predict(nakrm,test$X)
|
yh <- predict(nakrm,test$X)
|
||||||
plt(test,f)
|
plt(test,f)
|
||||||
points(test$X, yh, pch=4)
|
points(test$X, yh, pch=4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user