Skip to content

Commit

Permalink
Merge pull request #22 from cmusso86/update_release
Browse files Browse the repository at this point in the history
.txt with object
  • Loading branch information
cmusso86 authored Jun 19, 2024
2 parents b685a25 + 31886cc commit fe4d41d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/simple_mlp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ y_hat_test <- predict(model_nn, x_test)

```{r eval=T}
file_path1 <- system.file("extdata", "mse_cal.txt", package = "recalibratiNN")
read.table(file_path1) |> as.numeric()
a <- read.table(file_path1) |> as.numeric()
a
```


Expand Down

0 comments on commit fe4d41d

Please sign in to comment.