Data mining algorithms in C++: data patterns and algorithms for modern applications

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Find the various relationships among variables that can be present in big data as well as other data sets. This book also covers information entropy, permutation tests, combinatorics, predictor selections, and eigenvalues to give you a well-rounded view of data mining and algorithms in C++. Furthermore, Data Mining Algorithms in C++ includes classic techniques that are widely available in standard statistical  Read more...

Abstract: Find the various relationships among variables that can be present in big data as well as other data sets. This book also covers information entropy, permutation tests, combinatorics, predictor selections, and eigenvalues to give you a well-rounded view of data mining and algorithms in C++. Furthermore, Data Mining Algorithms in C++ includes classic techniques that are widely available in standard statistical packages, such as maximum likelihood factor analysis and varimax rotation. After reading and using this book, you'll come away with many code samples and routines that can be repurposed into your own data mining tools and algorithms toolbox. This will allow you to integrate these techniques in your various data and analysis projects. You will: Discover useful data mining techniques and algorithms using the C++ programming language Carry out permutation tests Work with the various relationships and screening types for these relationships Master predictor selections Use the DATAMINE program

Author(s): Masters, Timothy
Publisher: Apress
Year: 2018

Language: English
Pages: 296
Tags: Data mining.;Computer algorithms.;C++ (Computer program language);COMPUTERS -- General.;Computer Science.;Programming Languages, Compilers, Interpreters.;Big Data.;Data Mining and Knowledge Discovery.;Programming Techniques.;Algorithms.;Databases.;Computer programming -- software development.;Numerical analysis.;Programming & scripting languages: general.

Content: 1. Information and Entropy --
2. Screening for Relationships --
3. Displaying Relationship Anomalies --
4. Fun With Eigenvectors --
5. Using the DATAMINE Program.