|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MLEncodable
Defines a Machine Learning Method that can be encoded to a double array. This is very useful for certain training, such as genetic algorithms and simulated annealing.
| Method Summary | |
|---|---|
void |
decodeFromArray(double[] encoded)
Decode an array to this object. |
int |
encodedArrayLength()
|
void |
encodeToArray(double[] encoded)
Encode the object to the specified array. |
| Method Detail |
|---|
int encodedArrayLength()
void encodeToArray(double[] encoded)
encoded - The array.void decodeFromArray(double[] encoded)
encoded - The encoded array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||