3
votes
6answers
181 views
Is there a way to get the number of places after the decimal point in a java double?
I'm working on a Java/Groovy program. I have a double variable that holds a number that was typed in by a user. What I really want to know is how many numbers the user typed to the right of the …
0
votes
4answers
173 views
Approximating function with Neural Network
I am trying to approximate the sine() function using a neural network I wrote myself. I have tested my neural network on a simple OCR problem already and it worked, but I am having trouble applying it …
2
votes
3answers
156 views
Interpolation advice (linear, cubic?)
I need to find good approximations of the points where an undefined function intersect a threshold value. I'm stepping through my space and whenever I find that two subsequent steps are on different …
2
votes
2answers
143 views
What is the difference between a ‘combinatorial algorithm’ and a ‘linear algorithm’?
Or rather, what is the definition of a combinatorial algorithm and a linear algorithm, resp.?
To make it clear because obviously the first responders misunderstood the question: I am not looking for …
2
votes
1answer
340 views
Approximating a shape boundary using Fourier descriptors
I am trying to approximate shape boundaries by using Fourier descriptors. I know this can be done because I've learned about it in class and read about it in several sources.
To obtain the Fourier …
2
votes
4answers
131 views
what is the best way to get an approximate number of search results from a query?
to describe it some more, if i have an image map of a region that when clicked, a query is performed to get more information about that region.my client wants me to display an approximate number of …
