We have a number representing volume of posts per minute on numerous subjects. We want to be able to find patterns so that we can predict what the volume of posts will be in the future.
We want the pattern detection process to be automatic (no human interaction required) and we have been wondering if there is any way to automate it. We have been reading about "pattern mining", but we haven't been able to find any java libraries we could start working with.
Are there any Java libraries for Pattern mining on time based data that we could use to automate this pattern mining process? Thanks in advance.
SimpleDateFormatif it is about date parsing? Or, even better, Joda Time? Can you give a sample?