4
votes
0answers
122 views

How do I view the value of a variable in its raw, binary form, as stored in memory? [closed]

If I have a variable, how do I turn it into a list of bytes or a string containing its value as it's stored internally? To better illustrate what I mean, what I want to do could be done in C with ...
8
votes
2answers
479 views

How do you deal with very large datasets in Mathematica?

This question is in two related parts. The first is about dataset size, the second data wrangling. Part 1: I've built a naive Bayesian classifier on Mathematica. It uses ...