Documer\Storage\Memory::getTotalDocs PHP Method

getTotalDocs() public method

Get total documents the system has been trained, by counting the number of labels (not distinct)
public getTotalDocs ( ) : integer
return integer
    public function getTotalDocs()
    {
        return count($this->labels);
    }