EncogFileSection section;
while ((section = in.readNextSection()) != null) {
if (section.getSectionName().equals("HMM")
&& section.getSubSectionName().equals("PARAMS")) {
properties = section.parseParams();
}
if (section.getSectionName().equals("HMM")
&& section.getSubSectionName().equals("CONFIG")) {
final Map<String, String> params = section.parseParams();