Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Uri prediction #115
base: develop
Are you sure you want to change the base?
Uri prediction #115
Changes from all commits
fc49a60
0ae0329
76b452e
adab0e2
0b97505
8b128a7
40d308e
f061f45
d4e926b
02ae341
a1ca884
40f24bc
0df57af
33607c0
5990914
93a352b
99d1d58
ae04387
60a51fc
28f9015
8536c99
548bec2
f322049
dd1d828
4a98d6b
d448acf
7290af6
c27ce6b
e21090e
97a9d6c
5b412ca
2a3d01f
571da2d
69beea6
04655c3
269cb4c
daf856c
778359a
590afbc
772cc9e
0cc4d79
87f8ea3
d4d24b6
191d485
f7acadd
fe57b1d
13494fc
80a624f
a36907f
719dece
c9e2634
23832dc
ad12696
d77bdfb
9398fb4
baac1a8
52e271d
c240d2f
b2d64a6
9041fcb
7f8b20e
de94573
650c61d
f6d6593
9ac3c99
3dd58ee
6fcd7b9
591fc5e
3f25777
1778d66
9521200
978fa4a
8d5b9a9
e1b7208
7cd0a19
8fdebe9
bc4a349
2fdd40f
295920f
1b84df6
438745f
b8cee08
9092b59
307b0d0
5e3ad81
04e4be8
29bdc34
043f5b0
83d32a3
2804b2d
e46ddb7
3bd3796
7dc1824
89c94b3
eb9d686
252201e
547d6fe
3ad2c0c
88516db
a41c75d
12c687c
e9fa7e2
cdb038f
54dbabf
1cff12c
f6613c2
7300bfd
da33b58
8f2d1fb
e4c4d77
8d24a4b
1a98f2b
0833591
0c39afb
b4da6e2
e4dedb3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will have to choose. Either, you use a Spring bean for the predictor (as defined in the frontier.xml file) OR you use this line of code to create the predictor. Note that the first solution is better but might be more challenging to define in the xml file. 🤔
However, both together do not make any sense 😉