extract_features: To extract features of an object

Description Usage Arguments Value Methods (by class)

Description

Extracts features of an object given a feature representation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
extract_features(object, FEATURES_EXTRACTION_PARAMETERS, OBJECT_ID_I,
  OBJECT_OUTPUT_DIR_PATH_STR, RELATIVE_FILE_PATHS_CVEC)


  ## S4 method for signature 
## 'SrfFeatureRepresentation,
##   FeaturesExtractionParameters,
##   integer,
##   character,
##   character'
extract_features(object,
  FEATURES_EXTRACTION_PARAMETERS, OBJECT_ID_I, OBJECT_OUTPUT_DIR_PATH_STR,
  RELATIVE_FILE_PATHS_CVEC)


  ## S4 method for signature 
## 'StrctFeatureRepresentation,
##   FeaturesExtractionParameters,
##   integer,
##   character,
##   character'
extract_features(object,
  FEATURES_EXTRACTION_PARAMETERS, OBJECT_ID_I, OBJECT_OUTPUT_DIR_PATH_STR,
  RELATIVE_FILE_PATHS_CVEC)

Arguments

object

See: StrctFeatureRepresentation and SrfFeatureRepresentation.

FEATURES_EXTRACTION_PARAMETERS

See: FeaturesExtractionParameters.

OBJECT_ID_I

The object_ID of the object.

OBJECT_OUTPUT_DIR_PATH_STR

The directory path for output about the object.

RELATIVE_FILE_PATHS_CVEC

The file paths relative to the documents root directory that collectively represent the object.

Value

OBJECT_FEATURES_DVEC Object features. May be DUMMY_OBJECT_FEATURES_DVEC, a single zero score for the feature named after the empty string. This is the case when from one or more objects no structural features could be extracted given the feature representation parameters.

Methods (by class)


sanmai-NL/feat documentation built on May 29, 2019, 1:47 p.m.