/// The actual stored procedure here
///
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetPredictableAttributes(
string strModel)
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetAttributeValues(
string strModel,
string strPredictableNodeUniqueID)
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetAttributeHistogram(
string strModel,
string strPredictableNodeUniqueID)
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetAttributeDiscrimination(
string strModel,
string strPredictableNodeUniqueID,
string strValue1,
int iVal1Type,
string strValue2,
int iVal2Type,
double dThreshold )
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetAttributeDiscrimination(
string strModel,
string strPredictableNodeUniqueID,
string strValue1,
int iVal1Type,
string strValue2,
int iVal2Type,
double dThreshold,
bool in_bRescaled)
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetAttributeCharacteristics(
string strModel,
string strPredictableNodeUniqueID,
string strValue1,
int iValType,
double dThreshold)