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

Method Decrease

src/algorithms/stats/decrease.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 public:
35 Decrease() {
36 declareInput(_array, "array", "the input array");
37 declareOutput(_decrease, "decrease", "the decrease of the input array");
38 }
39
40 void declareParameters() {
41 declareParameter("range", "the range of the input array, used for normalizing the results", "(-inf,inf)", 1.0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected