public static class DeepLearningModel.DeepLearningModelInfo extends Iced
| Modifier and Type | Field and Description |
|---|---|
static DocGen.FieldDoc[] |
DOC_FIELDS |
double[] |
rms_weight |
| Constructor and Description |
|---|
DeepLearningModel.DeepLearningModelInfo(DeepLearning params,
FrameTask.DataInfo dinfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
add_processed_global(long p) |
void |
add_processed_local(long p) |
void |
add(DeepLearningModel.DeepLearningModelInfo other) |
void |
computeStats() |
FrameTask.DataInfo |
data_info() |
void |
delete() |
protected void |
div(double N) |
double[] |
get_biases_momenta(int i) |
double[] |
get_biases(int i) |
float[] |
get_E_dx2(int i) |
float[] |
get_E_g2(int i) |
DeepLearning |
get_params() |
long |
get_processed_global() |
long |
get_processed_local() |
long |
get_processed_total() |
float[] |
get_weights_momenta(int i) |
float[] |
get_weights(int i) |
DeepLearning |
job() |
void |
set_processed_global(long p) |
void |
set_processed_local(long p) |
void |
set_unstable() |
long |
size() |
java.lang.String |
toString() |
java.lang.String |
toStringAll() |
boolean |
unstable() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic static DocGen.FieldDoc[] DOC_FIELDS
public double[] rms_weight
public DeepLearningModel.DeepLearningModelInfo(DeepLearning params, FrameTask.DataInfo dinfo)
public FrameTask.DataInfo data_info()
public long size()
public final float[] get_weights(int i)
public final double[] get_biases(int i)
public final float[] get_weights_momenta(int i)
public final double[] get_biases_momenta(int i)
public final float[] get_E_dx2(int i)
public final float[] get_E_g2(int i)
public final DeepLearning get_params()
public final DeepLearning job()
public boolean unstable()
public void set_unstable()
public long get_processed_global()
public void set_processed_global(long p)
public void add_processed_global(long p)
public long get_processed_local()
public void set_processed_local(long p)
public void add_processed_local(long p)
public long get_processed_total()
public void delete()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringAll()
public void add(DeepLearningModel.DeepLearningModelInfo other)
protected void div(double N)
public void computeStats()