Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Data Clustering, Aggarwal, Charu C.


Варианты приобретения
Цена: 19906.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Aggarwal, Charu C.
Название:  Data Clustering
ISBN: 9781466558212
Издательство: Taylor&Francis
Классификация:

ISBN-10: 1466558210
Обложка/Формат: Hardback
Страницы: 652
Вес: 1.34 кг.
Дата издания: 21.08.2013
Серия: Chapman & hall/crc data mining and knowledge discovery series
Язык: English
Иллюстрации: 36 tables, black and white; 102 illustrations, black and white
Размер: 263 x 191 x 40
Читательская аудитория: Tertiary education (us: college)
Подзаголовок: Algorithms and applications
Рейтинг:
Поставляется из: Европейский союз


Text Mining

Автор: Ashok N. Srivastava, Mehran Sahami
Название: Text Mining
ISBN: 1420059408 ISBN-13(EAN): 9781420059403
Издательство: Taylor&Francis
Рейтинг:
Цена: 15004.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Focuses on statistical methods for text mining and analysis. This work examines methods to automatically cluster and classify text documents and applies these methods in a variety of areas, including adaptive information filtering, information distillation, and text search.

Relational Data Clustering

Автор: Long, Bo
Название: Relational Data Clustering
ISBN: 1420072617 ISBN-13(EAN): 9781420072617
Издательство: Taylor&Francis
Рейтинг:
Цена: 15004.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Clustering Methods for Big Data Analytics

