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()
copy.DataBox.copy()
copy.DoubleDataBox.copy()
copy.FloatDataBox.copy()
copy.IntDataBox.copy()
copy.LongDataBox.copy()
copy.MixedDataBox.copy()
copy.ShortDataBox.copy()
copy.VerticalDoubleDataBox.copy()
copy.VerticalIntDataBox.copy()
copy.BoxDataSet.getDataBox()
Getter for the fielddataBox
.ByteDataBox.like()
like.DataBox.like()
Returns a data box of the same dimensions as this one, without setting any values.DoubleDataBox.like()
like.FloatDataBox.like()
like.IntDataBox.like()
like.LongDataBox.like()
like.MixedDataBox.like()
Returns a data box of the same dimensions as this one, without setting any values.ShortDataBox.like()
like.VerticalDoubleDataBox.like()
like.VerticalIntDataBox.like()
like.ByteDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.DataBox.viewSelection
(int[] rows, int[] cols) viewSelection.DoubleDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.FloatDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.IntDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.LongDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.MixedDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.ShortDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.VerticalDoubleDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.VerticalIntDataBox.viewSelection
(int[] rows, int[] cols) viewSelection.Constructors in edu.cmu.tetrad.data with parameters of type DataBoxModifierConstructorDescriptionBoxDataSet
(DataBox dataBox, List<Node> variables) Constructs a new data set with the given number of rows and columns, with all values set to missing.VerticalDoubleDataBox
(DataBox dataBox) Copies the data from the given data box into this one.VerticalIntDataBox
(DataBox dataBox) Constructor for VerticalIntDataBox.