Uses of Interface
edu.cmu.tetrad.data.DataBox
Packages that use DataBox
-
Uses of DataBox in edu.cmu.tetrad.data
Classes in edu.cmu.tetrad.data that implement DataBoxModifier and TypeClassDescriptionclass
Stores a 2D array of byte data.class
Stores a 2D array of double data.class
Stores a 2D array of float data.class
Stores a 2D array of integer data.class
Stores a 2D array of long data.class
Stores a 2D array of double continuousData.class
Stores a 2D array of short data.class
Stores a 2D array of double data.class
Stores a 2D array of int data.Methods in edu.cmu.tetrad.data that return DataBoxModifier and TypeMethodDescriptionByteDataBox.copy()
DataBox.copy()
DoubleDataBox.copy()
FloatDataBox.copy()
IntDataBox.copy()
LongDataBox.copy()
MixedDataBox.copy()
ShortDataBox.copy()
VerticalDoubleDataBox.copy()
VerticalIntDataBox.copy()
BoxDataSet.getDataBox()
ByteDataBox.like()
DataBox.like()
DoubleDataBox.like()
FloatDataBox.like()
IntDataBox.like()
LongDataBox.like()
MixedDataBox.like()
ShortDataBox.like()
VerticalDoubleDataBox.like()
VerticalIntDataBox.like()
ByteDataBox.viewSelection
(int[] rows, int[] cols) DataBox.viewSelection
(int[] rows, int[] cols) DoubleDataBox.viewSelection
(int[] rows, int[] cols) FloatDataBox.viewSelection
(int[] rows, int[] cols) IntDataBox.viewSelection
(int[] rows, int[] cols) LongDataBox.viewSelection
(int[] rows, int[] cols) MixedDataBox.viewSelection
(int[] rows, int[] cols) ShortDataBox.viewSelection
(int[] rows, int[] cols) VerticalDoubleDataBox.viewSelection
(int[] rows, int[] cols) VerticalIntDataBox.viewSelection
(int[] rows, int[] cols) Constructors in edu.cmu.tetrad.data with parameters of type DataBoxModifierConstructorDescriptionBoxDataSet
(DataBox dataBox, List<Node> variables) VerticalDoubleDataBox
(DataBox dataBox) Copies the data from the given data box into this one.VerticalIntDataBox
(DataBox dataBox)