| Package | Description |
|---|---|
| edu.nyu.jet |
The root Jet package provides the methods for top-level system
control and for the Console.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaxEntModel.addEvent(Datum d)
invoked during training to add one training Datum
d to the
training set. |
String |
MaxEntModel.bestOutcome(Datum d)
(for a trained model) returns the most likely outcome for Datum
d. |
double[] |
MaxEntModel.getOutcomeProbabilities(Datum d) |
double |
MaxEntModel.prob(Datum d,
String value)
(for a trained model) returns the probability that the Datum
d is classified as value. |
Copyright © 2016 New York University. All rights reserved.