Welcome to MSDN Blogs Sign in | Join | Help

November 2009 - Posts

F# Language Details (Gotchas)

The ‘F’ in F# stands for fun . However, there are some details in F# that might lead to bugs, surprises, and/or un-fun. This post is to highlight a couple of random ‘gotchas’ when exploring some corners of the F# language.   Overriding Equals and
Posted by ChrSmith | 6 Comments

Awesome F# - Decision Trees – Part II

In my previous post I went over the theory behind the ID3 algorithm . Now that we got all that painful math out of the way, let’s write some code! Here is an implementation of the algorithm in F#. (It is also attached to this blog post, download it via
Posted by ChrSmith | 3 Comments
Filed under: , ,

Attachment(s): ID3.fsx
 
Page view tracker