PClassifierInfo.h
Go to the documentation of this file.
45 explicit PClassifierInfo(const PStringList& classLabels, float threshold = 0, const PString& unknownLabel = "unknown");
The PClassifierInfo class holds information about classifier and designed for conversion between clas...
Definition: PClassifierInfo.h:35
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
Class PString: an unicode character strings (use copy-on-write idiom).
The PStringList class represents a list of PString; NOT thread-safe.
Definition: PStringList.h:26
Class PObject: the root class of all Papillon classes.
PObject & operator=(const PObject &obj)
Performs a shared copy of other to this object.
Definition: PObject.h:45