Skip to content

Commit

Permalink
Merge pull request #720 from vigsterkr/latent
Browse files Browse the repository at this point in the history
Remove apply() implementation from LinearLatentMachine
  • Loading branch information
lisitsyn committed Aug 16, 2012
2 parents 63c8091 + 1f29074 commit bf3f2dd
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 bf3f2dd

Please sign in to comment.