Package edu.cmu.minorthird.classify.relational

Class Summary
CoreRelationalDataset A core set of examples for stached graphical learning -- dataset + linksmap.
Link A link has 'from' 'to' 'type' fields, more attrs can be added
RealRelationalDataset A real set of examples for stacked graphical learning -- coreset + relational template.
StackedBatchClassifierLearner Abstract ClassifierLearner which instantiates the teacher-learner protocol so as to implement a stacked batch learner.
StackedGraphicalLearner Stacked Graphical Learning based on a BatchClassifier learner
StackedGraphicalLearner.StackingParams Bundle of parameters for the StackedGraphicalLearner.