Topics
-
How To Write a Function That Returns More Than One Value
by Guest Code Download- 0 replies
- 240 views
Like magic, tuples make the impossible possible. Yep, we're talking here about one little corner in the Standard Template Library that will make it simple to return multiple values from a single function, without "out" parameters -- and it has other uses, too. Continue reading...
-
Permutations Using R
by Guest Code Download- 0 replies
- 208 views
R has limited support for mathematical permutations, but it's there. Here's what R is capable of accomplishing. Continue reading...
-
LINQ Query Enters the Age of Big Data
by Guest Code Download- 0 replies
- 230 views
Integrating distributed, in-memory computing with distributed caching can easily extend LINQ semantics to create important new capabilities for real-time analytics on fast-changing data. Continue reading...
-
R Language Basic Data Structures
by Guest Code Download- 0 replies
- 236 views
Vectors, lists, arrays, matrices and data frames -- a look at five of the most fundamental data structures built into R. Continue reading...
-
R Language Searching and Sorting
by Guest Code Download- 0 replies
- 242 views
A language that's data-intensive naturally should have a way to dig into the data effectively. Here's a look at some of the R functions for searching and sorting through it all. Continue reading...
-
Results Are in -- the Sign Test Using R
by Guest Code Download- 0 replies
- 212 views
The R language can be used to perform a sign test, which is handy for comparing "before and after" data. Continue reading...
-
Browsing Objects with IndexedDB
by Guest Code Download- 0 replies
- 239 views
Peter shows how to browse a set of objects in an IndexedDB ObjectStore and, along the way, finishes up his TypeScript/IndexedDB utilities for storing and retrieving large amounts of data on the client. Continue reading...
-
Sez Who? Support for iOS 10 Speech Recognition in Xamarin
by Guest Code Download- 0 replies
- 205 views
With Apple's update to its phone OS, we look at the support that Xamarin has for it by building a simple speech app. Continue reading...
-
Neural Networks Using the R nnet Package
by Guest Code Download- 0 replies
- 207 views
The R language simplifies the creation of neural network classifiers with an add-on that lays all the groundwork. Continue reading...
-
Customizing a Xamarin Forms Application, Part 2
by Guest Code Download- 0 replies
- 205 views
Last time, I created the app. This time, I take care of a few annoying but important issues with it, especially in the area of the user's experience with application connectivity. Continue reading...
-
Logistic Regression Using R
by Guest Code Download- 0 replies
- 220 views
I predict you'll find this logistic regression example with R to be helpful for gleaning useful information from common binary classification problems. Continue reading...
-
Use Custom Visualizers for C++ Objects
by Guest Code Download- 0 replies
- 198 views
Sometimes the default view of objects in the debugger isn't enough, especially if you operate on complex data structures. Here's one way to alter the view and use a customized one. Continue reading...
-
Deploy the Android 7 Multi-Window Mode via Xamarin
by Guest Code Download- 0 replies
- 194 views
It's relatively simple to make use of the multi-window mode now that Xamarin supports it. Here's how. Continue reading...
-
Build Data Applications for the Universal Windows Platform Using Entity Framework and SQLite
by Guest Code Download- 0 replies
- 254 views
Saving and retrieving data is a fundamental part of all but the simplest of applications. In this article, Nick walks through getting started using Entity Framework with SQLite to persist application data. Continue reading...
-
R Language OOP Using S3
by Guest Code Download- 0 replies
- 236 views
The S3 OOP model is still widely used, so let's use write S3-style OOP code via the R language. Continue reading...
-
Data Clustering Using R
by Guest Code Download- 0 replies
- 233 views
Find the patterns in your data sets using these Clustering.R script tricks. Continue reading...
-
Revealing Secrets with R and Factor Analysis
by Guest Code Download- 0 replies
- 205 views
Let's use this classical statistics technique -- and some R, of course -- to get to some of the latent variables hiding in your data. Continue reading...
-
Creating a Custom Start Page in Visual Studio 2017
by Guest Code Download- 0 replies
- 231 views
Visual Studio is all about making the developer coding experience more streamlined, allowing you to get to elements of the IDE that matter to you most. Customizing the Start Page is, well, a good start. Continue reading...
-
This R/S4 Demo Might Take You Out of Your Comfort Zone
by Guest Code Download- 0 replies
- 201 views
Let's explore factor analysis again, this time using the R ability to tap into OOP, but we won't use the RC model. Continue reading...
-
Neural Networks Using Python and NumPy
by Guest Code Download- 0 replies
- 221 views
With Python and NumPy getting lots of exposure lately, I'll show how to use those tools to build a simple feed-forward neural network. Continue reading...
-
Who's Online 0 Members, 0 Anonymous, 50 Guests (See full list)
- There are no registered users currently online