code
stringlengths
3
1.18M
language
stringclasses
1 value
/* * Dataset.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
Java
/* * FlixsterDataset.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
Java
/* * JesterDataset.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
Java
/* * MovielensDataset.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
Java
/* * MemRecommenderData.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
Java
/* * RecommenderData.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * RatingPredictor.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
Java
/* * BaselinePredictor.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
Java
/* * BRISMFPredictor.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
Java
/* * AbstractRecommenderData.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a ...
Java
/* * MemRecommenderData.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
Java
/* * RecommenderData.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
Java
/* * DenseVector.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
Java
/* * Rating.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
Java
/* * SparseVector.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
Java
/* * Hash.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
Java
/* * Updatable.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
Java
/* * Vector.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
Java
/* * Pair.java * Copyright (C) 2012 Universitat Politecnica de Catalunya * @author Alex Catarineu (a.catarineu@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
Java
/* * SphereCluster.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
Java
package moa.cluster; import java.util.ArrayList; /** * Java Porting of the Miniball.h code of <B>Bernd Gaertner</B>. * Look at http://www.inf.ethz.ch/personal/gaertner/miniball.html<br> * and related work at * http://www.inf.ethz.ch/personal/gaertner/texts/own_work/esa99_final.pdf<br> * for reading about the algorith...
Java
/** * Clustering.java * * Represents a collection of clusters. * * @author Timm Jansen (moa@cs.rwth-aachen.de) * @editor Yunsu Kim * * Last edited: 2013/06/02 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
Java
/* * CFCluster.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
Java
/* * Cluster.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
Java
/* * MOAObject.java * Copyright (C) 2007 University of Waikato, Hamilton, New Zealand * @author Richard Kirkby (rkirkby@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free So...
Java
/* * WekaClusteringAlgorithm.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fou...
Java
/* * Clusterer.java * Copyright (C) 2009 University of Waikato, Hamilton, New Zealand * @author Albert Bifet (abifet@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softw...
Java
/* * Node.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Sanchez Villaamil (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
Java
/* * ClusTree.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Sanchez Villaamil (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
Java
/* * Entry.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Sanchez Villaamil (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
Java
/* * ClusKernel.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Sanchez Villaamil (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lic...
Java
/* * Budget.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Sanchez Villaamil (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
Java
/* * SimpleBudget.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Reidl (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
Java
/* * ExactSTORM.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the...
Java
/* * ApproxSTORM.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the L...
Java
/* * MyMTree.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
Java
/* * StreamObj.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
Java
/* * ISBIndex.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
Java
/* * Test.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
Java
/* * STORMBase.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
Java
/* * MyBaseOutlierDetector.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance...
Java
/* * SimpleCODBase.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the...
Java
/* * MyMTree.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
Java
/* * StreamObj.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
Java
/* * ISBIndex.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
Java
/* * Test.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
Java
/* * SimpleCOD.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
Java
/* * MyMTree.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
Java
/* * StreamObj.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
Java
/* * ISBIndex.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the L...
Java
/* * Test.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
Java
/* * AbstractCBase.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with ...
Java
/* * AbstractC.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
Java
/* * MCODBase.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
Java
/* * MicroCluster.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the ...
Java
/* * MCOD.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
Java
/* * MTreeMicroClusters.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wit...
Java
/* * StreamObj.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
Java
/* * ISBIndex.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
Java
/* * MTreeStreamObjects.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wit...
Java
/* * Test.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
Java
/* * TestSpeed.java * Copyright (C) 2013 Aristotle University of Thessaloniki, Greece * @author D. Georgiadis, A. Gounaris, A. Papadopoulos, K. Tsichlas, Y. Manolopoulos * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
Java
/* * KMeans.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
Java
/* * MicroCluster.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Wels (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
Java
/** * Subspace MOA [DenStream_DBSCAN.java] * * DenStream with DBSCAN as the macro-clusterer. * * @author Stephan Wels (stephan.wels@rwth-aachen.de) * @editor Yunsu Kim * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); ...
Java
/* * Timestamp.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Wels (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
Java
/** * [CluStream_kMeans.java] * CluStream with k-means as macroclusterer * * Appeared in seminar paper "Understanding of Internal Clustering Validation Measure in Streaming Environment" (Yunsu Kim) * for the course "Seminar: Data Mining and Multimedia Retrival" in RWTH Aachen University, WS 12/13 * * @author Y...
Java
/* * Clustream.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
Java
/* * ClustreamKernel.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
Java
/* * AbstractClusterer.java * Copyright (C) 2009 University of Waikato, Hamilton, New Zealand * @author Albert Bifet (abifet@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fr...
Java
package moa.clusterers.streamkm; /** * * @author Marcel R. Ackermann, Christiane Lammersen, Marcus Maertens, Christoph Raupach, Christian Sohler, Kamil Swierkot */ public class TreeCoreset { /** datastructure representing a node within a tree **/ protected class treeNode { //number of points in this node ...
Java
package moa.clusterers.streamkm; import moa.cluster.Cluster; import moa.cluster.SphereCluster; import weka.core.Instance; /** * * @author Marcel R. Ackermann, Christiane Lammersen, Marcus Maertens, Christoph Raupach, Christian Sohler, Kamil Swierkot */ public class Point { //dimension int dimension; //Clust...
Java
package moa.clusterers.streamkm; import moa.cluster.Cluster; import moa.cluster.Clustering; import moa.clusterers.AbstractClusterer; import moa.core.Measurement; import moa.options.IntOption; import weka.core.Instance; /** * * @author Marcel R. Ackermann, Christiane Lammersen, Marcus Maertens, Christoph Raupach, ...
Java
package moa.clusterers.streamkm; /** * * @author Marcel R. Ackermann, Christiane Lammersen, Marcus Maertens, Christoph Raupach, Christian Sohler, Kamil Swierkot */ public class BucketManager { protected class Bucket { int cursize; Point[] points; Point[] spillover; public Bucket(int d, int maxsize){...
Java
/* * MTRandom : A Java implementation of the MT19937 (Mersenne Twister) * pseudo random number generator algorithm based upon the * original C code by Makoto Matsumoto and Takuji Nishimura. * Author : David Beaumont * Email : mersenne-at-www.goui.net * * For the original C code, see: ...
Java
/* * ClusterGenerator.java * Copyright (C) 2010 RWTH Aachen University, Germany * @author Jansen (moa@cs.rwth-aachen.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
Java
/* * CobWeb.java * Copyright (C) 2009 University of Waikato, Hamilton, New Zealand * @author Mark Hall (mhall@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fo...
Java
/** * [IMacroClusterer.java] for Subspace MOA * * @author Stephen Wels * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
Java
/** * [AbstractMacroClusterer.java] for Subspace MOA * * @author Stephen Wels * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
Java
/** * [NonConvexCluster.java] for Subspace MOA * * A set of [CFCluster]s, grouped as a non-convex cluster. * * @author Stephen Wels * @editor Yunsu Kim * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
Java
/** * [ColorObject.java] for Subspace MOA * * @author Stephen Wels * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
Java
/** * [ColorArray.java] for Subspace MOA * * @author Stephen Wels * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
Java
/** * [DBScan.java] for Subspace MOA * * An implementation of DBSCAN. * * @editor Yunsu Kim * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
Java
/** * [DenseMicroCluster.java] for Subspace MOA * * A microcluster class for DBSCAN. * * @editor Yunsu Kim * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the L...
Java
/** * [IDenseMacroCluster.java] for Subspace MOA * * @author Stephen Wels * Data Management and Data Exploration Group, RWTH Aachen University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
Java
/* * ChangeDetectorLearner.java * Copyright (C) 2011 University of Waikato, Hamilton, New Zealand * @author Albert Bifet (abifet at cs dot waikato dot ac dot nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publis...
Java
/* * DoTask.java * Copyright (C) 2007 University of Waikato, Hamilton, New Zealand * @author Richard Kirkby (rkirkby@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softw...
Java
/* * MakeObject.java * Copyright (C) 2007 University of Waikato, Hamilton, New Zealand * @author Richard Kirkby (rkirkby@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free S...
Java
/* * AbstractMOAObject.java * Copyright (C) 2007 University of Waikato, Hamilton, New Zealand * @author Richard Kirkby (rkirkby@cs.waikato.ac.nz) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the...
Java