Skip to content

Commit

Permalink
Update docs/literate/explanations/predict.jl
Browse files Browse the repository at this point in the history
Co-authored-by: René Skukies <[email protected]>
  • Loading branch information
behinger and ReneSkukies authored Sep 26, 2024
1 parent debeb4f commit a0a2f4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/literate/explanations/predict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ series(range(-0.5, 1, step = 1 / 100), p[1][1, :, :]', solid_color = :orange)
series!(range(-0.3, 0.5, step = 1 / 100), p[2][1, :, :]', solid_color = :teal)
current_figure()

# At ~0.3s we can see a split between the predicted EEG single trials into 10 "strands" - this is the granularity of our continuous predictor. You could use `effects` to improve upon this granularity / customize it.
# !!! note
# At ~0.3s we can see a split between the predicted EEG single trials into 10 "strands" - this is the granularity of our continuous predictor. You could use `effects` to improve upon this granularity / customize it.
#
# ### with-overlap, epoched
# Sometimes helpful is to add in the overlap we removed via the deconvolution.
p = predict(m, epoch_to = ["car"], eventcolumn = :condition)
Expand Down

0 comments on commit a0a2f4c

Please sign in to comment.