| Class | Description |
|---|---|
| RNNCoreAnnotations |
Annotations used by Tree Recursive Neural Networks.
|
| RNNCoreAnnotations.GoldClass |
The index of the correct class.
|
| RNNCoreAnnotations.NodeVector |
Used to denote the vector (distributed representation) at a particular node.
|
| RNNCoreAnnotations.PredictedClass |
Get the argmax of the class predictions.
|
| RNNCoreAnnotations.PredictionError | |
| RNNCoreAnnotations.Predictions |
Used to denote a vector of predictions at a particular node.
|
| TopNGramRecord |
This class stores the best K ngrams for each class for a model.
|