A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/classCScoreVector.html below:

NCBI C++ ToolKit: CScoreVector< Key, Score

Search Toolkit Book for CScoreVector

#include <algo/text/vector.hpp>

  CScoreVector ()   virtual  ~CScoreVector ()     CScoreVector (const CScoreVector< Key, Score > &other)     CScoreVector (const CRawScoreVector< Key, Score > &other)   CScoreVectoroperator= (const CScoreVector< Key, Score > &other)   CScoreVectoroperator= (const CRawScoreVector< Key, Score > &other)   virtual void  Swap (CScoreVector< Key, Score > &other)   key_type  GetId () const   setup functions More...
  void  SetId (key_type uid)   size_t  GetSize () const   Score  Get (Key idx) const   void  Set (Key idx, Score weight)   void  Add (Key idx, Score weight=Score(1))   void  TrimLength (float trim_pct)   void  TrimCount (size_t max_words)   void  TrimThresh (Score min_score)   void  SubtractMissing (const CScoreVector< Key, Score > &other)   void  AddScores (const CScoreVector< Key, Score > &other)   float  Length2 () const   math functions More...
  float  Length () const   void  Normalize ()   void  ProbNormalize ()   CScoreVector< Key, Score > &  operator+= (const CScoreVector< Key, Score > &other)   CScoreVector< Key, Score > &  operator-= (const CScoreVector< Key, Score > &other)   CScoreVector< Key, Score > &  operator*= (Score val)   CScoreVector< Key, Score > &  operator/= (Score val)   TVectorSet ()   const TVectorGet () const   void  clear ()   bool  empty () const   size_t  size () const   iterator  begin ()   iterator  end ()   const_iterator  begin () const   const_iterator  end () const   iterator  find (const Key &key)   const_iterator  find (const Key &key) const   pair< iterator, boolinsert (const value_type &val)   iterator  insert (iterator hint, const value_type &val)   void  erase (iterator it)   void  erase (const key_type &v)   template<typename OtherIterator > void  insert (OtherIterator it_begin, OtherIterator it_end)     CObject (void)   Constructor. More...
    CObject (const CObject &src)   Copy constructor. More...
  virtual  ~CObject (void)   Destructor. More...
  CObjectoperator= (const CObject &src) THROWS_NONE   Assignment operator. More...
  bool  CanBeDeleted (void) const THROWS_NONE   Check if object can be deleted. More...
  bool  IsAllocatedInPool (void) const THROWS_NONE   Check if object is allocated in memory pool (not system heap) More...
  bool  Referenced (void) const THROWS_NONE   Check if object is referenced. More...
  bool  ReferencedOnlyOnce (void) const THROWS_NONE   Check if object is referenced only once. More...
  void  AddReference (void) const   Add reference to object. More...
  void  RemoveReference (void) const   Remove reference to object. More...
  void  ReleaseReference (void) const   Remove reference without deleting object. More...
  virtual void  DoNotDeleteThisObject (void)   Mark this object as not allocated in heap – do not delete this object. More...
  virtual void  DoDeleteThisObject (void)   Mark this object as allocated in heap – object can be deleted. More...
  void *  operator new (size_t size)   Define new operator for memory allocation. More...
  void *  operator new[] (size_t size)   Define new[] operator for 'array' memory allocation. More...
  void  operator delete (void *ptr)   Define delete operator for memory deallocation. More...
  void  operator delete[] (void *ptr)   Define delete[] operator for memory deallocation. More...
  void *  operator new (size_t size, void *place)   Define new operator. More...
  void  operator delete (void *ptr, void *place)   Define delete operator. More...
  void *  operator new (size_t size, CObjectMemoryPool *place)   Define new operator using memory pool. More...
  void  operator delete (void *ptr, CObjectMemoryPool *place)   Define delete operator. More...
  virtual void  DebugDump (CDebugDumpContext ddc, unsigned int depth) const   Define method for dumping debug information. More...
    CDebugDumpable (void)   virtual  ~CDebugDumpable (void)   void  DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const   void  DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const   void  DumpToConsole (void) const   template<class Key, class Score>
class CScoreVector< Key, Score >

Definition at line 146 of file vector.hpp.

◆ const_iterator

template<class Key , class Score >

Definition at line 154 of file vector.hpp.

◆ iterator

template<class Key , class Score >

Definition at line 153 of file vector.hpp.

◆ key_type

template<class Key , class Score >

Definition at line 149 of file vector.hpp.

◆ score_type

template<class Key , class Score >

Definition at line 150 of file vector.hpp.

◆ TVector

template<class Key , class Score >

Definition at line 151 of file vector.hpp.

◆ value_type

template<class Key , class Score >

Definition at line 152 of file vector.hpp.

◆ CScoreVector() [1/3]

template<class Key , class Score >

◆ ~CScoreVector()

template<class Key , class Score >

Definition at line 157 of file vector.hpp.

◆ CScoreVector() [2/3] ◆ CScoreVector() [3/3] ◆ Add()

template<class Key , class Score >

void CScoreVector< Key, Score >::Add ( Key  idx, Score  weight = Score(1)  ) inline ◆ AddScores()

template<class Key , class Score >

◆ begin() [1/2]

template<class Key , class Score >

◆ begin() [2/2] ◆ clear()

template<class Key , class Score >

◆ empty() ◆ end() [1/2]

template<class Key , class Score >

Definition at line 743 of file vector_impl.hpp.

Referenced by CScoreVector< Key, Score >::AddScores(), Deserialize< string, float >(), CTextUtil::GetStemFrequencies(), CScoreVector< Key, Score >::operator+=(), CTextUtil::SplitWordFrequencies(), CScoreVector< Key, Score >::SubtractMissing(), and CTextUtil::TrimStopWords().

◆ end() [2/2] ◆ erase() [1/2]

template<class Key , class Score >

◆ erase() [2/2]

template<class Key , class Score >

◆ find() [1/2]

template<class Key , class Score >

◆ find() [2/2]

template<class Key , class Score >

◆ Get() [1/2]

template<class Key , class Score >

◆ Get() [2/2]

template<class Key , class Score >

◆ GetId()

template<class Key , class Score >

◆ GetSize()

template<class Key , class Score >

◆ insert() [1/3]

template<class Key , class Score >

◆ insert() [2/3] ◆ insert() [3/3]

template<class Key , class Score >

template<typename OtherIterator >

void CScoreVector< Key, Score >::insert ( OtherIterator  it_begin, OtherIterator  it_end  ) inline ◆ Length() ◆ Length2()

template<class Key , class Score >

◆ Normalize()

template<class Key , class Score >

◆ operator*=()

template<class Key , class Score >

◆ operator+=()

template<class Key , class Score >

◆ operator-=()

template<class Key , class Score >

◆ operator/=()

template<class Key , class Score >

◆ operator=() [1/2]

template<class Key , class Score >

◆ operator=() [2/2]

template<class Key , class Score >

◆ ProbNormalize()

template<class Key , class Score >

◆ Set() [1/2]

template<class Key , class Score >

◆ Set() [2/2]

template<class Key , class Score >

void CScoreVector< Key, Score >::Set ( Key  idx, Score  weight  ) inline ◆ SetId() ◆ size()

template<class Key , class Score >

◆ SubtractMissing()

template<class Key , class Score >

◆ Swap()

template<class Key , class Score >

◆ TrimCount()

template<class Key , class Score >

void CScoreVector< Key, Score >::TrimCount ( size_t  max_words ) inline ◆ TrimLength()

template<class Key , class Score >

void CScoreVector< Key, Score >::TrimLength ( float  trim_pct ) inline ◆ TrimThresh() ◆ m_Data

template<class Key , class Score >

the data for this document

Definition at line 228 of file vector.hpp.

Referenced by CScoreVector< Key, Score >::Get(), CScoreVector< Key, Score >::GetSize(), CScoreVector< Key, Score >::insert(), CScoreVector< Key, Score >::operator-=(), CScoreVector< Key, Score >::operator=(), CScoreVector< Key, Score >::Set(), and CScoreVector< Key, Score >::Swap().

◆ m_Uid

template<class Key , class Score >

The documentation for this class was generated from the following files:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4