Recognising the type of graph by given set of points.
Posted
by terabytest
on Stack Overflow
See other posts from Stack Overflow
or by terabytest
Published on 2010-04-20T22:01:07Z
Indexed on
2010/04/20
22:03 UTC
Read the original article
Hit count: 275
I'm trying to design a program that draws graphs given a set of points (x, y), and it also should recognize the curve (straight line, hyperbole, parabola), with only the help of the points. Is there an algorithm to do that?
© Stack Overflow or respective owner