|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strbio.mol.lib.pred2ary.TPSet.NetVars
public static class TPSet.NetVars
Class with variables used to configure the neural nets.
| Field Summary | |
|---|---|
boolean |
aapercent
|
boolean |
aapercent_2
|
int |
b_sets
|
boolean |
best_stop
|
int |
c_hls
|
boolean |
c_jackknife
|
double |
c_lowerror
|
double |
c_maxerror
|
int |
c_sets
|
int |
c_steps
|
int |
c_test
|
int |
hls
|
int |
hls_2
|
boolean |
jackknife
|
boolean |
jackknife_2
|
double |
lowerror
|
double |
lowerror_2
|
double |
maxerror
|
double |
maxerror_2
|
boolean |
new_cutoff
|
int |
numsmooth
|
int |
numsmooth_2
|
boolean |
print_e
|
boolean |
reduce_A
|
boolean |
reduce_AB
|
boolean |
reduce_B
|
boolean |
reduce_O
|
int |
seed
|
int |
sets
|
int |
sets_2
|
boolean |
show_individual
|
boolean |
show_reduce
|
int |
steps
|
int |
steps_2
|
int |
test
|
int |
test_2
|
boolean |
use_sd
|
int |
w_w
|
int |
w_w_2
|
| Constructor Summary | |
|---|---|
TPSet.NetVars()
|
|
| Method Summary | |
|---|---|
void |
getNetworkStats(int whichnet,
java.io.BufferedReader infile)
this automatically figures out network topology from a vector of layer sizes. |
void |
getNetworkStats(int whichnet,
int[] lsize)
This sets various network variable from a vector of network sizes. |
void |
getNetworkStats(int whichnet,
NeuralNet n)
This automatically figures out network topology from a loaded network. 0 = first level 2ary 1 = lvl 2 2ary 2 = class |
void |
getNetworkStats(int whichnet,
java.lang.String filename)
this automatically figures out network topology from weight file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int seed
public boolean use_sd
public boolean print_e
public boolean aapercent
public boolean aapercent_2
public int w_w
public int w_w_2
public int hls
public int hls_2
public int numsmooth
public int numsmooth_2
public double lowerror
public double lowerror_2
public double maxerror
public double maxerror_2
public boolean new_cutoff
public boolean show_individual
public boolean jackknife
public int sets
public boolean jackknife_2
public int sets_2
public int steps
public int steps_2
public int test
public int test_2
public int c_sets
public int b_sets
public boolean best_stop
public boolean c_jackknife
public int c_hls
public int c_steps
public int c_test
public double c_lowerror
public double c_maxerror
public boolean show_reduce
public boolean reduce_A
public boolean reduce_B
public boolean reduce_AB
public boolean reduce_O
| Constructor Detail |
|---|
public TPSet.NetVars()
| Method Detail |
|---|
public final void getNetworkStats(int whichnet,
int[] lsize)
public final void getNetworkStats(int whichnet,
java.io.BufferedReader infile)
throws java.io.IOException
java.io.IOException
public final void getNetworkStats(int whichnet,
NeuralNet n)
public final void getNetworkStats(int whichnet,
java.lang.String filename)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||