Modifier and Type | Method and Description |
---|---|
void |
AudioAnnotator.train(Annotated<DoubleFV,String> annotated)
Train/update object using a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CorelAnnotatedImage |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatorFaceRecogniser.train(Annotated<FACE,PERSON> annotedImage) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotatorFaceRecogniser.train(Iterable<? extends Annotated<FACE,PERSON>> data) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedObject<OBJECT,ANNOTATION>
Basic implementation of
Annotated . |
Modifier and Type | Method and Description |
---|---|
void |
InstanceCachingIncrementalBatchAnnotator.train(Annotated<OBJECT,ANNOTATION> annotated) |
void |
FeatureCachingIncrementalBatchAnnotator.train(Annotated<OBJECT,ANNOTATION> annotated) |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalAnnotator.train(Iterable<? extends Annotated<OBJECT,ANNOTATION>> data)
Train the annotator with the given data.
|
Modifier and Type | Method and Description |
---|---|
void |
KNNAnnotator.train(Annotated<OBJECT,ANNOTATION> annotated) |
Modifier and Type | Method and Description |
---|---|
void |
UniformRandomAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data) |
void |
IndependentPriorRandomAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data) |
Modifier and Type | Method and Description |
---|---|
<O,A> void |
RandomChooser.train(List<? extends Annotated<O,A>> data) |
<O,A> void |
NumAnnotationsChooser.train(List<? extends Annotated<O,A>> data)
Train the chooser with the given data.
|
<O,A> void |
PriorChooser.train(List<? extends Annotated<O,A>> data) |
<O,A> void |
FixedChooser.train(List<? extends Annotated<O,A>> data) |
Modifier and Type | Method and Description |
---|---|
void |
NaiveBayesAnnotator.train(Annotated<OBJECT,ANNOTATION> annotated) |
Constructor and Description |
---|
AnnotationEvaluator(Annotator<OBJECT,ANNOTATION> annotator,
Dataset<? extends Annotated<OBJECT,ANNOTATION>> testData)
Construct a new
AnnotationEvaluator with the given annotator and
test data (with ground-truth annotations). |
Modifier and Type | Method and Description |
---|---|
void |
DenseLinearTransformAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data) |
void |
LiblinearAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data) |
void |
LinearSVMAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data) |
Modifier and Type | Method and Description |
---|---|
void |
ModelAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data) |
Modifier and Type | Method and Description |
---|---|
double |
SVMAnnotator.crossValidation(List<? extends Annotated<OBJECT,ANNOTATION>> data,
int numFold)
Performs cross-validation on the SVM.
|
void |
SVMAnnotator.train(List<? extends Annotated<OBJECT,ANNOTATION>> data)
Train the object with the given data.
|
Modifier and Type | Method and Description |
---|---|
List<Annotated<OBJECT,ANNOTATION>> |
AnnotatedListHelper.get(ANNOTATION annotation)
Retrieve all the items from the data that have a specific
annotation.
|
Constructor and Description |
---|
AnnotatedListHelper(List<? extends Annotated<OBJECT,ANNOTATION>> list)
Construct the
AnnotatedListHelper with the given list. |
Modifier and Type | Method and Description |
---|---|
void |
NaiveBayesSentimentAnnotator.train(Iterable<? extends Annotated<List<String>,SENTIMENT>> data) |