Method | Description | |
---|---|---|
AddColumn ( String str ) : void |
Add a column as a string.
|
|
AddColumn ( bool b ) : void |
Add a boolean value as a column.
|
|
AddColumn ( double d ) : void |
Add a column as a double.
|
|
AddColumn ( int i ) : void |
Add a column as an integer.
|
|
AddColumn ( long v ) : void |
Add a column as a long.
|
|
AddColumns ( IList |
Add a list of string columns.
|
|
AddLine ( String l ) : void |
Add a line.
|
|
AddProperties ( String>.IDictionary |
Add the specified properties.
|
|
AddSection ( String str ) : void |
Add a new section.
|
|
AddSubSection ( String str ) : void |
Add a new subsection.
|
|
EncogWriteHelper ( Stream stream ) : System |
Construct the object.
|
|
Flush ( ) : void |
Flush the file.
|
|
Write ( String str ) : void |
Write the specified string.
|
|
WriteLine ( ) : void |
Write the line.
|
|
WriteProperty ( String name, |
Write a property as a CSV format.
|
|
WriteProperty ( String name, IActivationFunction act ) : void |
Write a property as an activation function.
|
|
WriteProperty ( String name, Matrix matrix ) : void |
Write a matrix as a property.
|
|
WriteProperty ( String name, String value_ren ) : void |
Write the property a s string.
|
|
WriteProperty ( String name, bool value_ren ) : void |
Write the property as a boolean.
|
|
WriteProperty ( String name, double value_ren ) : void |
Write the property as a double.
|
|
WriteProperty ( String name, int value_ren ) : void |
Write a property as an int value.
|
|
WriteProperty ( String name, long v ) : void |
Write the property as a long.
|
public AddColumn ( String str ) : void | ||
str | String | The string to add. |
return | void |
public AddColumn ( double d ) : void | ||
d | double | The double to add. |
return | void |
public AddColumns ( IList |
||
cols | IList |
The columns to add. |
return | void |
public AddProperties ( String>.IDictionary |
||
properties | String>.IDictionary | The properties. |
return | void |
public AddSection ( String str ) : void | ||
str | String | The section to add. |
return | void |
public AddSubSection ( String str ) : void | ||
str | String | The subsection. |
return | void |
public EncogWriteHelper ( Stream stream ) : System | ||
stream | Stream | The stream to write to. |
return | System |
public Write ( String str ) : void | ||
str | String | The string to write. |
return | void |
public WriteProperty ( String name, |
||
name | String | The name of the property. |
csvFormat | The format. | |
return | void |
public WriteProperty ( String name, IActivationFunction act ) : void | ||
name | String | The name of the property. |
act | IActivationFunction | The activation function. |
return | void |
public WriteProperty ( String name, Matrix matrix ) : void | ||
name | String | The property name. |
matrix | Matrix | The matrix. |
return | void |
public WriteProperty ( String name, String value_ren ) : void | ||
name | String | The name of the property. |
value_ren | String | The value. |
return | void |
public WriteProperty ( String name, bool value_ren ) : void | ||
name | String | The name of the property. |
value_ren | bool | The boolean value. |
return | void |
public WriteProperty ( String name, double value_ren ) : void | ||
name | String | The name of the property. |
value_ren | double | The value. |
return | void |
public WriteProperty ( String name, int value_ren ) : void | ||
name | String | The name of the property. |
value_ren | int | The int value. |
return | void |
public WriteProperty ( String name, long v ) : void | ||
name | String | The name of the property. |
v | long | The value. |
return | void |