Purchase Solution

Algorithm

Not what you're looking for?

Ask Custom Question

Suppose we have a number of cabinets containing skeletons and bones. The size, shape, and bones connection are different.
The question is What are the structural relationships among these organisms?
Give any idea how algorithm should work?

This is not really a question. I just want some direction and ideas. I am okay even with wrong ideas.

Purchase this Solution

Solution Summary

For an algorithm to classify between different types of objects, it needs to rely on some statistic measures or features. These features defines the relationship among similar class group i.e. objects belonging to same category. In your case (skeletons and bones), the features could be the shape features, geometrical feature or texture based features.

Kindly see detailed answer...

Solution Preview

If I have understood the question correctly, what you want to know is how your algorithm will be able to identify between different types of bones and skeletons regardless of where ever they may be.

For an algorithm to classify between different types of objects, it needs to rely on some statistic measures or features. These features defines the relationship among similar class group i.e. objects belonging to same category. In your case (skeletons and bones), the features could be the shape features, geometrical feature or texture based features.

The ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.