Decision Trees


/// <summary> /// Calculate the depths of all the trees in a specified /// mining model /// </summary> /// <returns>DataTable containing Tree Name, Node ID of tree root, /// and tree depth</returns> [SafeToPrepareAttribute(true)] public DataTable CalculateTreeDepths(string miningModel) /// <summary>         /// Get a list of trees from the model along with their         /// scores         /// </summary>         /// <returns>DataTable containing Tree Name and         /// score</returns>         [SafeToPrepareAttribute(true)] public DataTable GetTreeScores(string miningModel) 





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