Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pedot Nicola
ltn-db-clean
Commits
c555f9d2
Commit
c555f9d2
authored
Sep 04, 2019
by
npedot
Browse files
fix for link clean
parent
e4764a57
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker/docker-ldb/ldb/sample/__init__.py
0 → 100644
View file @
c555f9d2
docker/docker-ldb/ldb/sample/basic_distrib.py
View file @
c555f9d2
import
logging
;
logging
.
basicConfig
(
level
=
logging
.
INFO
)
import
code.ldb
as
ldb
ldb
.
read_db
(
'db/dedudb10/'
)
ldb
.
train
()
ldb
.
ask_atoms_for
(
'ax_1'
)
ldb
.
ask_atoms_for
(
'a1_1'
)
docs/semint-clean.md
View file @
c555f9d2
...
...
@@ -193,7 +193,7 @@ Case study: [test_ldb_numeric](../docker/docker-ldb/ldb/sample/basic_numeric.py)
Choosing a two-dimensional metric
we can extend the constraints for example to a Euclidean space.
Case study:
[
test_ldb_numeric_ecludean
](
../docker/docker-ldb/ldb/
cod
e/basic_numeric_euclidean.py
)
Case study:
[
test_ldb_numeric_ecludean
](
../docker/docker-ldb/ldb/
sampl
e/basic_numeric_euclidean.py
)
### Distribution example
...
...
Write
Preview
Supports
Markdown
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