SVM
Interface SVMTrainable

All Superinterfaces:
DocIdentifiable
All Known Implementing Classes:
KnownDoc, KnownReuters

public interface SVMTrainable
extends DocIdentifiable


Method Summary
 boolean isKnownMemberOf(int cat)
           
 void readyDoc(VectorManager titleVM, VectorManager articleVm, java.lang.String source)
          The document needs to update the VectorManager with the feature counts
 
Methods inherited from interface Util.DocIdentifiable
getWbid
 

Method Detail

readyDoc

void readyDoc(VectorManager titleVM,
              VectorManager articleVm,
              java.lang.String source)
The document needs to update the VectorManager with the feature counts

Parameters:
titleVM -
articleVm -
source -

isKnownMemberOf

boolean isKnownMemberOf(int cat)