diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index c639092..75390a7 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-18T07:50:06","documenter_version":"1.7.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-18T08:15:40","documenter_version":"1.7.0"}}
\ No newline at end of file
diff --git a/dev/index.html b/dev/index.html
index 1876cd3..6988841 100644
--- a/dev/index.html
+++ b/dev/index.html
@@ -5,7 +5,7 @@
(4, 3)
julia> rff(rand(2, 3, 5)) |> size # extra batch dim
-(4, 3, 5)sourceRandomFeatureMaps.RandomOrientationFeatures — Type
RandomOrientationFeatures
Holds two random matrices which are used to embed rigid transformations.
This type has no trainable parameters.
Methods
(::RandomOrientationFeatures)(rigid1, rigid2): returns the distances between the corresponding
rigid transformations, embedded using the two random matrices of the random orientation features.
of rigid1 and dim of rigid2 to broadcast the rof call and produce a pairwise map.
(::RandomOrientationFeatures)(rigid1, rigid2, graph::GraphNeuralNetworks.GNNGraph): similar to
the first method, but takes two sets rigid transformations of equal size and unrolls a graph to get the pairs of rigid transformations. Equivalent to the second method (with broadcasted dimensions flattened) when the graph is complete.
Each of these have single rigid argument methods for when rigid1 == rigid2, i.e. rof(rigid)
of rigid1 and dim of rigid2 to broadcast the rof call and produce a pairwise map.
(::RandomOrientationFeatures)(rigid1, rigid2, graph::GraphNeuralNetworks.GNNGraph): similar to
the first method, but takes two sets rigid transformations of equal size and unrolls a graph to get the pairs of rigid transformations. Equivalent to the second method (with broadcasted dimensions flattened) when the graph is complete.
Each of these have single rigid argument methods for when rigid1 == rigid2, i.e. rof(rigid)