features-class {polmineR} | R Documentation |
Feature selection by comparison.
Description
The features
-method returns a features
-object. Several
features
-objects can be combined into a features_bundle
-object.
Usage
## S4 method for signature 'features'
summary(object)
## S4 method for signature 'features'
show(object)
## S4 method for signature 'features_bundle'
summary(object)
## S4 method for signature 'features'
format(x, digits = 2L)
## S4 method for signature 'features'
view(.Object)
Arguments
object |
A |
x |
A |
digits |
Integer indicating the number of decimal places (round) or significant digits (signif) to be used. |
.Object |
a |
Details
A set of features
objects can be combined into a features_bundle
.
Typically, a features_bundle
will result from applying the features
-method
on a partition_bundle
. See the documentation for bundle
to learn about
the methods for bundle
objects that are available for a features_bundle
.
Slots
corpus
The CWB corpus the features are derived from, a
character
vector of length 1.p_attribute
Object of class
character
.encoding
Object of class
character
.corpus
Object of class
character
.stat
Object of class
data.frame
.size_coi
Object of class
integer
.size_ref
Object of class
integer
.included
Object of class
logical
whether corpus of interest is included in reference corpusmethod
Object of class
character
statisticalTest usedcall
Object of class
character
the call that generated the object
Author(s)
Andreas Blaette