Community Profile

photo

Silpa K


Last seen: 3 years ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


A year containing a date or not
How can I check a year containing a specified date or not. eg. 2050 contain a as a sunday in a date 30. input is like: 1,2050(...

3 years ago | 3 answers | 0

3

answers

Question


How to partition a data set.
How can I partition a data set into a specified number of partition. I need to divide my data as 6 partition. I used subds = p...

4 years ago | 1 answer | 0

1

answer

Question


Remove the non-digit from mser regions.
I need to remove the non-digit regions(I need only the meter reading). I got a code that is similar to it, but that's for non-te...

4 years ago | 1 answer | 0

1

answer

Answered
Clustering based on threshold values.
Thank you sir. Please give me a suggestion that which clustering technique can I use to fixed som epoints as centroids.

4 years ago | 0

Question


Clustering based on threshold values.
I have a dataset ,attached here. I need to cluster the data based on some threshold value that chhosen randomly from the data se...

4 years ago | 3 answers | 0

3

answers

Question


The count of output clusters
clc; clear; data=xlsread('Pimaxl.xlsx'); minpts=4; epsilon=2; tic idx=dbscan(asc,epsilon,minpts); eucD = pdist(idx,'euc...

4 years ago | 1 answer | 0

1

answer

Question


Formation of higher dimensional subspace clusters
How to find higher dimensional clusters are formed by connecting 2-dimensional subspace clusters sharing common objects. If an o...

4 years ago | 1 answer | 0

1

answer

Question


convert data into 1D and clustering using dbscan ,optics and denclue
I want to convert the data into 1 D data and clustering using dbscan,optics and denclue. How can I do that ? Please help me.

4 years ago | 0 answers | 0

0

answers

Question


How to estimate the density threshold separately for each dimension.
I need to find the density threshold separately for each dimension. In this step,objects in each of the D attributes are arrang...

4 years ago | 1 answer | 0

1

answer

Question


dbscan clustering error in matlab
Hi, I am using matlab R2018b version.When Iam using dbscan function my matlab showing that undefined function. What is the fu...

4 years ago | 1 answer | 0

1

answer

Question


finding sub sequences of a data set
clc clear ts = xlsread('SwedishLeaf_TRAIN.xlsx'); l=length(ts); for i = 1:500 p=ts(i,:) for ii = 1:129 ...

4 years ago | 1 answer | 0

1

answer

Question


Splitting data set using information gain
How find maximunm information gain and using this maximum information gain how can I split each row of my data set.

4 years ago | 1 answer | 0

1

answer

Question


Classification using test and train datasets.
For classifcation using decision tree and finding the accuracy of the classification I used the code below, but I am getting err...

4 years ago | 1 answer | 0

1

answer

Question


How to find guassian distribution
How to find gaussian distribution of an image using mean=128 and variance=1689.2347.

4 years ago | 1 answer | 0

1

answer

Question


Finding transpose of values.
ts = xlsread('ArrowHead_TRAIN.xlsx'); for i = 1:100 b=20 p=ts(i,:); n= numel(p); Z=mat2cell(p,diff([0:b:n...

4 years ago | 1 answer | 0

1

answer

Question


Edge weight determining using nodes.
I need to find the edge weight using the equation Sij =Hij/Hi , Hi represents the earthquake number occurring in node i, Hij ...

4 years ago | 0 answers | 0

0

answers

Question


Finding transmission map of an image.
How to calculate transmission map of an image using standard deviation. I used the following equation but I didn't get the corr...

4 years ago | 1 answer | 0

1

answer

Question


no-reference image illumination assessment metric.
If I use this equation how can find no-reference image illumination assessment metric value.Is it possible to find without t...

4 years ago | 1 answer | 0

1

answer

Question


finding EME of an image
I have an image I need to find the the measure of enhancement(EME) .How can find that. If I use use the following equatios how ...

4 years ago | 1 answer | 0

1

answer

Question


contrast gain of an image
I have an image that from an hazy image model,a haze free image.I need to find the contrast gain of this image.How can I find th...

4 years ago | 1 answer | 0

1

answer

Question


Hazy image equation implementation.
I have an hazy image equation. When I am try to implement that equattion I only get a black image only. This is my equation. ...

4 years ago | 2 answers | 0

2

answers

Question


Apply conditions in if statement.
A = []; for ii = 1:length(subSequence) if any(ismember(subSequence{ii},out)) && mod(k-midpoint)<=G+l/2 A{end...

4 years ago | 0 answers | 0

0

answers

Question


Distance between point and an array.
How can I find distance between a point and an n-array elements.

4 years ago | 1 answer | 0

1

answer

Question


Improving the accuracy of a dataset.
Iam using a desicion tree classification method.I need to improve the accuracy,without modifying the dataset.How can I improve t...

4 years ago | 0 answers | 0

0

answers

Question


Apply all steps in whole data set.
clc clear ts = xlsread('ECGFiveDays_TRAIN.xlsx'); p=ts(1:1,2:end); fa = movstd(p ,20,1); secarray = movstd(fa,20,1) ; k=...

4 years ago | 1 answer | 0

1

answer

Question


wirte in excel sheet.
I need to write some arrays in specified rows.I use xlswrite('Book1.xlsx',q,'A11:BI2').But I get the same answer in each rows.Th...

4 years ago | 2 answers | 0

2

answers

Question


Find the index value
I have a an array.I need to find its index value.How can i do that?

4 years ago | 1 answer | 0

1

answer

Question


classification using decision tree
I have A=[0.0218 -0.0324 -0.0107 -0.0324 0.0001 -0.0107 -0.0107 -0.0324 -0.0216 0.0001 -0.0162 -0.0324 ...

4 years ago | 1 answer | 0

1

answer

Question


marking some points.
A=[0.8570, 1.0447 , 1.2136 , 1.3637 , 1.4670 , 1.4576 , 1.3731 , 0.9696 , 0.6505 , 0.2845] B=[1.2136,.2845] p...

4 years ago | 1 answer | 0

1

answer

Question


Nearest value from an array.
I have a set of numbers 'N'.I need to find each optimal nearest value of each N , from a series. If M=[1,2,3,4,5,6,7,8,910] a ...

4 years ago | 1 answer | 0

1

answer

Load more