A full node is a complete copy of the blockchain and is able to verify all transactions since the beginning. This requires about 140GB of drive space (currently).
A pruning node is one that has verified all prior transactions; however, it has deleted all blocks below a certain space requirement, but still has a copy of the UXTO set. It's almost useless to the community, but takes less resources on the computer (can be under 1GB of drive space).
A miner on the other hand creates blocks in the blockchain which the nodes keep. Basically, the miner works on transactions by coming up with the best combination (hash) to store that information. Miners spend about 10 minutes working on a problem, but nodes keep that result forever after in the database and verify it with others. Miners don't need to know about prior blocks (except for the prior one) with very few exceptions.
So, a miner is completely different than a full node. It's not comparing the same like things. Full vs Light is comparing two like things - fruit (apple and orange). Miner vs FullNode is comparing two totally different things (apple and fence).
Yes, miners and full nodes are different, but it seems you answered your own question. What do you want to ask? – Pieter Wuille – 2017-09-06T14:52:41.907
I just wanted to make sure that my "answer" was correct - thanks for confirming. – Joe – 2017-09-06T19:39:44.547
Related: What is the meaning of the term “full-node”?
– Murch – 2017-11-19T21:24:27.750