You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Regression class in the io.jenetics.prog.regression package only allows a fixed sample array. For some use cases the given samples should be changeable. One of such use case is a time series analyses with a changing set of sample points.
Activity
#669: Fix Javadoc example.
#669: Improve code formatting.
#669: Improve generic argument type.
#669: Add buffer classes.
#669: Some code improvements.
#669: Rename 'Samples' to 'SampleList'.
#669: Add 'Sampling' interface.
#669: Some code cleanup.
#669: Add 'Regression' factory method.
#669: Fix Javadoc.
10 remaining items