Автор: Olfa Nasraoui; Chiheb-Eddine Ben N`Cir
Название: Clustering Methods for Big Data Analytics
ISBN: 3319978632 ISBN-13(EAN): 9783319978635
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book highlights the state of the art and recent advances in Big Data clustering methods and their innovative applications in contemporary AI-driven systems. The book chapters discuss Deep Learning for Clustering, Blockchain data clustering, Cybersecurity applications such as insider threat detection, scalable distributed clustering methods for massive volumes of data; clustering Big Data Streams such as streams generated by the confluence of Internet of Things, digital and mobile health, human-robot interaction, and social networks; Spark-based Big Data clustering using Particle Swarm Optimization; and Tensor-based clustering for Web graphs, sensor streams, and social networks. The chapters in the book include a balanced coverage of big data clustering theory, methods, tools, frameworks, applications, representation, visualization, and clustering validation.

Correlation Clustering

Автор: Francesco
Название: Correlation Clustering
ISBN: 3031791983 ISBN-13(EAN): 9783031791987
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Given a set of objects and a pairwise similarity measure between them, the goal of correlation clustering is to partition the objects in a set of clusters to maximize the similarity of the objects within the same cluster and minimize the similarity of the objects in different clusters.

Data Clustering in C++

Автор: Gan, Guojun
Название: Data Clustering in C++
ISBN: 0367382954 ISBN-13(EAN): 9780367382957
Издательство: Taylor&Francis
Рейтинг:
Цена: 9798.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement data clustering algorithms. This book was written for anyone who wants to implement or improve their data clustering algorithms.



Using object-oriented design and programming techniques, Data Clustering in C++ exploits the commonalities of all data clustering algorithms to create a flexible set of reusable classes that simplifies the implementation of any data clustering algorithm. Readers can follow the development of the base data clustering classes and several popular data clustering algorithms. Additional topics such as data pre-processing, data visualization, cluster visualization, and cluster interpretation are briefly covered.





This book is divided into three parts--







  • Data Clustering and C++ Preliminaries: A review of basic concepts of data clustering, the unified modeling language, object-oriented programming in C++, and design patterns


  • A C++ Data Clustering Framework: The development of data clustering base classes


  • Data Clustering Algorithms: The implementation of several popular data clustering algorithms






A key to learning a clustering algorithm is to implement and experiment the clustering algorithm. Complete listings of classes, examples, unit test cases, and GNU configuration files are included in the appendices of this book as well as in the downloadable resources. The only requirements to compile the code are a modern C++ compiler and the Boost C++ libraries.

Clustering

Автор: Mirkin, Boris
Название: Clustering
ISBN: 036738079X ISBN-13(EAN): 9780367380793
Издательство: Taylor&Francis
Рейтинг:
Цена: 9798.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Often considered more of an art than a science, books on clustering have been dominated by learning through example with techniques chosen almost through trial and error. Even the two most popular, and most related, clustering methods-K-Means for partitioning and Ward's method for hierarchical clustering-have lacked the theoretical underpinning required to establish a firm relationship between the two methods and relevant interpretation aids. Other approaches, such as spectral clustering or consensus clustering, are considered absolutely unrelated to each other or to the two above mentioned methods.





Clustering: A Data Recovery Approach, Second Edition presents a unified modeling approach for the most popular clustering methods: the K-Means and hierarchical techniques, especially for divisive clustering. It significantly expands coverage of the mathematics of data recovery, and includes a new chapter covering more recent popular network clustering approaches-spectral, modularity and uniform, additive, and consensus-treated within the same data recovery approach. Another added chapter covers cluster validation and interpretation, including recent developments for ontology-driven interpretation of clusters. Altogether, the insertions added a hundred pages to the book, even in spite of the fact that fragments unrelated to the main topics were removed.





Illustrated using a set of small real-world datasets and more than a hundred examples, the book is oriented towards students, practitioners, and theoreticians of cluster analysis. Covering topics that are beyond the scope of most texts, the author's explanations of data recovery methods, theory-based advice, pre- and post-processing issues and his clear, practical instructions for real-world data mining make this book ideally suited for teaching, self-study, and professional reference.

Clustering

Автор: Mirkin, Boris
Название: Clustering
ISBN: 1439838410 ISBN-13(EAN): 9781439838419
Издательство: Taylor&Francis
Рейтинг:
Цена: 22202.00 р.
Наличие на складе: Поставка под заказ.

Correlation Clustering

Автор: David GarcIa-Soriano, Francesco Bonchi, Francesco Gullo
Название: Correlation Clustering
ISBN: 163639325X ISBN-13(EAN): 9781636393254
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 11227.00 р.
Наличие на складе: Нет в наличии.

Описание: Despite its simplicity, generality, and wide applicability, correlation clustering has so far received much more attention from an algorithmic-theory perspective than from the data-mining community. This book shows how correlation clustering can be a powerful addition to the toolkit of a data-mining researcher and practitioner.

Astronomy and Big Data

Автор: Kieran Jay Edwards; Mohamed Medhat Gaber
Название: Astronomy and Big Data
ISBN: 3319383280 ISBN-13(EAN): 9783319383286
Издательство: Springer
Рейтинг:
Цена: 15672.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With the onset of massive cosmological data collection through media such as the Sloan Digital Sky Survey (SDSS), galaxy classification has been accomplished for the most part with the help of citizen science communities like Galaxy Zoo.

Clustering Methods for Big Data Analytics

Автор: Olfa Nasraoui; Chiheb-Eddine Ben N`Cir
Название: Clustering Methods for Big Data Analytics
ISBN: 3030074196 ISBN-13(EAN): 9783030074197
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book highlights the state of the art and recent advances in Big Data clustering methods and their innovative applications in contemporary AI-driven systems. The book chapters discuss Deep Learning for Clustering, Blockchain data clustering, Cybersecurity applications such as insider threat detection, scalable distributed clustering methods for massive volumes of data; clustering Big Data Streams such as streams generated by the confluence of Internet of Things, digital and mobile health, human-robot interaction, and social networks; Spark-based Big Data clustering using Particle Swarm Optimization; and Tensor-based clustering for Web graphs, sensor streams, and social networks. The chapters in the book include a balanced coverage of big data clustering theory, methods, tools, frameworks, applications, representation, visualization, and clustering validation.

Data Science

Автор: Francesco Palumbo; Angela Montanari; Maurizio Vich
Название: Data Science
ISBN: 331955722X ISBN-13(EAN): 9783319557229
Издательство: Springer
Рейтинг:
Цена: 18167.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This edited volume on the latest advances in data science covers a wide range of topics in the context of data analysis and classification. In particular, it includes contributions on classification methods for high-dimensional data, clustering methods, multivariate statistical methods, and various applications.

Data Mining: Foundations and Intelligent Paradigms

Автор: Dawn E. Holmes; Lakhmi C. Jain
Название: Data Mining: Foundations and Intelligent Paradigms
ISBN: 3642430937 ISBN-13(EAN): 9783642430930
Издательство: Springer
Рейтинг:
Цена: 23508.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: However, in compiling a volume titled "DATA MINING: Foundations and Intelligent Paradigms: Volume 1: Clustering, Association and Classification" we wish to introduce some of the latest developments to a broad audience of both specialists and non-specialists in this field.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия