Christoph Ruegg
89c76125c6
Build: VS12 (2013) support, build config simplification
13 years ago
Christoph Ruegg
728dc322ec
Docs: Turn F# Sample project into documentation (using FSharp.Literate/Formatting)
13 years ago
Christoph Ruegg
fadc4c87a0
Samples: extend F# distribution samples to Sample module, random walk
13 years ago
Christoph Ruegg
6fb602cc0b
Samples: migrate F# random & distributions to FSharp.Formatting style
13 years ago
Christoph Ruegg
9a5ecea3ac
Distributions: update F# module to core changes; easier to specify just seed
13 years ago
Christoph Ruegg
015d5211f0
LA: create matrix from row/col arrays, rework & simplify creating from F#
13 years ago
Christoph Ruegg
72439d00ff
LA: Create sparse matrix from row/col vectors; rework creation in F#
13 years ago
Christoph Ruegg
09cc6f7a13
Use existing constants where appropriate
13 years ago
Christoph Ruegg
481335baa6
Fitting: drop old examples that use QR directly
13 years ago
Christoph Ruegg
68f73d5c0e
Examples: update to using new curve fitting routines
13 years ago
Christoph Ruegg
53200083fa
Twek naming of new F# matrix creating functions
13 years ago
Christoph Ruegg
435893be6e
Examples: matices F# examples, similar to vectors examples
13 years ago
Christoph Ruegg
692fd092d7
Examples: extended F# vector examples
13 years ago
Christoph Ruegg
617423495a
Examples: Add F# linear regressions sample (from blog)
13 years ago
Christoph Ruegg
acce19675e
Rework F# Samples
13 years ago
Christoph Ruegg
5f45c842c5
Convert F# examples to F# scripts (interactive); update nuget
13 years ago
Christoph Ruegg
c65f6e952c
Cosmetics, more eol whitespace
14 years ago
Christoph Ruegg
501da88365
Examples: F# distributions
14 years ago
Christoph Ruegg
88b07acaf7
F#: add modules for random numbers and distributions
14 years ago
Christoph Ruegg
8e1102c2f4
Upgrade F# projects to F# 3.0
14 years ago
Christoph Ruegg
2fa4232f64
Build: new 'Release-Signed' profile for signing assemblies (strong name)
14 years ago
Marcus Cuda
cbd321574f
andriy's conversion to a generic matrix
16 years ago
Jurgen Van Gael
56a1f49c2e
Revert "Removed redundancy in F# project files."
This reverts commit da13cb97bf96c97362a2a5168bb34fc4819825e5.
16 years ago
Jurgen Van Gael
0572a7a3d1
Removed redundancy in F# project files.
16 years ago
Marcus Cuda
fe5147fcda
using common parallel class for both silverlight and .NET 4.0
16 years ago
Marcus Cuda
181533fe0d
initial conversion
16 years ago
Marcus Cuda
b475b85b31
matrix: MatrixMultiply now call MatrixMultiplyWithUpdate
17 years ago
Marcus Cuda
e31585f91f
matrix: fixed matrix multiplication bug where the call was doing an multiply and update, not just a multiply
build: corrected the default build task
fixed some stylecop errors
17 years ago
Jurgen Van Gael
dc8b278b91
Ported F# MCMC samples.
17 years ago
Jurgen Van Gael
6334379f12
Updated the F# interface to comply with the October 2009 CTP.
Added a DenseMatrix constructor which references an array.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
8b73646e78
Added Histogram example in F#.
Removed AlmostZero from incomplete Gamma function.
Ported Pearson correlation computation.
Added more histogram unit tests.
Fixed a bug in the histogram code.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
497938a20e
Added F# Apply example
Added F# DenseVector implementation
Added the Histogram class
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
2f9b6690a7
Finished the initial F# interface for Double.DenseVector.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
11cfdde911
Fixed some F# interface issues.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
c818f441bb
Added initial F# interface.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago