CogComp / saul

Saul : Declarative Learning-Based Programming
Other
64 stars 18 forks source link

Calling JointTraining in a better way. #242

Closed kordjamshidi closed 8 years ago

kordjamshidi commented 8 years ago

Currently when we want to do joinTraining we call the JointTrain and pass the classifiers that we want to train jointly. We better to extend Learnable to IBTLearnable and call joinTrain when we call learn() in that case of extended Learnable s. This will be according to the syntax that I am going to write in the paper.

kordjamshidi commented 8 years ago

Is anyone willing to do address this issue?

kordjamshidi commented 8 years ago

Or even should we do this at all? Maybe the current syntax is simpler to use?