public interface NamedColumnMapping
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getVar(DblMatrix W,
java.lang.String name)
Gets the column of the input matrix according to the current variable name mapping.
|
java.lang.String[] |
getVariableNames()
Gets the current variable names
|
void |
setVar(DblMatrix W,
java.lang.String name,
DblMatrix V)
Sets the column of the input matrix according to the current variable name mapping.
|
void |
setVariableNames(java.lang.String[] s)
Sets the variable names for columns.
|
DblMatrix getVar(DblMatrix W, java.lang.String name)
void setVar(DblMatrix W, java.lang.String name, DblMatrix V)
java.lang.String[] getVariableNames()
void setVariableNames(java.lang.String[] s)
Copyright © 2011, 2013. Daniel P. Dougherty