@Deprecated public class Instance extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
double |
get(int index)
Deprecated.
Return the attribute at the specified position
|
int |
hashCode()
Deprecated.
|
void |
set(int index,
double value)
Deprecated.
Set the value at the given index
|
public Instance(Vector attrs)
public double get(int index)
index - position of the attribute to retrievepublic void set(int index,
double value)
value - a double value to setCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.