From 1d611ca664d78d3b0b53264c52b04a8396383140 Mon Sep 17 00:00:00 2001 From: pdlotko Date: Mon, 25 Sep 2017 20:14:45 +0000 Subject: Adding all that is needed for Rips complex construction from correlation matrix. Moduo the fact that I cannot see the doc (althoug make doxygen do not create any errors), this is ready for review. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/rips_complex_from_correlation_matrix@2712 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e8e7acceaf2be6f17baa3d77c85e207a74a4fb33 --- data/distance_matrix/lower_triangular_correlation_matrix.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/distance_matrix/lower_triangular_correlation_matrix.csv (limited to 'data') diff --git a/data/distance_matrix/lower_triangular_correlation_matrix.csv b/data/distance_matrix/lower_triangular_correlation_matrix.csv new file mode 100644 index 00000000..99ad0b5d --- /dev/null +++ b/data/distance_matrix/lower_triangular_correlation_matrix.csv @@ -0,0 +1,6 @@ + +0.4090538938 +0.2182708406;0.5664245836 +0.9109757412;0.5234453492;0.4239008464 +0.2426856242;0.7178816327;0.4748826202;0.8254894051 +0.0908790566;0.9369574252;0.9760741671;0.5256838992;0.0653515265 -- cgit v1.2.3 From 82fdc7d643e6ad589e16bc25782e8dd068d033ae Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Thu, 28 Sep 2017 08:53:51 +0000 Subject: Move correlation matrix in a dedicated folder git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/rips_complex_from_correlation_matrix@2726 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6ef596f87b67eaccc01a04a02083801081268d4e --- data/correlation_matrix/lower_triangular_correlation_matrix.csv | 6 ++++++ data/distance_matrix/lower_triangular_correlation_matrix.csv | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 data/correlation_matrix/lower_triangular_correlation_matrix.csv delete mode 100644 data/distance_matrix/lower_triangular_correlation_matrix.csv (limited to 'data') diff --git a/data/correlation_matrix/lower_triangular_correlation_matrix.csv b/data/correlation_matrix/lower_triangular_correlation_matrix.csv new file mode 100644 index 00000000..99ad0b5d --- /dev/null +++ b/data/correlation_matrix/lower_triangular_correlation_matrix.csv @@ -0,0 +1,6 @@ + +0.4090538938 +0.2182708406;0.5664245836 +0.9109757412;0.5234453492;0.4239008464 +0.2426856242;0.7178816327;0.4748826202;0.8254894051 +0.0908790566;0.9369574252;0.9760741671;0.5256838992;0.0653515265 diff --git a/data/distance_matrix/lower_triangular_correlation_matrix.csv b/data/distance_matrix/lower_triangular_correlation_matrix.csv deleted file mode 100644 index 99ad0b5d..00000000 --- a/data/distance_matrix/lower_triangular_correlation_matrix.csv +++ /dev/null @@ -1,6 +0,0 @@ - -0.4090538938 -0.2182708406;0.5664245836 -0.9109757412;0.5234453492;0.4239008464 -0.2426856242;0.7178816327;0.4748826202;0.8254894051 -0.0908790566;0.9369574252;0.9760741671;0.5256838992;0.0653515265 -- cgit v1.2.3 From 37b73679e141696471abc5a1665c0955b9465f80 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 13 Feb 2018 17:01:01 +0000 Subject: Fix Kl.off strange format git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/offreaderfix_vincent@3244 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1e297c5703ddd59e5b1af6c65a4fbe2a4c318c33 --- data/points/Kl.off | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/points/Kl.off b/data/points/Kl.off index 911bcd23..8930a321 100644 --- a/data/points/Kl.off +++ b/data/points/Kl.off @@ -1,5 +1,5 @@ -OFF -10000 0 0 +nOFF +5 10000 0 0 0.5 0 0 0 1 0.562791 0 0.125333 0 0.998027 0.625333 0 0.24869 0 0.992115 -- cgit v1.2.3