I have two data sets, each dataset contains the pixel values of an image. I need to verify the difference of two datasets is a linear or something like that.
Which open libraries can be used to draw graph to compare two datasets using C#?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have been using this Compare .NET Objects on codeplex.
http://comparenetobjects.codeplex.com/
I use it more for testing when I need to assert the equality of two complex objects.