| Modifier and Type | Class and Description |
|---|---|
static class |
MetaSynapse.Builder |
| Modifier and Type | Field and Description |
|---|---|
double |
metaBias |
boolean |
metaRelativeRid |
double |
metaWeight |
| Constructor and Description |
|---|
MetaSynapse() |
| Modifier and Type | Method and Description |
|---|---|
void |
readFields(DataInput in,
Model m)
Deserialize the fields of this object from
in. |
void |
write(DataOutput out)
Serialize the fields of this object to
out. |
public double metaWeight
public double metaBias
public boolean metaRelativeRid
public void write(DataOutput out) throws IOException
Writableout.write in interface Writableout - DataOuput to serialize this object into.IOExceptionpublic void readFields(DataInput in, Model m) throws IOException
Writablein.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields in interface Writablein - DataInput to deseriablize this object from.IOExceptionCopyright © 2018. All rights reserved.