SlideShare a Scribd company logo
1 of 3
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 511
Data Mining in Multi-Instance and Multi-Represented Objects
Ajay aggarwal1
Mohammad Danish2
1
Research Scholar 2
Assistant Professor
1,2
Department of Computer Science & Engineering
1,2
Al-Falah School of Engineering & Technology, Dhoj, Faridabad, Haryana
Abstract— In multi-instance learning, the training set
comprises labeled bags that are composed of unlabeled
instances, and the task is to predict the labels of unseen
bags. In this part, a web mining problem, i.e. web index
recommendation, is investigated from a multi-instance view.
In detail, each web index page is regarded as a bag, while
each of its linked pages is regarded as an instance. A user
favoring an index page means that he or she is interested in
at least one page linked by the index
Keywords: Instances, Labeled, Multi Instance view, index
I. INTRODUCTION
Most drugs are small molecules working by binding to
larger protein molecules such as enzymes and cell-surface
receptors. For molecules qualified to make a drug, one of its
low-energy shapes could tightly bind to the target area. While
for molecules unqualified to make a drug, none of its low-
energy shapes could tightly bind to the target area. The
main difficulty of drug activity prediction lies in that each
molecule may have many alternative low-energy shapes, but
biochemists only know that whether a molecule is qualified to
make a drug or not, instead of knowing that which of its
alternative low-energy shapes responses for the qualification.[3]
II. WEB INDEX RECOMMENDATION
There are diverse web pages on the Internet, among which
some pages contain plentiful information but themselves only
provide titles or brief summaries while leaving the detailed
presentation to their linked pages. These web pages are called web
index pages. For example, the entrance of NBA at Yahoo!
(sports.yahoo.com/ nba/) is a web index page.
Fig. 1 The web index page is regarded as a bag, while
its linked pages are regarded as the instances in the bag This
problem could be viewed as a multi-instance problem. Now the
goal is to label unseen web index pages as positive or negative. A
positive web index page is such a page that the user is
interested in at least one of its linked pages. A negative web
index page is such a page that none of its linked pages
interested the user.
Thus, each index page could be regarded as a bag while its linked
pages could be regarded as the instances in the bag. For
illustration, Fig. 1 shows a bag and two of its instances. [3]
For simplifying the analysis, this terms focuses on the
hypertext information on the pages while neglecting other
hypermedia such as images, audios, videos, etc. Then, each
instance can be represented by a term vector T = [t1, t2, ¡ ¡ ¡ , tn],
Where ti (i = 1, 2, ¡ ¡ ¡ , n) is one of the n most frequent
terms appearing in the corresponding linked page. T could be
obtained by pre-accessing the linked page and then counting the
occurrence of different terms. Note that some trivial terms
such as ‘a’, ‘the’, ‘is’, are neglected in this process. In this,
all the pages are described by the same number of frequent
terms, i.e. the length of any term vectors are the same.
However, for term vectors corresponding to different
instances, even though their length is the same, their
components may be quite different. [10] Moreover, for
different bags, since their corresponding web index pages may
contain different number of links, the number of instances in
the bags may be.
Thus, a web index page linking to m pages, i.e. a
bag containing m instances, can be represented as {[t11,
t12, ¡ ¡ ¡ , t1n], [t21, t22, ¡ ¡ ¡ , t2n], ¡ ¡ ¡ , [tm1, tm2, ¡ ¡ ¡ ,
tmn]}. The label of the bag is positive if the web index page
interested the user. Otherwise the label is negative.
Note that the web index pages may contain many links
to advertisements or other index pages, which may baffle the
analysis. In this part it is constrained that for a linked page to
be considered as an instance in a bag, its corresponding link in
the index page must contain at least four terms. It is surprising
that such a simple strategy helps remove most useless links.[2]
III. COMPARING TXT-KNN AND CIT-KNN WITH FRETCIT-
KNN
At first, experiments are performed to evaluate the performance
of Fretcit-kNN on the web index recommendation problem.
Since Fretcit-kNN is an extended kNN algorithm that
considers the characteristics of multi-instance problems, for
comparison, two extended kNN algorithms that do not
consider the characteristics of multi-instance problems are also
evaluated.[8,9]
The first compared algorithm is obtained through
adapting the standard kNN algorithm to textual objects. Recall
that the standard kNN algorithm utilizes Euclidean distance to
measure the distance between examples, which disable it be
applied to objects described by textual frequent terms.
However, if the distance metric is replaced by fret-minH(.), then
the modified algorithm can be easily applied to textual objects.
Here the modified algorithm is called Txt-kNN.[3,6]
This section shows a new data mining problem
called multiinstance outlier identification. This problem
arises in tasks where each sample consists of many
alternative feature vectors (instances) that describe it.
This part defines the multi-instance outliers and analyzes
the basic types of multiinstance outliers. Two general
identification approaches are proposed based on the
state-of-the-art (single-instance) outlier detector LOF
(local outlier factor).[8] One approach utilizes the
underlying mechanism of the kernel method and
plunges the set distance into LOF to detect the
multiinstance outliers. The other approach takes each
instance’s neighborhood into account. Based on the
two approaches, four concrete multi-instance outlier
detectors are then introduction In clustering schemes, data
objects are usually represented as vectors of feature-value
pairs. Features represent certain attributes of the objects that
are known to be useful for the clustering task. Attributes that
are not relevant in forming structures out of data can lead to
non accurate results. Attributes can be numeric and non-
Data Mining in Multi-Instance and Multi-Represented Objects
(IJSRD/Vol. 2/Issue 07/2014/112)
All rights reserved by www.ijsrd.com 512
numeric, thus forming a mixed-mode data representation.[2]
Conceptual clustering is one of the algorithms that can deal
with mixed-mode data. However, conceptual clustering has
primarily focused on attributes described by nominal values.
The best way to combine numeric, ordinal, and nominal-
valued data is still an open question.[1] If a convention is
adopted for the ordering of the attributes in a given problem
context, we can represent instances of data as feature
vectors consisting of the attribute values only, where the
attribute names themselves are implicitly known by their
order. Sison and Shimura proposed a relational description
model to clustering data as opposed to the usual
prepositional attribute-value pair representation. Usually
attributes are single valued, but sometimes they can be
multi-valued, such as the document clustering problem at
hand. In this case a convention has to be adopted to deal
with multivolume attributes depending on the problem
context. [7]
Our data integration and visualization system is
composed of three layers in which the data constitutes the
back-end layer (Fig. 1). Schema mappings, ontology
definitions and conceptual learning implementations occupy
the middle tier and the user interface constitutes the front-
end layer. The middle tier also comprises sets of algorithms
and modules that process and display results of the query.
Most of our local data are represented in XML format. The
data are stored using XML data management system
Tamino XML server (Software AG) in a Redhat Linux
Advanced Server v2.1 environment. The databases are
queried using Tamino XQuery (Fiebig and SchĂśning, 2004)
which is an implementation of XQuery language. The
queries are enabled through the Tamino Java API. For
storing more voluminous data, such as gene-expression data
and in house produced mass spectrometry data, we use
Oracle 10g database server.
IV. INTEGRATED DATABASE SYSTEM
A. Architectural design
The core architecture of our data integration and
visualisation system, called megNet, is composed of three
layers; back-end, middle tier and front-end (Figure 1). The
data, schema maps, ontology definitions constitute the back-
end layer. Most of our local data are represented in XML or
RDF formats. The data is stored using XML data
management system Tamino XML server (Software AG) in
a Redhat Linux Advanced Server v3.0 environment. The
databases are queried using Tamino X-Query which is based
on XPath 1.0 specification. The queries are enabled through
the Tamino Java API. For storing more voluminous data
such as gene expression data and in house produced mass
spectrometry data, we use Oracle 10g database server
(Oracle, Inc.). The Oracle queries are performed using
Oracle JDBC Thin drivers. The results obtained from
queries to Tamino and Oracle are combined at the Java
programming level in the middle tier. The middle tier
comprises the business logic of our system. Business logic
events, such as graph constructions, distance data
projections, topology calculations are implemented as
stateless session beans. They are processed as web services.
The session beans are the end points of the web services.
They receive their request messages from the client for
performing a business logic event. In the end of their life
cycle they send the response to the client.
Fig. 1: Architecture of Tier Transmission
The middle tier resides physically in a JBoss 4.04
Application Server (JBoss, Inc.).The business logic events
are processed in the EJB Container of JBoss. The client and
server communicate through SOAP messages. The SOAP
messages are converted to Java objects by the middle tier
after it has received a request message from the front-end
client and Java objects are converted to SOAP messages
before they are sent back as a response message. These
conversions are implemented by using Apache Axis 1.4
(Apache Software Foundation).[11] They are processed in
Apache Tomcat 5.5 Servlet Container. The front-end
comzprises the user interface for visualising and interacting
with the end user. It is implemented in the Java
environment.
REFERENCES
[1] D.W. Aha. Lazy learning: special issue editorial.
Artificial Intelligence Review, vol.11 o.1-5, pp.7-10,
1997.
[2] R.A. Amar, D.R. Dooly, S.A. Goldman, and Q.
Zhang. Multiple-instance learning of real-valued data.
In Proceedings of the 18th International Conference on
Machine Learning, Williamstown, MA, pp.3-10,
2001.
[3] P. Auer. On learning from multi-instance
examples: empirical evaluation of a theoretical
approach. In Proceedings of the 14th International
Conference on Machine Learning, Nashville, TN, pp.21-
29, 1997.
[4] P. Auer, P.M. Long, and A. Srinivasan.
Approximating hyper-rectangles: learning and
pseudo-random sets. Journal of Computer and System
Sciences, vol.57, no.3,
pp.376-388, 1998.
[5] A. Blum and A. Kalai. A note on learning from
multiple-instance examples. Machine Learning, vol.30,
no.1, pp.23-29, 1998.
[6] Y. Chevaleyre and J.-D. Zucker. Solving multiple-
instance and multiple-part learning
problems with decision trees and decision rules.
Application to the mutagenesis
problem. In E. Stroulia and S. Matwin, Eds. Lecture
Notes in Artificial Intelligence 2056, Berlin: Springer,
pp.204-214, 2001.
Data Mining in Multi-Instance and Multi-Represented Objects
(IJSRD/Vol. 2/Issue 07/2014/112)
All rights reserved by www.ijsrd.com 513
[7] B.V. Dasarathy. Nearest Neighbor Norms: NN
Pattern Classification Techniques, Los
Alamitos, CA: IEEE Computer Society Press, 1991.
[8] Dietterich, T., Lathrop, R., Lozano-Perez, T.:
”Solving the multiple instance problem with axis-
parallel rectangles”. Artificial Intelligence 89
(1997) 31-71
[9] Kriegel, H.P., Schubert, M.: ”Classification of
websites as sets of feature vectors”.
In: Proc. IASTED Int. Conf. on Databases and
Applications (DBA 2004), Inns-
bruck, Austria. (2004)
[10]Zhou, Z.H.: ”Multi-Instance Learning: A
Survey”. Technical Report, AI Lab, Computer
Science a. Technology Department, Nanjing
University, Nanjing, China (2004)
[11]Ruffo, G.: Learning single and multiple instance
decision tree for computer security applications. PhD
thesis, Department of Computer Science, University
of Turin, Torino,Italy (2000)
[12]Weidmann, N., Frank, E., Pfahringer, B.: ”A Two-
Level Learning Method for Generalized Multi-
instance Problems”. In: Proc. ECML 2003, Cavtat-
Dubrovnik,Cr. (2003)468-479

