Ask A Data Miner - 75,000+ Members

Good day, please I will like to know whether it is possible to get tanagra source codes in visual basic codes

I will also like to know which programming language is used in writing tanagra source codes

Thanks so much for the anticipated help

Read More


SETANSI_NULLSON GO SETQUOTED_IDENTIFIERON GO /** EXEC GenerateCsharpClassFromTableName @TableName = 'Customer' **/ CREATEPROCEDURE[dbo].[GenerateCsharpClassFromTableName] ( @NamespaceVARCHAR(MAX)='dbo', @TableNameVARCHAR(MAX) ) AS BEGIN DECLARE@ResultVARCHAR(MAX)='' SET@Result=@Result+'using System;'+CHAR(13)+CHAR(13) IF(@NamespaceISNOTNULL) BEGIN SET@Result=@Result+'namespace '+@Namespace+CHAR(13)+'{'+CHAR(13) END SET@Result=@Result+'public class '+@TableName+CHAR(13)+'{'+CHAR(13) SET@Result=@Result+'#region Instance Properties'+CHAR(13) SELECT@Result=@Result+CHAR(13) +' public '+ColumnType+' '+ColumnName+' { get; set; } '+CHAR(13) FROM ( SELECT c.COLUMN_NAMEASColumnName ,CASEc.DATA_TYPE WHEN'bigint'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'Int64?'ELSE'Int64'END WHEN'binary'THEN'Byte[]' WHEN'bit'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'Boolean?'ELSE'Boolean'END WHEN'char'THEN'String' WHEN'date'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'DateTime?'ELSE'DateTime'END WHEN'datetime'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'DateTime?'ELSE'DateTime'END WHEN'datetime2'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'DateTime?'ELSE'DateTime'END WHEN'datetimeoffset'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'DateTimeOffset?'ELSE'DateTimeOffset'END WHEN'decimal'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'Decimal?'ELSE'Decimal'END WHEN'float'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'Single?'ELSE'Single'END WHEN'image'THEN'Byte[]' WHEN'int'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'Int32?'ELSE'Int32'END WHEN'money'THEN CASEC.IS_NULLABLE WHEN'YES'THEN'Decimal?'ELSE'Decimal'END ..

Read More


can anyone grant me resources to learn about neural network and use of fuzzy logic for price detection using asp.net

Read More


If you are trying to migrate from using Microsoft Excel for Accounting needs and you are talking to vendors who recommend large, complex, and expensive accounting applications with significant training expenses, you may want to considerMicrosoft Office Accounting Express 2007according toDavid Chernicoff

David says that this program is a free download, which eliminates many of the excuses for not trying the software, and the wizard-driven setup makes configuring it for a small business fairly simple or straighforward

Continue Reading

: News    : Kingsley Tagbo   

Hello friends i am new in this fiels if anybody having source code in C#.new (Intrusion detection using KDD cup) then plz send me

My id jadhavpravin920@gmail.com

Read More

: .NET Framework    : Pravin    :1 comment

Hi, When it comes to text analytics, a lack of unstructured data to mine is not the issue

Rather, it's what organizations do with this data that matters most

To gain a complete understanding of your customers' behavior you need to turn data into insight and insight into action

You also need to present results in a meaningful way so your first responders can use them to improve service, personalize marketing and drive profitability

We invite you to join our ..

Read More


Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations by Ian H

Witten and Eibe Frank [*]Editor's PickFeatures:Robert Holte's 1Rule AlgorithmStatistical Modeling: Naive BayesDecision Trees: ID3Association Rules AlgorithmsLinear Regression AlgorithmsInstance Based Learning: Nearest NeigborCross Validation and more ..

Read More

: Data Mining Books!    : KINGSLEY TAGBO    :1 comment

Data Mining Techniques : For Marketing, Sales, and Customer Relationship Management by Michael J

A

Berry Features:Data MiningBest Practicesand MethodologiesData Mining Applications in Marketing and CRMData Mining with Statistics (Ocam's Razor, Ch-Square Test ...)Decision TreesArtificial Neural NetworksNearest Neigbor Algorithms: Memory Based Reasoning and Collaborative FilteringLink Analysis, Cluster AnalysisGenetic AlgorithmsData Mining Preparation and more ..

Read More


Hello,I have a stream that I have to execute several times a day.Thus, i tried to write a batch script to launch it.But I have a problem with the execution of the database output node

I have written this in my .bat file : clemb -server -hostname ..

-port ..

-username ..

-password ..

-stream "..." -PINPUT:databasenode.username=...-PINPUT:databasenode.password=..

-execute-POUTPUT1:databasenode.username=..

-POUTPUT1:databasenode.password=..

-executeThe script works for the execution of the INPUT node (everything works when my output is a .xls file for example), ..

Read More

: Data Mining    : Massay Kemme   

The abbreviation of what I will do is to apply rough sets with the search method PSO to select the relevant attributes from medical data then to classify objects through classification algorithms

I applied only the techniques in WEKA without adding my new work (Till now I don't know how to make new algorithms or adding my different smart work and I need your help in this point give me the keys to do that or if you had a ..

Read More

: Data Mining    : Amal   

Hi.

Please suggest me some Thesis topic for mtech regarding Apriori algorithm

Read More

: General    : John Kaizer   

Hi --- I am trying to use supernode script so that I can automate my stream --- however the 'Run this script' button is greyed out - preventing me from invoking it ..

any suggestions would be appreciated

Read More

: Data Mining    : John Kaizer   

hello everyone,I have implemented he Apriori algorithm on the transactional data of a database

But now I ant to use the same algorithm for mining frequent subgraphs from a graph.Please suggest some ideas for this

Thank you a lot!

Read More

: Data Mining    : littleleaf   

how to perform association rule mining algorithm in web log dataplz give detail about complete source code

Read More

: Data Mining    : rakesh    :1 comment

Hi all,I'd appreciate it if someone could point me towards getting a raw data list for a data mining project

I'd like to have the data in Access/Excel/TXT/.CSV format

I'm not asking for too much data

A one thousand records will do just fine

Any data in CRM/Telecom/Sports/or related field will do the trick.Thanks,Datadigger

Read More

: Data Mining    : datadigger   

hi i am a beginner in weka

i use explorer and experimenter for cross-validation in my data and calculate accuracy , recall and precisionmy teacher said calculate variance alsohoe can i calculate variance?

Read More


I'm currently working on a research in the area of Sentiment Analysis on two models of iPhone

But I have some queries before I can make atremendous progress on my study

My queries are: 1

I have saved 1000 online customer reviews in a text format for my dataset

How do I create the dataset?2

After creating the dataset, how do I convert this into Python and Naive Bayes Classifier?3

Other useful suggestions will be appreciated

Thanking you whilst looking ..

Read More

: Data Mining    : John Kaizer    :2 comments

Dear All,My question is regarding the training set how can I train my data after the NLP process if I want to classify my data as relations between persons and objects.For example, in a university forum how can I classify students and subjects that they study or projects that they are involved in.Every little helps

Read More

: Text Mining    : ece00147   

how to add in matlab programming delta rule for pattern association.plz send me answer my e-mail id-leenabhangale1990@gmail.com

Read More

: Matlab    : John Kaizer   

i want to integrate weka and drools do this task can be fulfilled?if so please give me a hint

Read More

: Data Mining    : John Kaizer    :1 comment

pl suggest some steps how to view recent base papers in image mining

which website i have to verify for latest thesis

Read More

: General    : John Kaizer   

I am writing a program in c# for document clustering using c#For some reason, the program goes into an infinite loop for k=7 (and some other values)

I cant see where I'm going wrong

Could someone please help?The loop is supposed to end when the centers calculated in the current iteration are same as those calculated in the previous one

However this never happens

If put a cap on the number of iterations, the clusters are coming out ok, but ..

Read More

: Data Mining    : John Kaizer   

java code for hierarchical clustering, data will be entered to MS-Access ,the access will be connect into the java using ODBC connectivity,and finally all data will be clustered using java code

Read More

: Data Mining    : Massay Kemme   

what are the considerations in deciding minimal support and minimal confidence for itemset?thank you :)

Read More

: General    : John Kaizer    :29 comments

i want to give a spatial image as input to any tool to perform clustering or association rule ming is it possible and how?

Read More

: General    : Massay Kemme   

 Connect With Us

 Questions & Answers