|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.commons.FeatureVectorElement
public class FeatureVectorElement
The element holding the vector and the id
| Constructor Summary | |
|---|---|
FeatureVectorElement(String id,
float[] vector)
Creates a new instance |
|
| Method Summary | |
|---|---|
String |
getId()
Retrieves the id |
float[] |
getVector()
Retrieves the vector |
void |
setId(String id)
Sets the id |
void |
setVector(float[] vector)
Sets the vector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureVectorElement(String id,
float[] vector)
id - The idvector - The vector| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The idpublic float[] getVector()
public void setVector(float[] vector)
vector - The vector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||