Package | Description |
---|---|
de.unibi.techfak.scie.classifiers | |
de.unibi.techfak.scie.classifiers.data |
Modifier and Type | Method and Description |
---|---|
ClassificationResult |
LibLinearClassifier.classify(DataPoint data)
Classify the given DataPoint.
|
ClassificationResult |
Classifier.classify(DataPoint data)
Classify the given DataPoint.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreDataPoint<C extends de.unibi.techfak.scie.descriptors.Annotation>
This models the core of some relation with its relevant features.
|
class |
CoreSlotCombinationDataPoint<C extends de.unibi.techfak.scie.descriptors.Annotation,S extends de.unibi.techfak.scie.descriptors.Annotation>
This models as a combination of core and slot for some relation.
|
class |
RelationDataPoint<C extends de.unibi.techfak.scie.descriptors.Annotation>
This defines a relation instance with one specific instance for the core and
each slot.
|
Modifier and Type | Method and Description |
---|---|
DataPoint |
LabeledDataPoint.getData() |
DataPoint |
ClassificationResult.getData() |
Modifier and Type | Method and Description |
---|---|
void |
LabeledDataPoint.setData(DataPoint data) |
Constructor and Description |
---|
ClassificationResult(DataPoint data,
boolean label,
double confidence) |
LabeledDataPoint(boolean label,
DataPoint data) |
Copyright © 2014. All rights reserved.