public class XmlMarkovModel extends Object
Constructor and Description |
---|
XmlMarkovModel() |
Modifier and Type | Method and Description |
---|---|
static WeightMatrix |
readMatrix(Element root) |
static MarkovModel |
readModel(Element root) |
static void |
writeMatrix(WeightMatrix matrix,
PrintStream out) |
static void |
writeModel(MarkovModel model,
PrintStream out) |
public XmlMarkovModel()
public static WeightMatrix readMatrix(Element root) throws IllegalSymbolException, IllegalAlphabetException, BioException
public static MarkovModel readModel(Element root) throws BioException, IllegalSymbolException, IllegalAlphabetException
public static void writeMatrix(WeightMatrix matrix, PrintStream out) throws Exception
Exception
public static void writeModel(MarkovModel model, PrintStream out) throws Exception
Exception
Copyright © 2014 BioJava. All rights reserved.