File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ inputs, they do _not_ immediately satisfy these properties as it is unclear whet
3434of size ` P x Q ` represents a collection of ` P ` ` Q ` -dimensional inputs (each row is an
3535input), or ` Q ` ` P ` -dimensional inputs (each column is an input).
3636
37- Moreover, they occassionally add some aesthetic inconvenience.
37+ Moreover, they occasionally add some aesthetic inconvenience.
3838For example, a collection of ` Real ` -valued inputs, which might be straightforwardly
3939represented as an ` AbstractVector{<:Real} ` , must be reshaped into a matrix.
4040
@@ -67,7 +67,7 @@ dimension seems somewhat redundant.
6767
6868Another way to partly resolve these problems is to not commit to a convention, and instead
6969to propagate some additional information through the codebase that specifies how the input
70- data is to be interpretted .
70+ data is to be interpreted .
7171For example, a kernel ` k ` that represents the sum of two other kernels might implement
7272` kernelmatrix ` as follows:
7373``` julia
You can’t perform that action at this time.
0 commit comments