feature_type-methods: Retrieve the feature type used for model training from a...

Description Usage Arguments Details Value Examples

Description

Function to retrieve information on which type of features the models were trained

Usage

1
2
3
4
feature_type(siamcat, verbose=1)

## S4 method for signature 'siamcat'
feature_type(siamcat, verbose = 1)

Arguments

siamcat

(Required). An instance of siamcat-class that contains trained models

verbose

integer, if the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Details

The function extracts the information on which type of features the models were trained.

Value

The string describing type of feature used for the model training or NULL

Examples

1
2

SIAMCAT documentation built on Nov. 8, 2020, 5:14 p.m.