More Related Content

What's hot

Dr31564567
Dr31564567Dr31564567
Dr31564567IJMER
 
Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...
Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...
Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...dannyijwest
 
Overview of Object-Oriented Concepts Characteristics by vikas jagtap
Overview of Object-Oriented Concepts Characteristics by vikas jagtapOverview of Object-Oriented Concepts Characteristics by vikas jagtap
Overview of Object-Oriented Concepts Characteristics by vikas jagtapVikas Jagtap
 
Unstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml databaseUnstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml databaseeSAT Journals
 
Hyponymy extraction of domain ontology
Hyponymy extraction of domain ontologyHyponymy extraction of domain ontology
Hyponymy extraction of domain ontologyIJwest
 
K04302082087
K04302082087K04302082087
K04302082087ijceronline
 
76 s201914
76 s20191476 s201914
76 s201914IJRAT
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique ofIJDKP
 
HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...
HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...
HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...ijseajournal
 
08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMS08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMSkoolkampus
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
Improve information retrieval and e learning using
Improve information retrieval and e learning usingImprove information retrieval and e learning using
Improve information retrieval and e learning usingIJwest
 
Different Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using KnnDifferent Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using KnnIOSR Journals
 
Object oriented data model
Object oriented data modelObject oriented data model
Object oriented data modelVyanktesh Dorlikar
 
QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE cscpconf
 
SULTHAN's - Data Structures
SULTHAN's - Data StructuresSULTHAN's - Data Structures
SULTHAN's - Data StructuresSULTHAN BASHA
 

What's hot (19)

Dr31564567
Dr31564567Dr31564567
Dr31564567
 
Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...
Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...
Semantic Annotation Framework For Intelligent Information Retrieval Using KIM...
 
Overview of Object-Oriented Concepts Characteristics by vikas jagtap
Overview of Object-Oriented Concepts Characteristics by vikas jagtapOverview of Object-Oriented Concepts Characteristics by vikas jagtap
Overview of Object-Oriented Concepts Characteristics by vikas jagtap
 
Unstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml databaseUnstructured multidimensional array multimedia retrival model based xml database
Unstructured multidimensional array multimedia retrival model based xml database
 
Hyponymy extraction of domain ontology
Hyponymy extraction of domain ontologyHyponymy extraction of domain ontology
Hyponymy extraction of domain ontology
 
K04302082087
K04302082087K04302082087
K04302082087
 
76 s201914
76 s20191476 s201914
76 s201914
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique of
 
HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...
HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...
HOLISTIC EVALUATION OF XML QUERIES WITH STRUCTURAL PREFERENCES ON AN ANNOTATE...
 
