imputeFeatureSpace | R Documentation |
This is a generic function for imputing the FeatureSpace
associated
with one or more sets of features.
imputeFeatureSpace(object, con = hiveConnection()) ## S4 method for signature 'hiveEntityList' imputeFeatureSpace(object, con = hiveConnection()) ## S4 method for signature 'hiveFeatureSetEntity' imputeFeatureSpace(object, con = hiveConnection()) ## S4 method for signature 'hiveWeightedFeatureSetEntity' imputeFeatureSpace(object, con = hiveConnection()) ## S4 method for signature 'character' imputeFeatureSpace(object, con = hiveConnection())
object |
Either a |
con |
A |
If a given set of features matches one or more FeatureSpaces consisting of a set of features, as well as one or more FeatureSpaces consisting of regular expressions, precedence is given to the FeatureSpace(s) that consist of a set of features.
If successful, each class-specific method returns a
UUIDList
containing the following output for each
object in the hiveEntityList
:
If the features in a given record do not match any
FeatureSpace
s, a nil UUID
, with a warning.
If the features match exactly one FeatureSpace
,
the UUID of that FeatureSpace
.
If the features match more than one FeatureSpace
,
the UUID
of the smallest FeatureSpace
.
Otherwise, the function terminates with an error message.
Class-specific methods exist for:
hiveFeatureSetEntity
hiveWeightedFeatureSetEntity
hiveEntityList
character
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.