Method | Description | |
---|---|---|
CanConvert ( |
||
Create ( ) : object | ||
Read ( JsonReader reader ) : object |
Deserializes the object from the stream.
|
|
Write ( JsonWriter writer, object value ) : void |
Writes the Neural Network object to the stream.
|
public Read ( JsonReader reader ) : object | ||
reader | JsonReader | Stream to read from. |
return | object |
public Write ( JsonWriter writer, object value ) : void | ||
writer | JsonWriter | Stream to write to. |
value | object | Neural Network object to write. |
return | void |