08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMS08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMS
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Improve information retrieval and e learning using
Improve information retrieval and e learning usingImprove information retrieval and e learning using
Improve information retrieval and e learning using
 
Different Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using KnnDifferent Similarity Measures for Text Classification Using Knn
Different Similarity Measures for Text Classification Using Knn
 
Odbms concepts
Odbms conceptsOdbms concepts
Odbms concepts
 
Object oriented data model
Object oriented data modelObject oriented data model
Object oriented data model
 
Oodbms ch 20
Oodbms ch 20Oodbms ch 20
Oodbms ch 20
 
QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE
 
SULTHAN's - Data Structures
SULTHAN's - Data StructuresSULTHAN's - Data Structures
SULTHAN's - Data Structures
 
ADB introduction
ADB introductionADB introduction
ADB introduction
 

Viewers also liked

Design and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select AdderDesign and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select Adderijsrd.com
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adderijsrd.com
 
Rorschach Based Security for Smartphones
Rorschach Based Security for SmartphonesRorschach Based Security for Smartphones
Rorschach Based Security for Smartphonesijsrd.com
 
Comparative Analysis of Solid Oxide Fuel Cell with Battery Energy System
Comparative Analysis of Solid Oxide Fuel Cell with Battery Energy SystemComparative Analysis of Solid Oxide Fuel Cell with Battery Energy System
Comparative Analysis of Solid Oxide Fuel Cell with Battery Energy Systemijsrd.com
 
Snow Avalanche and its Impacts, Prevention and Challenges
Snow Avalanche and its Impacts, Prevention and ChallengesSnow Avalanche and its Impacts, Prevention and Challenges
Snow Avalanche and its Impacts, Prevention and Challengesijsrd.com
 
Iganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer ThreatsIganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer Threatsijsrd.com
 
An Efficient Construction of Online Testable Circuits using Reversible Logic ...
An Efficient Construction of Online Testable Circuits using Reversible Logic ...An Efficient Construction of Online Testable Circuits using Reversible Logic ...
An Efficient Construction of Online Testable Circuits using Reversible Logic ...ijsrd.com
 
Brand Recall in of Color Coated Roofing Sheet Market of Bangalore
Brand Recall in of Color Coated Roofing Sheet Market of BangaloreBrand Recall in of Color Coated Roofing Sheet Market of Bangalore
Brand Recall in of Color Coated Roofing Sheet Market of Bangaloreijsrd.com
 
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNsA Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNsijsrd.com
 
Kinetics and Mechanism of Protection of Thiamine from Phosphate Radical
Kinetics and Mechanism of Protection of Thiamine from Phosphate RadicalKinetics and Mechanism of Protection of Thiamine from Phosphate Radical
Kinetics and Mechanism of Protection of Thiamine from Phosphate Radicalijsrd.com
 
Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...
Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...
Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...ijsrd.com
 
Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...ijsrd.com
 
Experimental Study on the Mechanical Properties of Concrete Incorporating PET...
Experimental Study on the Mechanical Properties of Concrete Incorporating PET...Experimental Study on the Mechanical Properties of Concrete Incorporating PET...
Experimental Study on the Mechanical Properties of Concrete Incorporating PET...ijsrd.com
 
Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...
Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...
Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...ijsrd.com
 
REGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSES
REGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSESREGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSES
REGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSESijsrd.com
 
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN RoutingAn Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routingijsrd.com
 
To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...
To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...
To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...ijsrd.com
 
Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...
Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...
Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...ijsrd.com
 

Viewers also liked (18)

Design and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select AdderDesign and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select Adder
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adder
 
Rorschach Based Security for Smartphones
Rorschach Based Security for SmartphonesRorschach Based Security for Smartphones
Rorschach Based Security for Smartphones
 
Comparative Analysis of Solid Oxide Fuel Cell with Battery Energy System
Comparative Analysis of Solid Oxide Fuel Cell with Battery Energy SystemComparative Analysis of Solid Oxide Fuel Cell with Battery Energy System
Comparative Analysis of Solid Oxide Fuel Cell with Battery Energy System
 
Snow Avalanche and its Impacts, Prevention and Challenges
Snow Avalanche and its Impacts, Prevention and ChallengesSnow Avalanche and its Impacts, Prevention and Challenges
Snow Avalanche and its Impacts, Prevention and Challenges
 
Iganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer ThreatsIganfis Data Mining Approach for Forecasting Cancer Threats
Iganfis Data Mining Approach for Forecasting Cancer Threats
 
