|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthu.birot.OTKit.learning.Learning
hu.birot.OTKit.learning.OfflineLearning
public abstract class OfflineLearning
An approach (method, way) to do Offline Learning.
Method learn(Grammar G, Vector<Candidate> cand) must instantiated.
| Constructor Summary | |
|---|---|
OfflineLearning()
|
|
| Method Summary | |
|---|---|
abstract boolean |
learn(Grammar G,
java.util.Vector<Candidate> cand)
Update (or set) Grammar G based on the data set in the Vector cand. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfflineLearning()
| Method Detail |
|---|
public abstract boolean learn(Grammar G,
java.util.Vector<Candidate> cand)
Update (or set) Grammar G based on the data set in the Vector cand.
G - Grammar to be set/updated based on the data.cand - Vector of Candidates representing the data.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||