src.mining.height_feats_minerpp
Classes
|
- class src.mining.height_feats_minerpp.HeightFeatsMinerPP(**kwargs)
- Author:
Alberto M. Esmoris Pena
C++ version of the
HeightFeatsMinerdata miner.See
Miner.- static extract_miner_args(spec)
Extract the arguments to initialize/instantiate a HeightFeatsMinerPP from a key-word specification.
- Parameters:
spec – The key-word specification containing the arguments.
- Returns:
The arguments to initialize/instantiate a HeightFeatsMinerPP.
- __init__(**kwargs)
Initialize an instance of HeightFeatsMinerPP.
- compute_height_features(X)
Compute the height features using the C++ implementation.