An Efficient Construction of Online Testable Circuits using Reversible Logic ...
An Efficient Construction of Online Testable Circuits using Reversible Logic ...An Efficient Construction of Online Testable Circuits using Reversible Logic ...
An Efficient Construction of Online Testable Circuits using Reversible Logic ...
 
Brand Recall in of Color Coated Roofing Sheet Market of Bangalore
Brand Recall in of Color Coated Roofing Sheet Market of BangaloreBrand Recall in of Color Coated Roofing Sheet Market of Bangalore
Brand Recall in of Color Coated Roofing Sheet Market of Bangalore
 
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNsA Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
 
Kinetics and Mechanism of Protection of Thiamine from Phosphate Radical
Kinetics and Mechanism of Protection of Thiamine from Phosphate RadicalKinetics and Mechanism of Protection of Thiamine from Phosphate Radical
Kinetics and Mechanism of Protection of Thiamine from Phosphate Radical
 
Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...
Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...
Biodegradation of Profenofos Pesticide by Efficient Bacillus Cereus and Klebs...
 
Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...
 
Experimental Study on the Mechanical Properties of Concrete Incorporating PET...
Experimental Study on the Mechanical Properties of Concrete Incorporating PET...Experimental Study on the Mechanical Properties of Concrete Incorporating PET...
Experimental Study on the Mechanical Properties of Concrete Incorporating PET...
 
Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...
Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...
Gain Enhancement of Series Feed Square Patch Microstrip Antenna Array for S b...
 
REGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSES
REGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSESREGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSES
REGION BASED DATA CENTRE RESOURCE ANALYSIS FOR BUSINESSES
 
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN RoutingAn Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
An Improved LEACH-C Algorithm for Energy Efficiency in WSN Routing
 
To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...
To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...
To Study the Effect of Silica Fume on Properties of Macro Polypropylene Blend...
 
Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...
Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...
Performance Analysis and Comparison of Journal Bearing using Ferro Fluid & Ma...
 

Similar to IJSRD - Data Mining in Multi-Instance Objects

Annotating Search Results from Web Databases
Annotating Search Results from Web Databases Annotating Search Results from Web Databases
Annotating Search Results from Web Databases Mohit Sngg
 
Topic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep WebpagesTopic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep Webpagescsandit
 
Topic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep WebpagesTopic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep Webpagescsandit
 
IRJET- Multi Label Document Classification Approach using Machine Learning Te...
IRJET- Multi Label Document Classification Approach using Machine Learning Te...IRJET- Multi Label Document Classification Approach using Machine Learning Te...
IRJET- Multi Label Document Classification Approach using Machine Learning Te...IRJET Journal
 
Clustering of Deep WebPages: A Comparative Study
Clustering of Deep WebPages: A Comparative StudyClustering of Deep WebPages: A Comparative Study
Clustering of Deep WebPages: A Comparative Studyijcsit
 
Towards Ontology Development Based on Relational Database
Towards Ontology Development Based on Relational DatabaseTowards Ontology Development Based on Relational Database
Towards Ontology Development Based on Relational Databaseijbuiiir1
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseEditor IJCATR
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseEditor IJCATR
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseEditor IJCATR
 
Ijarcet vol-2-issue-4-1357-1362
Ijarcet vol-2-issue-4-1357-1362Ijarcet vol-2-issue-4-1357-1362
Ijarcet vol-2-issue-4-1357-1362Editor IJARCET
 
28 16094 31623-1-sm efficiency (edit ari)new2
28 16094 31623-1-sm efficiency (edit ari)new228 16094 31623-1-sm efficiency (edit ari)new2
28 16094 31623-1-sm efficiency (edit ari)new2IAESIJEECS
 
G04124041046
G04124041046G04124041046
G04124041046IOSR-JEN
 
A Soft Set-based Co-occurrence for Clustering Web User Transactions
A Soft Set-based Co-occurrence for Clustering Web User TransactionsA Soft Set-based Co-occurrence for Clustering Web User Transactions
A Soft Set-based Co-occurrence for Clustering Web User TransactionsTELKOMNIKA JOURNAL
 
A Document Exploring System on LDA Topic Model for Wikipedia Articles
A Document Exploring System on LDA Topic Model for Wikipedia ArticlesA Document Exploring System on LDA Topic Model for Wikipedia Articles
A Document Exploring System on LDA Topic Model for Wikipedia Articlesijma
 
11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...Alexander Decker
 
4.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-354.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-35Alexander Decker
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGdannyijwest
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGIJwest
 
Part2- The Atomic Information Resource
Part2- The Atomic Information ResourcePart2- The Atomic Information Resource
Part2- The Atomic Information ResourceJEAN-MICHEL LETENNIER
 

