MCPcopy Create free account
hub / github.com/MTG/essentia / parameterNames

Method parameterNames

src/python/pyalgorithm.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 static PyObject* parameterNames(PyAlgorithm* self) {
70 vector<string> names = self->algo->defaultParameters().keys();
71 return VectorString::toPythonCopy(&names);
72 }
73
74 static PyObject* configure(PyAlgorithm* self, PyObject* args, PyObject* keywds);
75 static PyObject* compute(PyAlgorithm* self, PyObject* args);

Callers 1

generate_dot_algo_labelFunction · 0.45

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected