MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / ClassicDescMod

Method ClassicDescMod

jni/stasm/classicdesc.h:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 ClassicDescMod( // constructor
40 int profwidth,
41 const double* const meanprof_data,
42 const double* const covi_data)
43
44 : meanprof_(ArrayAsMat(1, profwidth, meanprof_data)),
45 covi_(ArrayAsMat(profwidth, profwidth, covi_data))
46 {
47 }
48
49private:
50 const MAT meanprof_; // mean of the training profiles for this point

Callers

nothing calls this directly

Calls 1

ArrayAsMatFunction · 0.85

Tested by

no test coverage detected