Similar to IJSRD - Data Mining in Multi-Instance Objects (20)

Annotating Search Results from Web Databases
Annotating Search Results from Web Databases Annotating Search Results from Web Databases
Annotating Search Results from Web Databases
 
Topic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep WebpagesTopic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep Webpages
 
Topic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep WebpagesTopic Modeling : Clustering of Deep Webpages
Topic Modeling : Clustering of Deep Webpages
 
IRJET- Multi Label Document Classification Approach using Machine Learning Te...
IRJET- Multi Label Document Classification Approach using Machine Learning Te...IRJET- Multi Label Document Classification Approach using Machine Learning Te...
IRJET- Multi Label Document Classification Approach using Machine Learning Te...
 
Clustering of Deep WebPages: A Comparative Study
Clustering of Deep WebPages: A Comparative StudyClustering of Deep WebPages: A Comparative Study
Clustering of Deep WebPages: A Comparative Study
 
Towards Ontology Development Based on Relational Database
Towards Ontology Development Based on Relational DatabaseTowards Ontology Development Based on Relational Database
Towards Ontology Development Based on Relational Database
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented database
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented database
 
Expression of Query in XML object-oriented database
Expression of Query in XML object-oriented databaseExpression of Query in XML object-oriented database
Expression of Query in XML object-oriented database
 
Ijarcet vol-2-issue-4-1357-1362
Ijarcet vol-2-issue-4-1357-1362Ijarcet vol-2-issue-4-1357-1362
Ijarcet vol-2-issue-4-1357-1362
 
G1803054653
G1803054653G1803054653
G1803054653
 
28 16094 31623-1-sm efficiency (edit ari)new2
28 16094 31623-1-sm efficiency (edit ari)new228 16094 31623-1-sm efficiency (edit ari)new2
28 16094 31623-1-sm efficiency (edit ari)new2
 
G04124041046
G04124041046G04124041046
G04124041046
 
A Soft Set-based Co-occurrence for Clustering Web User Transactions
A Soft Set-based Co-occurrence for Clustering Web User TransactionsA Soft Set-based Co-occurrence for Clustering Web User Transactions
A Soft Set-based Co-occurrence for Clustering Web User Transactions
 
A Document Exploring System on LDA Topic Model for Wikipedia Articles
A Document Exploring System on LDA Topic Model for Wikipedia ArticlesA Document Exploring System on LDA Topic Model for Wikipedia Articles
A Document Exploring System on LDA Topic Model for Wikipedia Articles
 
11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...11.0004www.iiste.org call for paper.on demand quality of web services using r...
11.0004www.iiste.org call for paper.on demand quality of web services using r...
 
4.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-354.on demand quality of web services using ranking by multi criteria 31-35
4.on demand quality of web services using ranking by multi criteria 31-35
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
 
Part2- The Atomic Information Resource
Part2- The Atomic Information ResourcePart2- The Atomic Information Resource
Part2- The Atomic Information Resource
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 

