-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (17 loc) · 694 Bytes
/
README
File metadata and controls
25 lines (17 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DRFCSharp
-------------------------------------
A C# library to train and infer with Discriminative Random Fields. It implements the system described in:
Kumar, Sanjiv and Hebert, Martial, "Discriminative Random Fields: A
Discriminative Framework for Contextual Interaction in Classification" (2003).
Robotics Institute. Paper 438. http://repository.cmu.edu/robotics/438
Authors
--------------
Daniel Denton (ddenton)
Jesse Selover (exitmouse)
Prerequisites
--------------
DRFCSharp was coded in Monodevelop, and uses .NET 4.0 language
features. To run it, you will need to make sure you have:
.NET Framework 4.0
MathNet.Numerics http://numerics.mathdotnet.com/
NUnit (for unit tests)