Package | Description |
---|---|
clustering |
Modifier and Type | Method and Description |
---|---|
static NotImplementedException |
NotImplementedException.called_by(NotImplementedException e,
java.lang.String action)
Factory method for NotImplementedException.
|
static NotImplementedException |
NotImplementedException.throw_new(java.lang.String unimplemented_method)
Factory method for NotImplementedException.
|
Modifier and Type | Method and Description |
---|---|
static NotImplementedException |
NotImplementedException.called_by(NotImplementedException e,
java.lang.String action)
Factory method for NotImplementedException.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Clusterable,java.util.List<Clusterable>> |
Clusterer.cluster(java.util.List<Clusterable> centers,
int max,
int type,
java.lang.Number... parameters)
This is the major control function of the class.
|
java.util.Map<Clusterable,java.util.List<Clusterable>> |
ExtendedClusterer.cluster(java.util.List<Clusterable> centers,
int max,
int type,
java.lang.Number... parameters)
Overwrites Clusterer.cluster().
|
void |
ExtendedClusterer.contract(double scale,
double minimum_cluster_size)
This method performs a contraction of the data and clustering of the
contracted data.
|
int |
Clusterable.label() |
int |
SimpleClusterable.label() |
int |
ClusterableFromSimple.label() |
double[] |
Clusterable.projection(java.util.List<Clusterable> direction,
java.util.List<Clusterable> cluster) |
double[] |
SimpleClusterable.projection(java.util.List<Clusterable> direction,
java.util.List<Clusterable> cluster) |
double[] |
ClusterableFromSimple.projection(java.util.List<Clusterable> direction,
java.util.List<Clusterable> cluster) |
Clusterable |
Clusterable.shift(java.util.List<Clusterable> nearest_neighbors)
Must not change the Contractable.
|
Clusterable |
ClusterableFromSimple.shift(java.util.List<Clusterable> nearest_neighbors) |