public class SentimentTraining extends Object
| Constructor and Description |
|---|
SentimentTraining() |
| Modifier and Type | Method and Description |
|---|---|
static void |
executeOneTrainingBatch(SentimentModel model,
List<Tree> trainingBatch,
double[] sumGradSquare) |
static void |
main(String[] args) |
static boolean |
runGradientCheck(SentimentModel model,
List<Tree> trees) |
static void |
train(SentimentModel model,
String modelPath,
List<Tree> trainingTrees,
List<Tree> devTrees) |
public static void executeOneTrainingBatch(SentimentModel model, List<Tree> trainingBatch, double[] sumGradSquare)
public static void train(SentimentModel model, String modelPath, List<Tree> trainingTrees, List<Tree> devTrees)
public static boolean runGradientCheck(SentimentModel model, List<Tree> trees)
public static void main(String[] args)