| Package | Description |
|---|---|
| org.expasy.mzjava.core.ms.cluster |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundClusterBuilder<V>
Cluster builder that uses the output of builder1 as the starting clusters of builder2.
|
class |
GlobalThresholdClusterBuilder<V> |
class |
KMeansPlusPlusClusterBuilder<V>
KMeans cluster builder that uses the algorithm provided by commons math KMeansPlusPlusClusterer.
|
class |
MSTClusterBuilder<V> |
| Constructor and Description |
|---|
CompoundClusterBuilder(ClusterBuilder<V> builder1,
ClusterBuilder<V> builder2)
Construct a new CompoundClusterBuilder
|
CompoundClusterBuilder(ClusterBuilder<V> builder1,
ClusterBuilder<V> builder2)
Construct a new CompoundClusterBuilder
|
SpectrumClusterEvaluator(Tolerance tolerance,
SimFunc<A,A> simFunc,
ClusterBuilder<S> clusterBuilder) |
Copyright © 2016. All Rights Reserved.