Nave Bayes


Naïve Bayes

/// 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) 





Inside SQL Server 2005 Tools
Inside SQL Server 2005 Tools
ISBN: 0321397967
EAN: 2147483647
Year: 2006
Pages: 149

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net