Package gov.nih.mipav.model.algorithms
Class StochasticForests.DataChar
java.lang.Object
gov.nih.mipav.model.algorithms.StochasticForests.Data
gov.nih.mipav.model.algorithms.StochasticForests.DataChar
- Enclosing class:
StochasticForests
-
Field Summary
FieldsFields inherited from class gov.nih.mipav.model.algorithms.StochasticForests.Data
externalData, i, index_data, is_ordered_variable, max_num_unique_values, no_split_variables, num_cols, num_cols_no_snp, num_rows, num_rows_rounded, permuted_sampleIDs, snp_data, unique_data_values, variable_names -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.StochasticForests.Data
addNoSplitVariable, addSnpData, getAllValues, getIndex, getIsOrderedVariable, getMaxNumUniqueValues, getMinMaxValues, getNoSplitVariables, getNumCols, getNumRows, getNumUniqueDataValues, getPermutedSampleID, getUniqueDataValue, getUnpermutedVarID, getVariableID, getVariableNames, isOrderedVariable, loadFromFile, loadFromFileOther, permuteSampleIDs, setIsOrderedVariable, setIsOrderedVariableString, sort
-
Field Details
-
data
private char[] data
-
-
Constructor Details
-
DataChar
public DataChar() -
DataChar
-
-
Method Details
-
dispose
public void dispose()- Overrides:
disposein classStochasticForests.Data
-
reserveMemory
public void reserveMemory()- Specified by:
reserveMemoryin classStochasticForests.Data
-
set
public void set(int col, int row, double value, boolean[] error) - Specified by:
setin classStochasticForests.Data
-
get
public double get(int row, int col) - Specified by:
getin classStochasticForests.Data
-