Recently uploaded (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 

IJSRD - Data Mining in Multi-Instance Objects

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 511 Data Mining in Multi-Instance and Multi-Represented Objects Ajay aggarwal1 Mohammad Danish2 1 Research Scholar 2 Assistant Professor 1,2 Department of Computer Science & Engineering 1,2 Al-Falah School of Engineering & Technology, Dhoj, Faridabad, Haryana Abstract— In multi-instance learning, the training set comprises labeled bags that are composed of unlabeled instances, and the task is to predict the labels of unseen bags. In this part, a web mining problem, i.e. web index recommendation, is investigated from a multi-instance view. In detail, each web index page is regarded as a bag, while each of its linked pages is regarded as an instance. A user favoring an index page means that he or she is interested in at least one page linked by the index Keywords: Instances, Labeled, Multi Instance view, index I. INTRODUCTION Most drugs are small molecules working by binding to larger protein molecules such as enzymes and cell-surface receptors. For molecules qualified to make a drug, one of its low-energy shapes could tightly bind to the target area. While for molecules unqualified to make a drug, none of its low- energy shapes could tightly bind to the target area. The main difficulty of drug activity prediction lies in that each molecule may have many alternative low-energy shapes, but biochemists only know that whether a molecule is qualified to make a drug or not, instead of knowing that which of its alternative low-energy shapes responses for the qualification.[3] II. WEB INDEX RECOMMENDATION There are diverse web pages on the Internet, among which some pages contain plentiful information but themselves only provide titles or brief summaries while leaving the detailed presentation to their linked pages. These web pages are called web index pages. For example, the entrance of NBA at Yahoo! (sports.yahoo.com/ nba/) is a web index page. Fig. 1 The web index page is regarded as a bag, while its linked pages are regarded as the instances in the bag This problem could be viewed as a multi-instance problem. Now the goal is to label unseen web index pages as positive or negative. A positive web index page is such a page that the user is interested in at least one of its linked pages. A negative web index page is such a page that none of its linked pages interested the user. Thus, each index page could be regarded as a bag while its linked pages could be regarded as the instances in the bag. For illustration, Fig. 1 shows a bag and two of its instances. [3] For simplifying the analysis, this terms focuses on the hypertext information on the pages while neglecting other hypermedia such as images, audios, videos, etc. Then, each instance can be represented by a term vector T = [t1, t2, ¡ ¡ ¡ , tn], Where ti (i = 1, 2, ¡ ¡ ¡ , n) is one of the n most frequent terms appearing in the corresponding linked page. T could be obtained by pre-accessing the linked page and then counting the occurrence of different terms. Note that some trivial terms such as ‘a’, ‘the’, ‘is’, are neglected in this process. In this, all the pages are described by the same number of frequent terms, i.e. the length of any term vectors are the same. However, for term vectors corresponding to different instances, even though their length is the same, their components may be quite different. [10] Moreover, for different bags, since their corresponding web index pages may contain different number of links, the number of instances in the bags may be. Thus, a web index page linking to m pages, i.e. a bag containing m instances, can be represented as {[t11, t12, ¡ ¡ ¡ , t1n], [t21, t22, ¡ ¡ ¡ , t2n], ¡ ¡ ¡ , [tm1, tm2, ¡ ¡ ¡ , tmn]}. The label of the bag is positive if the web index page interested the user. Otherwise the label is negative. Note that the web index pages may contain many links to advertisements or other index pages, which may baffle the analysis. In this part it is constrained that for a linked page to be considered as an instance in a bag, its corresponding link in the index page must contain at least four terms. It is surprising that such a simple strategy helps remove most useless links.[2] III. COMPARING TXT-KNN AND CIT-KNN WITH FRETCIT- KNN At first, experiments are performed to evaluate the performance of Fretcit-kNN on the web index recommendation problem. Since Fretcit-kNN is an extended kNN algorithm that considers the characteristics of multi-instance problems, for comparison, two extended kNN algorithms that do not consider the characteristics of multi-instance problems are also evaluated.[8,9] The first compared algorithm is obtained through adapting the standard kNN algorithm to textual objects. Recall that the standard kNN algorithm utilizes Euclidean distance to measure the distance between examples, which disable it be applied to objects described by textual frequent terms. However, if the distance metric is replaced by fret-minH(.), then the modified algorithm can be easily applied to textual objects. Here the modified algorithm is called Txt-kNN.[3,6] This section shows a new data mining problem called multiinstance outlier identification. This problem arises in tasks where each sample consists of many alternative feature vectors (instances) that describe it. This part defines the multi-instance outliers and analyzes the basic types of multiinstance outliers. Two general identification approaches are proposed based on the state-of-the-art (single-instance) outlier detector LOF (local outlier factor).[8] One approach utilizes the underlying mechanism of the kernel method and plunges the set distance into LOF to detect the multiinstance outliers. The other approach takes each instance’s neighborhood into account. Based on the two approaches, four concrete multi-instance outlier detectors are then introduction In clustering schemes, data objects are usually represented as vectors of feature-value pairs. Features represent certain attributes of the objects that are known to be useful for the clustering task. Attributes that are not relevant in forming structures out of data can lead to non accurate results. Attributes can be numeric and non-
  • 2. Data Mining in Multi-Instance and Multi-Represented Objects (IJSRD/Vol. 2/Issue 07/2014/112) All rights reserved by www.ijsrd.com 512 numeric, thus forming a mixed-mode data representation.[2] Conceptual clustering is one of the algorithms that can deal with mixed-mode data. However, conceptual clustering has primarily focused on attributes described by nominal values. The best way to combine numeric, ordinal, and nominal- valued data is still an open question.[1] If a convention is adopted for the ordering of the attributes in a given problem context, we can represent instances of data as feature vectors consisting of the attribute values only, where the attribute names themselves are implicitly known by their order. Sison and Shimura proposed a relational description model to clustering data as opposed to the usual prepositional attribute-value pair representation. Usually attributes are single valued, but sometimes they can be multi-valued, such as the document clustering problem at hand. In this case a convention has to be adopted to deal with multivolume attributes depending on the problem context. [7] Our data integration and visualization system is composed of three layers in which the data constitutes the back-end layer (Fig. 1). Schema mappings, ontology definitions and conceptual learning implementations occupy the middle tier and the user interface constitutes the front- end layer. The middle tier also comprises sets of algorithms and modules that process and display results of the query. Most of our local data are represented in XML format. The data are stored using XML data management system Tamino XML server (Software AG) in a Redhat Linux Advanced Server v2.1 environment. The databases are queried using Tamino XQuery (Fiebig and SchĂśning, 2004) which is an implementation of XQuery language. The queries are enabled through the Tamino Java API. For storing more voluminous data, such as gene-expression data and in house produced mass spectrometry data, we use Oracle 10g database server. IV. INTEGRATED DATABASE SYSTEM A. Architectural design The core architecture of our data integration and visualisation system, called megNet, is composed of three layers; back-end, middle tier and front-end (Figure 1). The data, schema maps, ontology definitions constitute the back- end layer. Most of our local data are represented in XML or RDF formats. The data is stored using XML data management system Tamino XML server (Software AG) in a Redhat Linux Advanced Server v3.0 environment. The databases are queried using Tamino X-Query which is based on XPath 1.0 specification. The queries are enabled through the Tamino Java API. For storing more voluminous data such as gene expression data and in house produced mass spectrometry data, we use Oracle 10g database server (Oracle, Inc.). The Oracle queries are performed using Oracle JDBC Thin drivers. The results obtained from queries to Tamino and Oracle are combined at the Java programming level in the middle tier. The middle tier comprises the business logic of our system. Business logic events, such as graph constructions, distance data projections, topology calculations are implemented as stateless session beans. They are processed as web services. The session beans are the end points of the web services. They receive their request messages from the client for performing a business logic event. In the end of their life cycle they send the response to the client. Fig. 1: Architecture of Tier Transmission The middle tier resides physically in a JBoss 4.04 Application Server (JBoss, Inc.).The business logic events are processed in the EJB Container of JBoss. The client and server communicate through SOAP messages. The SOAP messages are converted to Java objects by the middle tier after it has received a request message from the front-end client and Java objects are converted to SOAP messages before they are sent back as a response message. These conversions are implemented by using Apache Axis 1.4 (Apache Software Foundation).[11] They are processed in Apache Tomcat 5.5 Servlet Container. The front-end comzprises the user interface for visualising and interacting with the end user. It is implemented in the Java environment. REFERENCES [1] D.W. Aha. Lazy learning: special issue editorial. Artificial Intelligence Review, vol.11 o.1-5, pp.7-10, 1997. [2] R.A. Amar, D.R. Dooly, S.A. Goldman, and Q. Zhang. Multiple-instance learning of real-valued data. In Proceedings of the 18th International Conference on Machine Learning, Williamstown, MA, pp.3-10, 2001. [3] P. Auer. On learning from multi-instance examples: empirical evaluation of a theoretical approach. In Proceedings of the 14th International Conference on Machine Learning, Nashville, TN, pp.21- 29, 1997. [4] P. Auer, P.M. Long, and A. Srinivasan. Approximating hyper-rectangles: learning and pseudo-random sets. Journal of Computer and System Sciences, vol.57, no.3, pp.376-388, 1998. [5] A. Blum and A. Kalai. A note on learning from multiple-instance examples. Machine Learning, vol.30, no.1, pp.23-29, 1998. [6] Y. Chevaleyre and J.-D. Zucker. Solving multiple- instance and multiple-part learning problems with decision trees and decision rules. Application to the mutagenesis problem. In E. Stroulia and S. Matwin, Eds. Lecture Notes in Artificial Intelligence 2056, Berlin: Springer, pp.204-214, 2001.
  • 3. Data Mining in Multi-Instance and Multi-Represented Objects (IJSRD/Vol. 2/Issue 07/2014/112) All rights reserved by www.ijsrd.com 513 [7] B.V. Dasarathy. Nearest Neighbor Norms: NN Pattern Classification Techniques, Los Alamitos, CA: IEEE Computer Society Press, 1991. [8] Dietterich, T., Lathrop, R., Lozano-Perez, T.: ”Solving the multiple instance problem with axis- parallel rectangles”. Artificial Intelligence 89 (1997) 31-71 [9] Kriegel, H.P., Schubert, M.: ”Classification of websites as sets of feature vectors”. In: Proc. IASTED Int. Conf. on Databases and Applications (DBA 2004), Inns- bruck, Austria. (2004) [10]Zhou, Z.H.: ”Multi-Instance Learning: A Survey”. Technical Report, AI Lab, Computer Science a. Technology Department, Nanjing University, Nanjing, China (2004) [11]Ruffo, G.: Learning single and multiple instance decision tree for computer security applications. PhD thesis, Department of Computer Science, University of Turin, Torino,Italy (2000) [12]Weidmann, N., Frank, E., Pfahringer, B.: ”A Two- Level Learning Method for Generalized Multi- instance Problems”. In: Proc. ECML 2003, Cavtat- Dubrovnik,Cr. (2003)468-479