photo

Sinan Islam


Last seen: Today 自 2016 起处于活动状态

Followers: 0   Following: 3

消息

统计学

MATLAB Answers

5 个提问
4 个回答

排名
22,047
of 297,457

声誉
2

贡献数
5 个提问
4 个回答

回答接受率
60.0%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • Explorer
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
How to normalize data between 0 and 1
X_max = max(X); X_min = min(X); X_scaled = (X - X_min) ./ (X_max - X_min); % scales X to [0, 1]

17 days 前 | 0

已回答
Two equal datetime values showing as unequal when compared?
You can convert the dates to string before comparing them.

2 years 前 | 0

已回答
How do you resolve conflict when multiple toolboxes have functions with the same name?
I solved this problem by packaging the conflicting function. I have two functions, both named "pca". The first pca function is ...

3 years 前 | 0

提问


Retrain Machine Learning Model On New Data
Hello, I have trained an SVM model using fitcsvm and saved it to disk. Now I have new data that were never used by the model...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
How to apply majority voting for classification ensemble in Matlab?
Matlab should consider adding vote ensemble.

4 years 前 | 1

提问


Indexed Assignment on the Right Side
I am calling function f(x) that returns a matrix of 100 columns. All what I need is just the 10th column. So I need one vecto...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Function Has Been Partially Removed
Hello, I am using the Financial toolbox. I noticed alot of functions have a warning that a function has been partially removed....

4 years 前 | 1 个回答 | 0

1

个回答

提问


Time Series Hamilton Filter
Hello, I am just wondering why MATLAB Econometrics Toolbox does not include the Hamilton Filter? Do you have a plan to inclu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Balance The Distribution of a Binary or Nominal Variable
Hello, I am trying to predict a binary target with True/False possible values. The dataset consists of 500 observations, 400...

8 years 前 | 1 个回答 | 0

1

个回答