Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Project-FiFo
DalmatinerDB
dqe
Commits
6909a80d
Commit
6909a80d
authored
Aug 14, 2018
by
Heinz N. Gies
Browse files
add dqe_replace_below_confidence
parent
347f8c8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
rebar.config
rebar.config
+3
-2
rebar.lock
rebar.lock
+2
-2
src/dqe.erl
src/dqe.erl
+2
-1
No files found.
rebar.config
View file @
6909a80d
...
...
@@ -10,7 +10,7 @@
%%{
qdate
,
"~>0.4.3"
},
%%{
erlware_commons
,
"~>1.0.0"
},
{
qdate
,
".*"
, {
git
,
"https://github.com/dalmatinerdb/qdate.git"
, {
branch
,
"r19-dialyzer"
}}},
{
mmath
,
"~>0.2.
0
"
},
{
mmath
,
"~>0.2.
26
"
},
{
hdr_histogram
,
"~>0.3.0"
},
{
otters
,
"~>0.2.0"
},
{
dflow
,
"~>0.3.0"
},
...
...
@@ -24,7 +24,8 @@
{
profiles
,
[{
lint
, [{
plugins
, [
rebar3_lint
]}]},
{
shell
, [{
deps
, [
recon
,
sync
]}]},
{
eqc
, [{
deps
, [
meck
]}, {
plugins
, [
rebar_eqc
]}]}]}.
{
eqc
, [{
erl_opts
, [
nowarn_export_all
, {
d
,
'EQC'
}, {
d
,
'TEST'
}]}, {
deps
, [
meck
]}, {
plugins
, [{
rebar_eqc
,
"~>0.1.0"
}]}]}
]}.
{
shell
, [{
apps
, [
dqe
]}]}.
{
xref_checks
, [
undefined_function_calls
,
...
...
rebar.lock
View file @
6909a80d
...
...
@@ -16,7 +16,7 @@
{<<"ibrowse">>,{pkg,<<"ibrowse">>,<<"4.4.0">>},1},
{<<"jsxd">>,{pkg,<<"jsxd">>,<<"0.2.4">>},2},
{<<"lager">>,{pkg,<<"lager">>,<<"3.2.4">>},0},
{<<"mmath">>,{pkg,<<"mmath">>,<<"0.2.2
5
">>},0},
{<<"mmath">>,{pkg,<<"mmath">>,<<"0.2.2
6
">>},0},
{<<"otters">>,{pkg,<<"otters">>,<<"0.2.10">>},0},
{<<"pgapp">>,{pkg,<<"pgapp">>,<<"0.0.2">>},1},
{<<"poolboy">>,{pkg,<<"poolboy">>,<<"1.5.1">>},1},
...
...
@@ -46,7 +46,7 @@
{<<"ibrowse">>, <<"2D923325EFE0D2CB09B9C6A047B2835A5EDA69D8A47ED6FF8BC03628B764E991">>},
{<<"jsxd">>, <<"C14114AFCA463F2D03D3FB6CC81FD51CDA8CA86A47E5AC3ABDF0CA572A73A413">>},
{<<"lager">>, <<"A6DEB74DAE7927F46BD13255268308EF03EB206EC784A94EAF7C1C0F3B811615">>},
{<<"mmath">>, <<"
63531313D3DA9C0BF979B9C9FCCC6A168BF0FCE0B0FBC825BC582C225DF42AC4
">>},
{<<"mmath">>, <<"
C666346C55DC838A3DDDCCDDED36362319849D1F1C90315D1A402F1508025F73
">>},
{<<"otters">>, <<"31A7B47D50E14B15CAE380D060F666A54A2D79688BCC29D4CCB70E2FE05B0EA8">>},
{<<"pgapp">>, <<"3E104BB777C8455D8B26D1538B67ABE0188EE97B1DF973FD936C2204CB316196">>},
{<<"poolboy">>, <<"6B46163901CFD0A1B43D692657ED9D7E599853B3B21B95AE5AE0A777CF9B6CA8">>},
...
...
src/dqe.erl
View file @
6909a80d
...
...
@@ -92,7 +92,8 @@ init() ->
dqe_log10_scale_trans
,
dqe_min_trans
,
dqe_max_trans
,
dqe_confidence
dqe_confidence
,
dqe_replace_below_confidence
],
ArithFuns
=
[
dqe_add_arith
,
...
...
Neeraj Sharma
@neeraj9
mentioned in issue
#2
·
Aug 21, 2018
mentioned in issue
#2
mentioned in issue #2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment