org.encog.ml
public interface MLEncodable extends MLMethod
Modifier and Type | Method and Description |
---|---|
void |
decodeFromArray(double[] encoded)
Decode an array to this object.
|
int |
encodedArrayLength() |
void |
encodeToArray(double[] encoded)
Encode the object to the specified array.
|
int encodedArrayLength()
void encodeToArray(double[] encoded)
encoded
- The array.void decodeFromArray(double[] encoded)
encoded
- The encoded array.Copyright © 2014. All Rights Reserved.