|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.Measure
de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.InhomogeneousMarkov
public class InhomogeneousMarkov
Class for a network structure of a
BayesianNetworkDiffSM
that is an inhomogeneous Markov model. The order of the Markov model can be
defined by the user. A Markov model of order 0 is also known as
position weight matrix (PWM), a Markov model of order 1 is also
known as weight array matrix (WAM) model.
| Nested Class Summary | |
|---|---|
static class |
InhomogeneousMarkov.InhomogeneousMarkovParameterSet
Class for an InstanceParameterSet that defines the parameters of
an InhomogeneousMarkov structure Measure. |
| Nested classes/interfaces inherited from class de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.Measure |
|---|
Measure.MeasureParameterSet |
| Field Summary |
|---|
| Fields inherited from class de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.Measure |
|---|
parameters |
| Constructor Summary | |
|---|---|
InhomogeneousMarkov(InhomogeneousMarkov.InhomogeneousMarkovParameterSet parameters)
Creates a new InhomogeneousMarkov from the corresponding
InstanceParameterSet parameters. |
|
InhomogeneousMarkov(int order)
Creates the structure of an inhomogeneous Markov model of order order. |
|
InhomogeneousMarkov(StringBuffer buf)
The standard constructor for the interface Storable. |
|
| Method Summary | |
|---|---|
InhomogeneousMarkov |
clone()
|
String |
getInstanceName()
Returns the name of the Measure and possibly some additional
information about the current instance. |
int |
getOrder()
Returns the order of the Markov model as defined in the constructor |
int[][] |
getParents(DataSet fg,
DataSet bg,
double[] weightsFg,
double[] weightsBg,
int length)
Returns the optimal parents for the given data and weights. |
String |
getXMLTag()
Returns the XML-tag for storing this measure |
boolean |
isShiftable()
Indicates if Measure supports shifts. |
| Methods inherited from class de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.Measure |
|---|
fillTensor, fillTensor, getCMI, getCMI, getCurrentParameterSet, getEAR, getEAR, getMI, getMI, getStatistics, getStatisticsOrderTwo, sum, toParents, toXML, union |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InhomogeneousMarkov(int order)
throws SimpleParameter.IllegalValueException,
CloneNotSupportedException
order.
order - the order
CloneNotSupportedException - if the parameters could not be cloned
SimpleParameter.IllegalValueException - if the order is not allowed
public InhomogeneousMarkov(InhomogeneousMarkov.InhomogeneousMarkovParameterSet parameters)
throws CloneNotSupportedException
InhomogeneousMarkov from the corresponding
InstanceParameterSet parameters.
parameters - the corresponding parameters
CloneNotSupportedException - if the parameters could not be cloned
public InhomogeneousMarkov(StringBuffer buf)
throws NonParsableException
Storable.
Recreates an InhomogeneousMarkov structure from its XML
representation as returned by Measure.toXML().
buf - the XML representation as StringBuffer
NonParsableException - if the XML code could not be parsed| Method Detail |
|---|
public int getOrder()
public InhomogeneousMarkov clone()
throws CloneNotSupportedException
clone in class MeasureCloneNotSupportedExceptionpublic String getInstanceName()
MeasureMeasure and possibly some additional
information about the current instance.
getInstanceName in class MeasureMeasure
public int[][] getParents(DataSet fg,
DataSet bg,
double[] weightsFg,
double[] weightsBg,
int length)
throws Exception
Measurep at each position i is build
as follows:
p[i][p.length - 1] contains the index i
itselfp[i][p.length - 2] contains the "most
important" parentp[i][0] contains the "least important" parent
getParents in class Measurefg - the data of the current (foreground) classbg - the data of the negative (background) classweightsFg - the weights for the sequences of fgweightsBg - the weights for the sequences of bglength - the length of the model, must be equal to the length of the
sequences
p with the optimal parents
Exception - if the lengths do not match or other problems concerning the
data occurpublic boolean isShiftable()
MeasureMeasure supports shifts.
isShiftable in class MeasureMeasure supports shiftspublic String getXMLTag()
Measure
getXMLTag in class Measure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||