Interface Omegahat::DataFrame

interface DataFrame

Operation Index

dimensions
getRowSubset
getVariable
getVariableByIndex
variableNames

Operations

dimensions
Sequences::LongSequence dimensions();
getRowSubset
DataFrame getRowSubset(in Sequences::LongSequence indices);
getVariable
Variable getVariable(in string name);
getVariableByIndex
Variable getVariableByIndex(in long index);
variableNames
Sequences::StringSequence variableNames();

Generated by the ORBacus IDL-to-HTML translator (non-commercial)