Lomas
Client
Quickstart
Examples
Errors
Server
Deployment
Administration
Python API
API Documentation
Contributing
Notes for Contributors
Notes for Client Contributors
Notes for Server Contributors
Poster
poster
Poster
Lomas
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
Y
|
Z
A
AdminDBType (class in lomas_server.constants)
AIM (lomas_client.utils.SSynthMarginalSynthesizer attribute)
(lomas_server.constants.SSynthMarginalSynthesizer attribute)
B
BASIC (lomas_server.constants.DatasetStoreType attribute)
C
CATEGORICAL (lomas_server.constants.SSynthColumnType attribute)
CHANGE_ONE_DISTANCE (lomas_server.constants.OpenDPDatasetInputMetric attribute)
Client (class in lomas_client.client)
ConfigKeys (class in lomas_server.constants)
CONTINUOUS (lomas_server.constants.SSynthColumnType attribute)
CUBE (lomas_server.constants.SSynthTableTransStyle attribute)
D
DATASET_STORE (lomas_server.constants.ConfigKeys attribute)
DATASET_STORE_TYPE (lomas_server.constants.ConfigKeys attribute)
DatasetStoreType (class in lomas_server.constants)
DATETIME (lomas_server.constants.SSynthColumnType attribute)
DB (lomas_server.constants.ConfigKeys attribute)
DB_TYPE (lomas_server.constants.ConfigKeys attribute)
DB_TYPE_MONGODB (lomas_server.constants.ConfigKeys attribute)
DEVELOP_MODE (lomas_server.constants.ConfigKeys attribute)
DIFFPRIVLIB (lomas_client.client.DPLibraries attribute)
(lomas_server.constants.DPLibraries attribute)
diffprivlib_query() (lomas_client.client.Client method)
DP_CTGAN (lomas_client.utils.SSynthGanSynthesizer attribute)
(lomas_server.constants.SSynthGanSynthesizer attribute)
DP_GAN (lomas_client.utils.SSynthGanSynthesizer attribute)
(lomas_server.constants.SSynthGanSynthesizer attribute)
DP_LIBRARY (lomas_server.constants.ConfigKeys attribute)
DPLibraries (class in lomas_client.client)
(class in lomas_server.constants)
E
error_message() (in module lomas_client.client)
estimate_diffprivlib_cost() (lomas_client.client.Client method)
estimate_opendp_cost() (lomas_client.client.Client method)
estimate_smartnoise_sql_cost() (lomas_client.client.Client method)
estimate_smartnoise_synth_cost() (lomas_client.client.Client method)
F
FIXED_SMOOTHED_MAX_DIVERGENCE (lomas_server.constants.OpenDPMeasurement attribute)
G
GAN (lomas_server.constants.SSynthTableTransStyle attribute)
get_dataset_metadata() (lomas_client.client.Client method)
get_dummy_dataset() (lomas_client.client.Client method)
get_initial_budget() (lomas_client.client.Client method)
get_previous_queries() (lomas_client.client.Client method)
get_remaining_budget() (lomas_client.client.Client method)
get_total_spent_budget() (lomas_client.client.Client method)
H
HAMMING_DISTANCE (lomas_server.constants.OpenDPDatasetInputMetric attribute)
I
INSERT_DELETE_DISTANCE (lomas_server.constants.OpenDPDatasetInputMetric attribute)
INT_DISTANCE (lomas_server.constants.OpenDPDatasetInputMetric attribute)
J
JITTER (lomas_server.constants.TimeAttackMethod attribute)
L
lomas_client
module
lomas_client.client
module
lomas_client.utils
module
lomas_server
module
lomas_server.admin_database
module
lomas_server.administration
module
lomas_server.administration.tests
module
lomas_server.constants
module
lomas_server.data_connector
module
lomas_server.dataset_store
module
lomas_server.dataset_store.private_dataset_observer
module
lomas_server.dp_queries
module
lomas_server.dp_queries.dp_libraries
module
lomas_server.private_dataset
module
lomas_server.routes
module
lomas_server.tests
module
lomas_server.tests.constants
module
lomas_server.utils
module
lomas_server.utils.query_examples
module
LRU (lomas_server.constants.DatasetStoreType attribute)
LRU_DATASET_STORE_MAX_SIZE (lomas_server.constants.ConfigKeys attribute)
M
make_dummy() (in module lomas_server.utils.query_examples)
MAX_DIVERGENCE (lomas_server.constants.OpenDPMeasurement attribute)
module
lomas_client
lomas_client.client
lomas_client.utils
lomas_server
lomas_server.admin_database
lomas_server.administration
lomas_server.administration.tests
lomas_server.constants
lomas_server.data_connector
lomas_server.dataset_store
lomas_server.dataset_store.private_dataset_observer
lomas_server.dp_queries
lomas_server.dp_queries.dp_libraries
lomas_server.private_dataset
lomas_server.routes
lomas_server.tests
lomas_server.tests.constants
lomas_server.utils
lomas_server.utils.query_examples
MONGODB (lomas_server.constants.AdminDBType attribute)
MONGODB_ADDR (lomas_server.constants.ConfigKeys attribute)
MONGODB_PORT (lomas_server.constants.ConfigKeys attribute)
MST (lomas_client.utils.SSynthMarginalSynthesizer attribute)
(lomas_server.constants.SSynthMarginalSynthesizer attribute)
MWEM (lomas_client.utils.SSynthMarginalSynthesizer attribute)
(lomas_server.constants.SSynthMarginalSynthesizer attribute)
O
OPENDP (lomas_client.client.DPLibraries attribute)
(lomas_server.constants.DPLibraries attribute)
opendp_query() (lomas_client.client.Client method)
OpenDPDatasetInputMetric (class in lomas_server.constants)
OpenDPMeasurement (class in lomas_server.constants)
P
PAC_SYNTH (lomas_client.utils.SSynthMarginalSynthesizer attribute)
(lomas_server.constants.SSynthMarginalSynthesizer attribute)
PATE_CTGAN (lomas_client.utils.SSynthGanSynthesizer attribute)
(lomas_server.constants.SSynthGanSynthesizer attribute)
PATE_GAN (lomas_client.utils.SSynthGanSynthesizer attribute)
(lomas_server.constants.SSynthGanSynthesizer attribute)
PATH (lomas_server.constants.PrivateDatabaseType attribute)
PRIVATE_ID (lomas_server.constants.SSynthColumnType attribute)
PrivateDatabaseType (class in lomas_server.constants)
PrivateDatasetObserver (class in lomas_server.dataset_store.private_dataset_observer)
R
RUNTIME_ARGS (lomas_server.constants.ConfigKeys attribute)
S
S3 (lomas_server.constants.PrivateDatabaseType attribute)
SERVER (lomas_server.constants.ConfigKeys attribute)
SETTINGS (lomas_server.constants.ConfigKeys attribute)
SMARTNOISE_SQL (lomas_client.client.DPLibraries attribute)
(lomas_server.constants.DPLibraries attribute)
smartnoise_sql_query() (lomas_client.client.Client method)
SMARTNOISE_SYNTH (lomas_client.client.DPLibraries attribute)
(lomas_server.constants.DPLibraries attribute)
smartnoise_synth_query() (lomas_client.client.Client method)
SMOOTHED_MAX_DIVERGENCE (lomas_server.constants.OpenDPMeasurement attribute)
SSynthColumnType (class in lomas_server.constants)
SSynthGanSynthesizer (class in lomas_client.utils)
(class in lomas_server.constants)
SSynthMarginalSynthesizer (class in lomas_client.utils)
(class in lomas_server.constants)
SSynthTableTransStyle (class in lomas_server.constants)
STALL (lomas_server.constants.TimeAttackMethod attribute)
SUBMIT_LIMIT (lomas_server.constants.ConfigKeys attribute)
SYMMETRIC_DISTANCE (lomas_server.constants.OpenDPDatasetInputMetric attribute)
T
TIME_ATTACK (lomas_server.constants.ConfigKeys attribute)
TimeAttackMethod (class in lomas_server.constants)
U
update_memory_usage() (lomas_server.dataset_store.private_dataset_observer.PrivateDatasetObserver method)
V
validate_synthesizer() (in module lomas_client.utils)
Y
YAML (lomas_server.constants.AdminDBType attribute)
Z
ZERO_CONCENTRATED_DIVERGENCE (lomas_server.constants.OpenDPMeasurement attribute)
Version: v0.3.0
Languages
en
Versions
stable
develop
v0.1.0
v0.1.1
v0.1.2
v0.2.0
v0.3.0
v0.3.3
v0.3.5