Using TOPSIS comprehensive evaluation scoring model to realize virtual machine allocation policy (non portable) vmallocation policy in cloudsim
There are many methods of virtual machine allocation strategy in cloud computing. Now it is placed in the cloudsim project package with scheduling methods such as Random allocation, first fit, best fit and RoundRobin. The optimization process of virtual machine scheduling problem can also refer t ...
Posted by slysop on Thu, 21 Oct 2021 20:12:14 -0700
Good and bad solution distance method
Good and bad solution distance method
Forerunner chestnut
Limitations of analytic hierarchy process:
There should not be too many decision-making levels for evaluation. If there are too many, the difference between judgment matrix and consistency matrix may be very large. In the table of average random consistency index RI, n is up to 15If t ...
Posted by upperbid on Sun, 17 Oct 2021 10:35:14 -0700
Data mining for disk damage prediction
Data import and preprocessing
The first is to import all packages required for this data mining
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
from sklearn.preprocessing import StandardScaler
from sklearn.preprocessing import MinMaxScaler
from sklearn.model_selection import train_test_split
from sklearn.decompositi ...
Posted by goaman on Mon, 11 Oct 2021 22:14:02 -0700