public class TTable_monolithic_IFAs extends TTable implements Cloneable
| Constructor and Description |
|---|
TTable_monolithic_IFAs() |
TTable_monolithic_IFAs(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path p,
boolean load) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int e,
int f,
float delta) |
void |
clear() |
Object |
clone() |
IndexedFloatArray |
get(int e) |
float |
get(int e,
int f) |
int |
getMaxE() |
int |
getMaxF() |
void |
normalize() |
void |
prune(float threshold) |
void |
readFields(DataInput in) |
void |
set(int e,
IndexedFloatArray fs) |
void |
set(int e,
int f,
float value) |
String |
toString() |
void |
write() |
void |
write(DataOutput out) |
public TTable_monolithic_IFAs()
public TTable_monolithic_IFAs(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path p,
boolean load)
throws IOException
IOExceptionpublic int getMaxF()
public int getMaxE()
public void set(int e,
IndexedFloatArray fs)
public IndexedFloatArray get(int e)
public void prune(float threshold)
public void readFields(DataInput in) throws IOException
IOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionpublic void write()
throws IOException
write in class TTableIOExceptionCopyright © 2015. All rights reserved.