@Reference(authors="T. Zhang, R. Ramakrishnan, M. Livny",title="BIRCH: An Efficient Data Clustering Method for Very Large Databases",booktitle="Proc. 1996 ACM SIGMOD International Conference on Management of Data",url="https://doi.org/10.1145/233269.233324",bibkey="DBLP:conf/sigmod/ZhangRL96") @Reference(authors="T. Zhang, R. Ramakrishnan, M. Livny",title="BIRCH: A New Data Clustering Algorithm and Its Applications",booktitle="Data Min. Knowl. Discovery",url="https://doi.org/10.1023/A:1009783824328",bibkey="DBLP:journals/datamine/ZhangRL97") public class BIRCHLeafClustering extends AbstractAlgorithm<Clustering<MeanModel>> implements ClusteringAlgorithm<Clustering<MeanModel>>
References:
T. Zhang, R. Ramakrishnan, M. Livny
BIRCH: An Efficient Data Clustering Method for Very Large Databases
Proc. 1996 ACM SIGMOD International Conference on Management of Data
T. Zhang, R. Ramakrishnan, M. Livny
BIRCH: A New Data Clustering Algorithm and Its Applications
Data. Min. Knowl. Discovery
Modifier and Type | Class and Description |
---|---|
static class |
BIRCHLeafClustering.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
(package private) CFTree.Factory |
cffactory
CFTree factory.
|
private static Logging |
LOG
Class logger.
|
ALGORITHM_ID
Constructor and Description |
---|
BIRCHLeafClustering(CFTree.Factory cffactory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation[] |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
Clustering<MeanModel> |
run(Relation<NumberVector> relation)
Run the clustering algorithm.
|
run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
CFTree.Factory cffactory
public BIRCHLeafClustering(CFTree.Factory cffactory)
cffactory
- CFTree Factorypublic Clustering<MeanModel> run(Relation<NumberVector> relation)
relation
- Input datapublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<Clustering<MeanModel>>
protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<Clustering<MeanModel>>
Copyright © 2019 ELKI Development Team. License information.