diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index d03b740..12b698c 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-18T15:02:33","documenter_version":"1.8.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-18T15:05:23","documenter_version":"1.8.0"}}
\ No newline at end of file
diff --git a/dev/index.html b/dev/index.html
index 74c4bfa..96d7162 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)