We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a list of tasks that need to be done in order to consider this algorithm complete:
stream
sum
JAS-mine-core/src/main/java/microsim/alignment/outcome/ResamplingAlignment.java
Lines 212 to 213 in 6a30d05
Lines 314 to 316 in 6a30d05
Line 320 in 6a30d05
Line 215 in 6a30d05
resample
count
adjustMaxResamplingAttempts
maxResamplingAttempts
The text was updated successfully, but these errors were encountered:
vkhodygo
No branches or pull requests
This is a list of tasks that need to be done in order to consider this algorithm complete:
stream
compensatedsum
sum is IEEE compliant;JAS-mine-core/src/main/java/microsim/alignment/outcome/ResamplingAlignment.java
Lines 212 to 213 in 6a30d05
and
JAS-mine-core/src/main/java/microsim/alignment/outcome/ResamplingAlignment.java
Lines 314 to 316 in 6a30d05
JAS-mine-core/src/main/java/microsim/alignment/outcome/ResamplingAlignment.java
Line 320 in 6a30d05
and
JAS-mine-core/src/main/java/microsim/alignment/outcome/ResamplingAlignment.java
Line 215 in 6a30d05
resample
works;count
increment location;adjustMaxResamplingAttempts
experiences no problems due to rounding, i.e., works identically for all possible cases;maxResamplingAttempts
(why 20?) is not consistent from method to method, needs clarification, this also must be reflected in the docs;The text was updated successfully, but these errors were encountered: