Skip to content

Commit

Permalink
Remove apply() implementation from LinearLatentMachine
Browse files Browse the repository at this point in the history
As it has been defined as a pure virtual function no
need to have an implmentation of it.
  • Loading branch information
vigsterkr committed Aug 16, 2012
1 parent 63c8091 commit 1f29074
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shogun/machine/LinearLatentMachine.cpp
Expand Up @@ -42,10 +42,6 @@ CLinearLatentMachine::~CLinearLatentMachine()
SG_UNREF(m_model);
}

CLatentLabels* CLinearLatentMachine::apply()
{
}

CLatentLabels* CLinearLatentMachine::apply(CFeatures* data)
{
if (m_model == NULL)
Expand Down

0 comments on commit 1f29074

Please sign in to comment.