Util
Interface DocIdentifiable

All Known Subinterfaces:
SVMTestable, SVMTrainable
All Known Implementing Classes:
KnownDoc, KnownReuters, TestDoc, TestReuters

public interface DocIdentifiable

Created this class on 10/3/05 because SVMTestable and SVMTrainable need to be able to uniquely identify their documents.

I'm considering switching out the String wbid within VectorManager to this interface (would force clients to understand the intent of that parameter)

Author:
David Chen

Method Summary
 java.lang.String getWbid()
           
 

Method Detail

getWbid

java.lang.String getWbid()