JavaScript Editor Ajax Editor     Ajax development 



Main Page

Previous Page
Next Page

Neural Net

//public SystemData.DataSet GetAttributeValues(
        //This is the new one that we will keep in the future.
        [SafeToPrepareAttribute(true)]
        public SystemData.IDataReader GetAttributeValues(
            string strModel)

//public SystemData.DataSet GetAttributeScores(
        [SafeToPrepareAttribute(true)]
        public SystemData.DataTable GetAttributeScores(
            string strModel,
            string strInputDescriptions,
            string strAttribute,
            string strValue1,
            int iVal1Type,
            string strValue2,
            int iVal2Type,
            double dThreshold)


Previous Page
Next Page


JavaScript Editor Ajax Editor     Ajax development