SimpleClassifier

Undocumented in source.

Constructors

this
this(SimpleClassifierParams scp)
Undocumented in source.

Members

Functions

newClassifierClass
auto newClassifierClass()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Skeleton[][] opCall(Skeleton[][] skel_arr)
Undocumented in source. Be warned that the author may not have intended to support it.
processResult
ClassifierClass processResult(ClassifierClass[] classes, ClassifierClass cls, float[2] diff)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

findClass
auto findClass(ClassifierClass[] classes, Skeleton skel)
Undocumented in source. Be warned that the author may not have intended to support it.
getSkeletons
auto getSkeletons(ClassifierClass[] classes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

params
SimpleClassifierParams params;
Undocumented in source.

Inherited Members

From Classifier

opCall
Skeleton[][] opCall(Skeleton[][] )
Undocumented in source.

Meta