features-class: Feature selection by comparison.

features-classR 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 features or features_bundle object.

x

A features object.

digits

Integer indicating the number of decimal places (round) or significant digits (signif) to be used.

.Object

a features object.

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 corpus

method

Object of class character statisticalTest used

call

Object of class character the call that generated the object

Author(s)

Andreas Blaette


polmineR documentation built on Nov. 2, 2023, 5:52 p.m.