Skip to content

Commit 017718b

Browse files
authored
Merge pull request #33 from fhswf/oa/cb_ad_dd
Alignment with MLPro 2.1.0
2 parents 472b4a6 + dafc639 commit 017718b

68 files changed

Lines changed: 239 additions & 2427 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_001_run_kmeans_2d_static.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-001: Run KMeans on static 2D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_001_run_kmeans_2d_static.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_001_run_kmeans_2d_static.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_002_run_kmeans_2d_dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-002: Run KMeans on dynamic 2D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_002_run_kmeans_2d_dynamic.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_002_run_kmeans_2d_dynamic.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_003_run_kmeans_2d_static_normalized.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-003: Run KMeans on normalized static 2D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_003_run_kmeans_2d_static_normalized.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_003_run_kmeans_2d_static_normalized.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_004_run_kmeans_2d_dynamic_normalized.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-004: Run KMeans on normalized dynamic 2D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_004_run_kmeans_2d_dynamic_normalized.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_004_run_kmeans_2d_dynamic_normalized.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_005_run_kmeans_3d_static.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-005: Run KMeans on static 3D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_005_run_kmeans_3d_static.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_005_run_kmeans_3d_static.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_006_run_kmeans_3d_dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-006: Run KMeans on dynamic 3D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_006_run_kmeans_3d_dynamic.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_006_run_kmeans_3d_dynamic.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_007_run_kmeans_3d_static_normalized.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-007: Run KMeans on normalized static 3D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_007_run_kmeans_3d_static_normalized.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_007_run_kmeans_3d_static_normalized.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_008_run_kmeans_3d_dynamic_normalized.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-008: Run KMeans on normalized dynamic 3D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_008_run_kmeans_3d_dynamic_normalized.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_008_run_kmeans_3d_dynamic_normalized.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_011_run_streamkmeans_2d_static.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-011: Run STREAMKMeans on static 2D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_011_run_streamkmeans_2d_static.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_011_run_streamkmeans_2d_static.py
88
:language: python
99

1010

doc/rtd/content/01_example_pool/02_howtos_cluster_analysis/howto_oa_ca_012_run_streamkmeans_2d_dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Howto OA-CA-012: Run STREAMKMeans on dynamic 2D point clouds
44

55
**Executable code**
66

7-
.. literalinclude:: ../../../../../test/howtos/oa/howto_oa_ca_012_run_streamkmeans_2d_dynamic.py
7+
.. literalinclude:: ../../../../../test/howtos/oa/clusteranalyzers/howto_oa_ca_012_run_streamkmeans_2d_dynamic.py
88
:language: python
99

1010

0 commit comments

Comments
 (0)