Documer\Storage\Memory::getTotalDocs PHP 메소드

getTotalDocs() 공개 메소드

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