Beispiel #1
0
 /**
  * Generates a simple exemplar of this class to test serialization.
  *
  * @see TetradSerializableUtils
  */
 public static BayesImWrapper serializableInstance() {
   return new BayesImWrapper(
       BayesPmWrapper.serializableInstance(), BayesImParams.serializableInstance());
 }
 /**
  * Generates a simple exemplar of this class to test serialization.
  *
  * @see edu.cmu.TestSerialization
  * @see edu.cmu.tetradapp.util.TetradSerializableUtils
  */
 public static StructEmBayesSearchRunner serializableInstance() {
   return new StructEmBayesSearchRunner(
       DataWrapper.serializableInstance(), BayesPmWrapper.serializableInstance());
 }