Uses of Class
edu.cmu.tetrad.data.BoxDataSet
Packages that use BoxDataSet
-
Uses of BoxDataSet in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return BoxDataSetModifier and TypeMethodDescriptionstatic BoxDataSet
BoxDataSet.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
ByteDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
DoubleDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
FloatDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
IntDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
LongDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
MixedDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
ShortDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
VerticalDoubleDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.static BoxDataSet
VerticalIntDataBox.serializableInstance()
Generates a simple exemplar of this class to test serialization.Constructors in edu.cmu.tetrad.data with parameters of type BoxDataSetModifierConstructorDescriptionBoxDataSet
(BoxDataSet dataSet) Makes of copy of the given data set.