The Wayback Machine - https://web.archive.org/web/20201102135229/https://github.com/topics/clustering
Skip to content
#

clustering

Here are 3,063 public repositories matching this topic...

robinroos
robinroos commented Oct 16, 2020

Targetting 4.1

Proposal

Take the existing:

hazelcast/hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxyImpl.java

Line 916 in 4fed159

 public <R> Iterator<R> iterator(int fetchSize, int partitionId, Projection<Map.Entry<K, V>, R> projection, 

And create a public API in IMap which differs from the above in that it:

  1. does not require partitionId but work

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Oct 1, 2020
  • Jupyter Notebook
text-analytics-with-python

Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.

  • Updated Oct 25, 2020
  • Jupyter Notebook
andrewdalpino
andrewdalpino commented Jun 19, 2020

String representations of dataset objects are used for previewing their contents from the terminal. When converting a Dataset object to a string, we build a table using ascii characters. The current table has fixed width columns that do not take full advantage of the terminal real estate if the dataset only contains a few columns.

echo $dataset;

<img width="574" alt="Annotation

annoviko
annoviko commented Aug 27, 2020

Introduction
There is a discussion regarding to purity estimation - see #620 . In order to cover this proposal, V-Measure should be implemented.

References
Article: V-Measure: A conditional entropy-based external cluster evaluation measure. Andrew Rosenberg and Julia Hirschberg.

Description
The functionality should be implemented for Python and C++ version. The following names

Improve this page

Add a description, image, and links to the clustering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clustering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.