}
public void performProperties() {
if ( this.method instanceof MLProperties) {
MapDataFrame frame = new MapDataFrame(
((MLProperties)method).getProperties(),
"Properties");
frame.setVisible(true);
setDirty(true);
} else {
EncogWorkBench
.displayError("Error",
"This Machine Learning Method type does not support properties.");