jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
743 stars 268 forks source link

Created ensemble methods #127

Closed nitbix closed 11 years ago

nitbix commented 11 years ago

This is an initial pull request, and probably there is a lot of functionality missing and bugs, but I would like to get the conversation started about contributing these changes back.

jeffheaton commented 11 years ago

Okay this has been merged into master. I only made one minor change. I created a threshold function that accepts a MLData, threshold, high, low rather than adding it to the interface. This will be more compatible with existing code. Looks great, thanks for the contribution.

nitbix commented 11 years ago

Thanks Jeff, that sounds like a better idea. I wasn't really sure where to put the threshold function. I'll update my applications to use the new version and then I'll get cracking on dropout.

On 20 March 2013 12:06, Jeff Heaton notifications@github.com wrote:

Okay this has been merged into master. I only made one minor change. I created a threshold function that accepts a MLData, threshold, high, low rather than adding it to the interface. This will be more compatible with existing code. Looks great, thanks for the contribution.

— Reply to this email directly or view it on GitHubhttps://github.com/encog/encog-java-core/pull/127#issuecomment-15171509 .

Alan