Description Usage Arguments Details Value
Represents an entity attribute that appears in the data: e.g. 'name of company', 'age', 'zip code', etc.
1 2 3 4 5 6 7 | Attribute(simFn, distortionPrior)
is.Attribute(x)
CategoricalAttribute(distortionPrior)
is.CategoricalAttribute(x)
|
simFn |
a |
distortionPrior |
a |
x |
an |
An Attribute
object contains all of the model parameters associated
with an entity attribute.
This includes:
the prior distribution over the distortion probability (likelihood that an entity attribute is distorted in the data), and
the distance function (parameterizes the distortion distribution).
A named list of Attribute
objects is required when initializing
the model (see initializeState
).
The Attribute
constructor returns an Attribute
object.
is.Attribute
returns TRUE if the argument is an Attribute
object and FALSE otherwise.
The CategoricalAttribute
constructor returns a
CategoricalAttribute
object.
It is intended for modeling categorical attributes, and uses a
a constant similarity function.
is.CategoricalAttribute
returns TRUE if the argument is a
CategoricalAttribute
object and FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.