123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="de">
- <head>
- <!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:11:02 CET 2019 -->
- <title>P-Index</title>
- <meta name="date" content="2019-11-17">
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="P-Index";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-14.html">Prev Letter</a></li>
- <li><a href="index-16.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
- <li><a href="index-15.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">X</a> <a href="index-24.html">Z</a> <a href="index-25.html">_</a> <a name="I:P">
- <!-- -->
- </a>
- <h2 class="title">P</h2>
- <dl>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html#pack--">pack()</a></span> - Method in class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/Distribution.html" title="class in org.deidentifier.arx.framework.check.distribution">Distribution</a></dt>
- <dd>
- <div class="block">Packs the frequency table; removes null values and generates
- sortedElements and sortedFrequency arrays.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/ComponentMultiStack.html#pack--">pack()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/ComponentMultiStack.html" title="class in org.deidentifier.arx.gui.view.impl.common">ComponentMultiStack</a></dt>
- <dd>
- <div class="block">Collect information about children</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#PAGE_SIZE">PAGE_SIZE</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
- <dd>
- <div class="block">Enable pagination</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableColumnLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">PageableTableColumnLayout</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/package-summary.html">org.deidentifier.arx.gui.view.impl.common</a></dt>
- <dd>
- <div class="block">Column layout for pageable tables</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableColumnLayout.html#PageableTableColumnLayout-org.eclipse.nebula.widgets.pagination.table.PageableTable-boolean-boolean-">PageableTableColumnLayout(PageableTable, boolean, boolean)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableColumnLayout.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableColumnLayout</a></dt>
- <dd>
- <div class="block">Creates a new instance</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">PageableTableNavigator</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/package-summary.html">org.deidentifier.arx.gui.view.impl.common</a></dt>
- <dd>
- <div class="block">Adapted from the Nebula source.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#PageableTableNavigator-org.eclipse.swt.widgets.Composite-int-org.eclipse.nebula.widgets.pagination.PageableController-">PageableTableNavigator(Composite, int, PageableController)</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
- <dd>
- <div class="block">Creates a new instance</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigatorFactory.html" title="class in org.deidentifier.arx.gui.view.impl.common"><span class="typeNameLink">PageableTableNavigatorFactory</span></a> - Class in <a href="../org/deidentifier/arx/gui/view/impl/common/package-summary.html">org.deidentifier.arx.gui.view.impl.common</a></dt>
- <dd>
- <div class="block">Adapted from the Nebula source.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigatorFactory.html#PageableTableNavigatorFactory--">PageableTableNavigatorFactory()</a></span> - Constructor for class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigatorFactory.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigatorFactory</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#pageIndexChanged-int-int-org.eclipse.nebula.widgets.pagination.PageableController-">pageIndexChanged(int, int, PageableController)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html#pageSizeChanged-int-int-org.eclipse.nebula.widgets.pagination.PageableController-">pageSizeChanged(int, int, PageableController)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.<a href="../org/deidentifier/arx/gui/view/impl/common/PageableTableNavigator.html" title="class in org.deidentifier.arx.gui.view.impl.common">PageableTableNavigator</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBackgroundImagePainter.html#paintCell-org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Rectangle-org.eclipse.nebula.widgets.nattable.config.IConfigRegistry-">paintCell(ILayerCell, GC, Rectangle, IConfigRegistry)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableBackgroundImagePainter.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableBackgroundImagePainter</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html#paintCell-org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Rectangle-org.eclipse.nebula.widgets.nattable.config.IConfigRegistry-">paintCell(ILayerCell, GC, Rectangle, IConfigRegistry)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableDecorator.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableDecorator</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html#paintCell-org.eclipse.nebula.widgets.nattable.layer.cell.ILayerCell-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Rectangle-org.eclipse.nebula.widgets.nattable.config.IConfigRegistry-">paintCell(ILayerCell, GC, Rectangle, IConfigRegistry)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="../org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableImagePainter</a></dt>
- <dd> </dd>
- <dt><a href="../org/deidentifier/arx/dp/ParameterCalculation.html" title="class in org.deidentifier.arx.dp"><span class="typeNameLink">ParameterCalculation</span></a> - Class in <a href="../org/deidentifier/arx/dp/package-summary.html">org.deidentifier.arx.dp</a></dt>
- <dd>
- <div class="block">Implements the parameter calculation for differential privacy as proposed in:
-
- Bild R, Kuhn KA, Prasser F.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/dp/ParameterCalculation.html#ParameterCalculation-double-double-">ParameterCalculation(double, double)</a></span> - Constructor for class org.deidentifier.arx.dp.<a href="../org/deidentifier/arx/dp/ParameterCalculation.html" title="class in org.deidentifier.arx.dp">ParameterCalculation</a></dt>
- <dd>
- <div class="block">Constructor</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/reliability/ParameterTranslation.html" title="class in org.deidentifier.arx.reliability"><span class="typeNameLink">ParameterTranslation</span></a> - Class in <a href="../org/deidentifier/arx/reliability/package-summary.html">org.deidentifier.arx.reliability</a></dt>
- <dd>
- <div class="block">Class supporting parameter calculations and translations.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/ParameterTranslation.html#ParameterTranslation--">ParameterTranslation()</a></span> - Constructor for class org.deidentifier.arx.reliability.<a href="../org/deidentifier/arx/reliability/ParameterTranslation.html" title="class in org.deidentifier.arx.reliability">ParameterTranslation</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration<?>)</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationLogisticRegression.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationLogisticRegression</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration<?>)</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationNaiveBayes.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationNaiveBayes</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration<?>)</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/ClassificationConfigurationRandomForest.html" title="class in org.deidentifier.arx.aggregates">ClassificationConfigurationRandomForest</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXClassificationConfiguration.html#parse-org.deidentifier.arx.ARXClassificationConfiguration-">parse(ARXClassificationConfiguration<?>)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a></dt>
- <dd>
- <div class="block">Parses another configuration</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDate.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx">DataType.ARXDate</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXDecimal.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXDecimal.html" title="class in org.deidentifier.arx">DataType.ARXDecimal</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXInteger.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXInteger.html" title="class in org.deidentifier.arx">DataType.ARXInteger</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXOrderedString.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXOrderedString.html" title="class in org.deidentifier.arx">DataType.ARXOrderedString</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.ARXString.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.ARXString.html" title="class in org.deidentifier.arx">DataType.ARXString</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html#parse-java.lang.String-">parse(String)</a></span> - Method in interface org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="interface in org.deidentifier.arx">DataType.DataTypeWithRatioScale</a></dt>
- <dd>
- <div class="block">Parse</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataType.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a></dt>
- <dd>
- <div class="block">Converts a string into a value.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelBLikenessCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelCriterion</a></dt>
- <dd>
- <div class="block">Parse</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDDisclosurePrivacyCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDifferentialPrivacyCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDifferentialPrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDifferentialPrivacyCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDPresenceCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDPresenceCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDPresenceCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelKAnonymityCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelKAnonymityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelKAnonymityCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelKMapCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelKMapCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelKMapCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelLDiversityCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelProfitabilityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelProfitabilityCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelRiskBasedCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelRiskBasedCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelRiskBasedCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html#parse-org.deidentifier.arx.gui.model.ModelCriterion-boolean-">parse(ModelCriterion, boolean)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelTClosenessCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModel.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModel.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModel</a></dt>
- <dd>
- <div class="block">Updates the model with a new specification.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelAbstract</a></dt>
- <dd>
- <div class="block">Parses a builder and updates the model accordingly.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelDate.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder<Date>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelDate.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelDate</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased-">parse(HierarchyBuilderIntervalBased<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelGrouping</a></dt>
- <dd>
- <div class="block">Parses an interval-based spec.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilderOrderBased-">parse(HierarchyBuilderOrderBased<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelGrouping</a></dt>
- <dd>
- <div class="block">Parses an order-based spec.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelIntervals</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelOrder.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelOrder.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelOrder</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelRedaction.html#parse-org.deidentifier.arx.aggregates.HierarchyBuilder-">parse(HierarchyBuilder<T>)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelRedaction.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardModelRedaction</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/menu/EditorCriterion.html#parseDefault-org.deidentifier.arx.gui.model.ModelCriterion-">parseDefault(ModelCriterion)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.menu.<a href="../org/deidentifier/arx/gui/view/impl/menu/EditorCriterion.html" title="class in org.deidentifier.arx.gui.view.impl.menu">EditorCriterion</a></dt>
- <dd>
- <div class="block">Parse method</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelEvent.html#part">part</a></span> - Variable in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelEvent.html" title="class in org.deidentifier.arx.gui.model">ModelEvent</a></dt>
- <dd>
- <div class="block">The part of the model that has changed.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/worker/io/XMLHandler.html#payload">payload</a></span> - Variable in class org.deidentifier.arx.gui.worker.io.<a href="../org/deidentifier/arx/gui/worker/io/XMLHandler.html" title="class in org.deidentifier.arx.gui.worker.io">XMLHandler</a></dt>
- <dd>
- <div class="block">The payload</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupifyEntry.html#pcount">pcount</a></span> - Variable in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/HashGroupifyEntry.html" title="class in org.deidentifier.arx.framework.check.groupify">HashGroupifyEntry</a></dt>
- <dd>
- <div class="block">The number of elements in this class.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html#performCancel--">performCancel()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ImportWizard</a></dt>
- <dd>
- <div class="block">Cancel pressed.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ARXWizard.html#performFinish--">performFinish()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ARXWizard.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ARXWizard</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html#performFinish--">performFinish()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizard.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ImportWizard</a></dt>
- <dd>
- <div class="block">Gets executed once the wizard is about to finish
-
- This will build an appropriate <a href="../org/deidentifier/arx/io/ImportConfiguration.html" title="class in org.deidentifier.arx.io"><code>ImportConfiguration</code></a> object, depending
- upon the <a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html#getSourceType--"><code>source type</code></a> and the
- choices the user made during the process of the wizard.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html#performMicroaggregation-org.deidentifier.arx.framework.data.DataAggregationInformation-org.deidentifier.arx.framework.data.Dictionary-">performMicroaggregation(DataAggregationInformation, Dictionary)</a></span> - Method in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html" title="class in org.deidentifier.arx.framework.check.groupify">HashGroupify</a></dt>
- <dd>
- <div class="block">Returns a data object with microaggregation performed</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html#performSuppression--">performSuppression()</a></span> - Method in class org.deidentifier.arx.framework.check.groupify.<a href="../org/deidentifier/arx/framework/check/groupify/HashGroupify.html" title="class in org.deidentifier.arx.framework.check.groupify">HashGroupify</a></dt>
- <dd>
- <div class="block">Suppresses all records in the output dataset which <br>
- (a) do not satisfy privacy requirements, or <br>
- (b) are not included in the research subset</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html#PI">PI</a></span> - Variable in class org.deidentifier.arx.reliability.<a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html" title="class in org.deidentifier.arx.reliability">IntervalArithmeticDouble</a></dt>
- <dd>
- <div class="block">Interval containing pi</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">PopulationUniqueness</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">This criterion ensures that the population uniqueness falls below a given threshold.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.ARXPopulationModel-">PopulationUniqueness(double, ARXPopulationModel)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
- <dd>
- <div class="block">Creates a new instance of this criterion.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.ARXPopulationModel-org.deidentifier.arx.ARXSolverConfiguration-">PopulationUniqueness(double, ARXPopulationModel, ARXSolverConfiguration)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
- <dd>
- <div class="block">Creates a new instance of this criterion.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.risk.RiskModelPopulationUniqueness.PopulationUniquenessModel-org.deidentifier.arx.ARXPopulationModel-">PopulationUniqueness(double, RiskModelPopulationUniqueness.PopulationUniquenessModel, ARXPopulationModel)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
- <dd>
- <div class="block">Creates a new instance of this criterion.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html#PopulationUniqueness-double-org.deidentifier.arx.risk.RiskModelPopulationUniqueness.PopulationUniquenessModel-org.deidentifier.arx.ARXPopulationModel-org.deidentifier.arx.ARXSolverConfiguration-">PopulationUniqueness(double, RiskModelPopulationUniqueness.PopulationUniquenessModel, ARXPopulationModel, ARXSolverConfiguration)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PopulationUniqueness.html" title="class in org.deidentifier.arx.criteria">PopulationUniqueness</a></dt>
- <dd>
- <div class="block">Creates a new instance of this criterion.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html#pow-org.deidentifier.arx.reliability.IntervalDouble-int-">pow(IntervalDouble, int)</a></span> - Method in class org.deidentifier.arx.reliability.<a href="../org/deidentifier/arx/reliability/IntervalArithmeticDouble.html" title="class in org.deidentifier.arx.reliability">IntervalArithmeticDouble</a></dt>
- <dd>
- <div class="block">Pow</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/test/AbstractAnonymizationTest.ARXAnonymizationTestCase.html#practical">practical</a></span> - Variable in class org.deidentifier.arx.test.<a href="../org/deidentifier/arx/test/AbstractAnonymizationTest.ARXAnonymizationTestCase.html" title="class in org.deidentifier.arx.test">AbstractAnonymizationTest.ARXAnonymizationTestCase</a></dt>
- <dd>
- <div class="block">Random test variable</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilder.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilder.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilder</a></dt>
- <dd>
- <div class="block">Prepares the builder.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderDate.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilderDate.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderDate</a></dt>
- <dd>
- <div class="block">Prepares the builder.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilderGroupingBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderGroupingBased</a></dt>
- <dd>
- <div class="block">Prepares the builder.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html#prepare-java.lang.String:A-">prepare(String[])</a></span> - Method in class org.deidentifier.arx.aggregates.<a href="../org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html" title="class in org.deidentifier.arx.aggregates">HierarchyBuilderRedactionBased</a></dt>
- <dd>
- <div class="block">Prepares the builder.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXSolverConfiguration.html#preparedStartValues-double:A:A-">preparedStartValues(double[][])</a></span> - Method in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">ARXSolverConfiguration</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorLayout.html#PRETTY_THRESHOLD">PRETTY_THRESHOLD</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorLayout.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">HierarchyWizardEditorLayout</a></dt>
- <dd>
- <div class="block">Constant.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/history/MRUCacheEntry.html#prev">prev</a></span> - Variable in class org.deidentifier.arx.framework.check.history.<a href="../org/deidentifier/arx/framework/check/history/MRUCacheEntry.html" title="class in org.deidentifier.arx.framework.check.history">MRUCacheEntry</a></dt>
- <dd>
- <div class="block">The prev.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html#PREVIEW_MAX_LINES">PREVIEW_MAX_LINES</a></span> - Static variable in class org.deidentifier.arx.gui.view.impl.wizard.<a href="../org/deidentifier/arx/gui/view/impl/wizard/ImportWizardModel.html" title="class in org.deidentifier.arx.gui.view.impl.wizard">ImportWizardModel</a></dt>
- <dd>
- <div class="block">Maximum number of lines to be loaded for preview purposes.</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">PrivacyCriterion</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">An abstract base class for privacy criteria.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/PrivacyCriterion.html#PrivacyCriterion-boolean-boolean-">PrivacyCriterion(boolean, boolean)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/PrivacyCriterion.html" title="class in org.deidentifier.arx.criteria">PrivacyCriterion</a></dt>
- <dd>
- <div class="block">Instantiates a new criterion.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformationResult.html#privacyModelFulfilled">privacyModelFulfilled</a></span> - Variable in class org.deidentifier.arx.framework.check.<a href="../org/deidentifier/arx/framework/check/TransformationResult.html" title="class in org.deidentifier.arx.framework.check">TransformationResult</a></dt>
- <dd>
- <div class="block">Overall anonymity.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionary.html#probe-int:A-">probe(int[])</a></span> - Method in class org.deidentifier.arx.framework.check.distribution.<a href="../org/deidentifier/arx/framework/check/distribution/IntArrayDictionary.html" title="class in org.deidentifier.arx.framework.check.distribution">IntArrayDictionary</a></dt>
- <dd>
- <div class="block">Probes the dictionary and either inserts a new entry index or returns the
- corresponding entry index.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/data/Dictionary.html#probe-int-java.lang.String-">probe(int, String)</a></span> - Method in class org.deidentifier.arx.framework.data.<a href="../org/deidentifier/arx/framework/data/Dictionary.html" title="class in org.deidentifier.arx.framework.data">Dictionary</a></dt>
- <dd>
- <div class="block">Returns the registered value if present, null otherwise.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXAnonymizer.html#PRODUCTION_RELEASE">PRODUCTION_RELEASE</a></span> - Static variable in class org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXAnonymizer.html" title="class in org.deidentifier.arx">ARXAnonymizer</a></dt>
- <dd>
- <div class="block">Is this a production release?</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalist.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityJournalist</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">Privacy model for the game theoretic approach proposed in:
- A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalist.html#ProfitabilityJournalist-org.deidentifier.arx.DataSubset-">ProfitabilityJournalist(DataSubset)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityJournalist.html" title="class in org.deidentifier.arx.criteria">ProfitabilityJournalist</a></dt>
- <dd>
- <div class="block">Creates a new instance of game theoretic approach proposed in:
- A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityJournalistNoAttack</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">Privacy model for the "no-attack" variant of the game theoretic approach proposed in:
- A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html#ProfitabilityJournalistNoAttack-org.deidentifier.arx.DataSubset-">ProfitabilityJournalistNoAttack(DataSubset)</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityJournalistNoAttack.html" title="class in org.deidentifier.arx.criteria">ProfitabilityJournalistNoAttack</a></dt>
- <dd>
- <div class="block">Creates a new instance</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutor.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityProsecutor</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">Privacy model for the game theoretic approach proposed in:
- A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutor.html#ProfitabilityProsecutor--">ProfitabilityProsecutor()</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutor.html" title="class in org.deidentifier.arx.criteria">ProfitabilityProsecutor</a></dt>
- <dd>
- <div class="block">Creates a new instance of game theoretic approach proposed in:
- A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html" title="class in org.deidentifier.arx.criteria"><span class="typeNameLink">ProfitabilityProsecutorNoAttack</span></a> - Class in <a href="../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></dt>
- <dd>
- <div class="block">Privacy model for the "no-attack" variant of the game theoretic approach proposed in:
- A Game Theoretic Framework for Analyzing Re-Identification Risk.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html#ProfitabilityProsecutorNoAttack--">ProfitabilityProsecutorNoAttack()</a></span> - Constructor for class org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/ProfitabilityProsecutorNoAttack.html" title="class in org.deidentifier.arx.criteria">ProfitabilityProsecutorNoAttack</a></dt>
- <dd>
- <div class="block">Creates a new instance</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/ARXListener.html#progress-double-">progress(double)</a></span> - Method in interface org.deidentifier.arx.<a href="../org/deidentifier/arx/ARXListener.html" title="interface in org.deidentifier.arx">ARXListener</a></dt>
- <dd>
- <div class="block">Reports a progress value in [0, 1]</div>
- </dd>
- <dt><a href="../org/deidentifier/arx/gui/worker/ProgressAnalysis.html" title="class in org.deidentifier.arx.gui.worker"><span class="typeNameLink">ProgressAnalysis</span></a> - Class in <a href="../org/deidentifier/arx/gui/worker/package-summary.html">org.deidentifier.arx.gui.worker</a></dt>
- <dd>
- <div class="block">Simple progress analysis using moving averages</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/worker/ProgressAnalysis.html#ProgressAnalysis--">ProgressAnalysis()</a></span> - Constructor for class org.deidentifier.arx.gui.worker.<a href="../org/deidentifier/arx/gui/worker/ProgressAnalysis.html" title="class in org.deidentifier.arx.gui.worker">ProgressAnalysis</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformationCheckerStateMachine.Transition.html#projection">projection</a></span> - Variable in class org.deidentifier.arx.framework.check.<a href="../org/deidentifier/arx/framework/check/TransformationCheckerStateMachine.Transition.html" title="class in org.deidentifier.arx.framework.check">TransformationCheckerStateMachine.Transition</a></dt>
- <dd>
- <div class="block">Which columns can be projected away?.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/framework/check/TransformedData.html#properties">properties</a></span> - Variable in class org.deidentifier.arx.framework.check.<a href="../org/deidentifier/arx/framework/check/TransformedData.html" title="class in org.deidentifier.arx.framework.check">TransformedData</a></dt>
- <dd>
- <div class="block">The properties</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/DataScale.html#provides-org.deidentifier.arx.DataScale-">provides(DataScale)</a></span> - Method in enum org.deidentifier.arx.<a href="../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a></dt>
- <dd>
- <div class="block">Returns whether this scale provides at least the properties of the given scale.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/criteria/EntropyLDiversity.EntropyEstimator.html#psi-int-">psi(int)</a></span> - Method in enum org.deidentifier.arx.criteria.<a href="../org/deidentifier/arx/criteria/EntropyLDiversity.EntropyEstimator.html" title="enum in org.deidentifier.arx.criteria">EntropyLDiversity.EntropyEstimator</a></dt>
- <dd>
- <div class="block">The logarithm substitute of the current estimator
-
- The difference in estimating the entropy by the naive Shannon or Grassberger
- estimator is actually using log or G for \psi in the entropy formula
- $H = \psi(N) - 1/N \sum n \psi(n)$
- where N is the size of the set and the sum goes over all values of the
- sensitive attribute, n is the count of the current sensitive attribute</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelBLikenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelBLikenessCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelDDisclosurePrivacyCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelDDisclosurePrivacyCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelExplicitCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelExplicitCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelExplicitCriterion</a></dt>
- <dd>
- <div class="block">Implement this, to update data.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelLDiversityCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelLDiversityCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html#pull-org.deidentifier.arx.gui.model.ModelExplicitCriterion-">pull(ModelExplicitCriterion)</a></span> - Method in class org.deidentifier.arx.gui.model.<a href="../org/deidentifier/arx/gui/model/ModelTClosenessCriterion.html" title="class in org.deidentifier.arx.gui.model">ModelTClosenessCriterion</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../org/deidentifier/arx/common/FastIntDoubleMap.html#put-int-double-">put(int, double)</a></span> - Method in class org.deidentifier.arx.common.<a href="../org/deidentifier/arx/common/FastIntDoubleMap.html" title="class in org.deidentifier.arx.common">FastIntDoubleMap</a></dt>
- <dd>
- <div class="block">Puts a value into this map</div>
- </dd>
- </dl>
- <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">X</a> <a href="index-24.html">Z</a> <a href="index-25.html">_</a> </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-14.html">Prev Letter</a></li>
- <li><a href="index-16.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
- <li><a href="index-15.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|