src.mining.decorated_miner
Classes
|
- class src.mining.decorated_miner.DecoratedMiner(**kwargs)
- Author:
Alberto M. Esmoris Pena
Abstract class providing the common logic for miner decorators.
- Variables:
decorated_miner_spec (dict) – The specification of the decorated miner.
- static extract_miner_args(spec)
Extract the arguments to initialize/instantiate a DecoratedMiner from a key-word specification.
- Parameters:
spec – The key-word specification containing the arguments.
- Returns:
The arguments to initialize/instantiate a DecoratedMiner.
- __init__(**kwargs)
Initialization for any instance of type
DecoratedMiner.
- get_decorated_fnames()
Get the feature names (
fnames) from the decorated miner. :return: The feature names from the decorated miner. :rtype: list of str
- get_decorated_frenames()
Get the feature renames (
frenames) from the decorated miner.- Returns:
The feature renames from the decorated miner, i.e., the names for the mined features.
- Return type:
list of str