src.mining.height_feats_minerpp

Classes

HeightFeatsMinerPP(**kwargs)

class src.mining.height_feats_minerpp.HeightFeatsMinerPP(**kwargs)
Author:

Alberto M. Esmoris Pena

C++ version of the HeightFeatsMiner data 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.

See HeightFeatsMiner.__init__().

compute_height_features(X)

Compute the height features using the C++ implementation.

See HeightFeatsMiner.compute_height_features().