diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-10-14 18:35:38 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-10-14 18:35:38 +0200 |
| commit | e34123e1055c26d740148cefdb8d1b90208e424e (patch) | |
| tree | 51c62b010f4beddaa5cd8259fd420a433a8fd1b1 /tests/data/test_file_read_data_sparse.txt | |
| parent | documentation fixes (diff) | |
| download | gensvm-e34123e1055c26d740148cefdb8d1b90208e424e.tar.gz gensvm-e34123e1055c26d740148cefdb8d1b90208e424e.zip | |
add sparse matrices to GenSVM and reorganize update functionality
Diffstat (limited to 'tests/data/test_file_read_data_sparse.txt')
| -rw-r--r-- | tests/data/test_file_read_data_sparse.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/test_file_read_data_sparse.txt b/tests/data/test_file_read_data_sparse.txt new file mode 100644 index 0000000..98b9ccf --- /dev/null +++ b/tests/data/test_file_read_data_sparse.txt @@ -0,0 +1,12 @@ +10 +3 +0.0 0.7016517970438980 0.0 2 +0.0 0.0 0.0370930278245423 1 +0.0 0.0 0.0 3 +0.0 0.4853242744610165 0.0 4 +0.7630904372339489 0.0 0.0 3 +0.0 0.0 0.0 1 +0.0 0.0 0.0 2 +0.0 0.0 0.0 3 +0.0 0.0 0.0 4 +0.0 0.0 0.0 1 |
