| Package | Description |
|---|---|
| dragon.ml.seqmodel.feature |
| Modifier and Type | Method and Description |
|---|---|
FeatureIdentifier |
FeatureIdentifier.copy() |
FeatureIdentifier |
Feature.getID()
One can quickly find out the index of the current feature according to its unique identifier
|
FeatureIdentifier |
BasicFeature.getID() |
| Modifier and Type | Method and Description |
|---|---|
int |
FeatureMap.add(FeatureIdentifier id) |
int |
FeatureMap.getId(FeatureIdentifier key) |
void |
Feature.setID(FeatureIdentifier id)
Sets the identitifer
|
void |
BasicFeature.setID(FeatureIdentifier id) |
| Constructor and Description |
|---|
BasicFeature(FeatureIdentifier id,
int label,
double val) |
BasicFeature(FeatureIdentifier id,
int prevLabel,
int label,
double val) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.