| Constructor and Description |
|---|
ATable() |
ATable(boolean homo,
int conditioning_values,
int dist) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int coord,
char condition,
float v) |
void |
add(int jump,
char condition,
int dummy,
float v) |
void |
clear() |
Object |
clone() |
float |
get(int jump,
char condition) |
float |
get(int jump,
char condition,
int dummy) |
int |
getCoord(int jump,
char condition) |
int |
getMaxDist() |
void |
normalize() |
void |
plusEquals(ATable rhs) |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public ATable()
public ATable(boolean homo,
int conditioning_values,
int dist)
public void clear()
public final int getMaxDist()
public float get(int jump,
char condition)
public float get(int jump,
char condition,
int dummy)
public void add(int jump,
char condition,
int dummy,
float v)
public void add(int coord,
char condition,
float v)
public int getCoord(int jump,
char condition)
public void plusEquals(ATable rhs)
public void normalize()
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2015. All rights reserved.