Java edu.stanford.nlp.neural.rnn RNNCoreAnnotations fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.neural.rnn RNNCoreAnnotations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.neural.rnn RNNCoreAnnotations.

The text is from its open source code.

Method

SimpleMatrixgetNodeVector(Tree tree)
Get the vector (distributed representation) at a particular node.
intgetPredictedClass(Tree tree)
Return as an int the predicted class.
intgetPredictedClass(Label label)
Return as an int the predicted class.
SimpleMatrixgetPredictions(Tree tree)