Skip to content
New issue

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

Add check for logic adapter agreement #375

Merged
merged 1 commit into from
Oct 31, 2016
Merged

Add check for logic adapter agreement #375

merged 1 commit into from
Oct 31, 2016

Conversation

gunthercox
Copy link
Owner

Closes #169

@rmdort
Copy link
Collaborator

rmdort commented Oct 31, 2016

@gunthercox Just wanted to know more about this? Could you give an example when this will occur?

@gunthercox
Copy link
Owner Author

Sure, consider a scenario where multiple logic adapters are being used. In a case where the outputs generated by the logic adapters are as follows:

Confidence Statement
0.2 'Good morning.'
0.5 'Good morning.'
0.7 'Good night.'

In this case, two of the logic adapters have generated the same result. The idea behind these changes is to treat the fact that the two adapters have agreed on a response as a significant indicator that this particular response has a greater probability of being a more accurate response to the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants