issues
search
spectra-cluster
/
spectra-cluster-2
A complete re-write of the spectra-cluster codebase
1
stars
2
forks
source link
Implement and test incremental clustering
#87
Closed
jgriss
closed
4 years ago
jgriss
commented
5 years ago
Features
Input support for .clustering files
Adapt ClusteringEngine for incremental clustering
Add function addSpectra(IBinarySpectrum...)
Add function addCluster(ICluster...)
Adapt cli (Tool class)
Tasks
[x] Change complete I/O to always return ICluster
[x] Add input support for .clustering
[x] Adapt GreedyClusteringEngine
Benchmark
Test how incremental clustering affects accuracy
jgriss
commented
4 years ago
This was addressed in #93
Features
Tasks
Benchmark