|
Class Summary |
| PrintEstimateWriter |
This class prints label estimates in a user-defined output format. |
| ReadClassificationGeneric |
Reads in true labels of entities in a graph from a file where the format of each line is:
nodeID,class
Lines starting with '#' are ignored |
| ReadEstimateRainbow |
Reads in estimates of entities in a graph from a file where the format of each line is:
nodeID trueclass class:score ... |
| ReadPrior |
This class reads in class priors from a file such that a user can specify the priors
rather than have the classifier use the priors that are estimated from training examples. |