Fork: MathNetIntegration

commits

date

comment

021c4f6a7b8f
by SethJuarez
May 21 2011
5:57 AM
default tip

Corrected minor performance issue in HClustering. Removed ICluster as an interface (useless here). Added distance metric to KMeans (to remove and usightly forced euclidian calculation).

6f7690154f35
by nparker
May 9 2011
1:34 AM

Fixing class visibility

b8684c18a95f
by nparker
May 9 2011
1:29 AM

Adding unit test

74705aa93366
by nparker
May 9 2011
1:28 AM

Adding hierarchical clustering algo with several linking algos

afc19f945a3c
by SethJuarez
May 2 2011
7:21 PM

Sealed distance/metric classes

c91546efc6a3
by SethJuarez
May 2 2011
7:17 PM

Added distance/similarity metrics in preparation for making ML algorithms distance/similarity measure agnostic

07cf958074c0
by joefeser
Apr 9 2011
2:13 AM

Converted Test_Continuous_Split into many tests performing one type of assertion.

fa23efb3ff27
by joefeser
Apr 9 2011
1:58 AM

Added root TestResults Ignore

e91a661c243e
by joefeser
Apr 9 2011
1:57 AM

Fixed bug in test

8aa9720051cd
by joefeser
Apr 9 2011
1:54 AM

Fixed failing tests for Serialization

194d249d2609
by SethJuarez
Apr 9 2011
12:25 AM

Added more thorough continous DT test. Made changes to vector stacking API in order to make it more intuitive.

b522cb0d8243
by SethJuarez
Apr 7 2011
10:09 PM

Added additional code to solidify DT's in preparation for advanced DT visualizer

a82dee729101
by SethJuarez
Apr 4 2011
11:33 PM

Cleaned up KMeans, made some tweaks to Kernel Perceptron and continued improvement of DT's (which are NOT done).

21e7d4a60479
by SethJuarez
Mar 19 2011
12:46 AM

Added vector segmentation to limit fan-out witdh of dt's

5ca0a72b9fcb
by SethJuarez
Mar 9 2011
12:15 AM

Added base learner to train several models and compute accuracy using 80/20 split

d08bb208d753
by SethJuarez
Mar 8 2011
3:51 PM

Fixed licensing headers

50e0a7db6d72
by SethJuarez
Mar 7 2011
11:56 PM

Added (un-tested) kernel perceptron and stopword removal from dictionaries

e11555eaef94
by SethJuarez
Feb 9 2011
7:01 PM

Added implicit vector conversion from float along with modified tests

9f5ebbd12db8
by SethJuarez
Feb 7 2011
7:38 PM

Minor updates/changes to DT implementation. Store offset rather than entire Property description in nodes

a3f99226ed07
by TimNelson
Feb 7 2011
2:04 AM

Added DTPredictor functionality. Added Load/Save DT functionality. Fixed a few DT bugs.

6ffa40e6ebda
by SethJuarez
Feb 6 2011
7:12 AM

Finished DT implementation on the model side.

21d4e2a00cb8
by SethJuarez
Feb 5 2011
12:01 AM

Added impurity measures in preparation for decision tree algorithm

fb54bc514606
by SethJuarez
Feb 4 2011
12:05 AM

added TestResults to .hgignore

260c2c1cbe37
by SethJuarez
Feb 4 2011
12:04 AM

Added seeds for DT's. Also added implicit vector and matrix conversions

39eac0c471d4
by azret
Jan 26 2011
11:33 PM

Travelling salesman problem