Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

TASK - 2 ( BASICS of Linear Classifiers and SVM ) A rectangular forest block is shown in the Figure, which also shows

TASK-2("BASICS" of Linear Classifiers and SVM)
A rectangular forest block is shown in the Figure, which also shows with small circles trees/plants on this block of land. Coordinates of its corners can be retrieved from the title of the Figure.
Exact XX and YY coordinates for each plant are provided in the MATLAB data file, which can be retrieved from EXCEL data, you can retrieve the same coordinate numbers XX and YY from the Excel file (which has no headings, and which has XX and YY coordinates saved in the first and second columns):
Download the XLS file on your current MATLAB directory and, for example, run ">>data=xlsread('a2_linear_classifier_data_UU.xlsx');
XX=data(:,1)'; YY=data(:,2)';" from Command window or include as proper command in MATLAB script. Note: provided MATLAB sample commands load XX and YY as rows (and not as columns). Omit transposition signs to get XX and YY as columns.
Forest block has been divided by its diagonals into four triangular areas, and trees/plants in the area of interest were marked by black "x" symbols.
USE LINEAR CLASSIFIERS and DETERMINE THE NUMBER OF PLANTS in the area, marked by "x".
Download the XLS file on your current MATLAB directory and, for example, run ">>data=xlsread('a2_linear_classifier_data_UU.xlsx');
XX=data(:,1)'; YY=data(:,2)';" from Command window or include as proper command in MATLAB script. Note: provided MATLAB sample commands load XX and YY as rows (and not as columns). Omit transposition signs to get XX and YY as columns.
Forest block has been divided by its diagonals into four triangular areas, and trees/plants in the area of interest were marked by black "x" symbols.
USE LINEAR CLASSIFIERS and DETERMINE THE NUMBER OF PLANTS in the area, marked by "x".Coordinates of the Forest Block: -2000x3500;-3000Y200
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions

Question

Is a capital budget part of a master budget?

Answered: 1 week ago