API 参考¶
- 所有模型
- pyod.models.abod 模块
- pyod.models.ae1svm 模块
- pyod.models.alad 模块
- pyod.models.anogan 模块
- pyod.models.auto_encoder 模块
AutoEncoder
AutoEncoder.model
AutoEncoder.optimizer
AutoEncoder.criterion
AutoEncoder.decision_scores_
AutoEncoder.threshold_
AutoEncoder.labels_
AutoEncoder.build_model()
AutoEncoder.decision_function()
AutoEncoder.evaluate()
AutoEncoder.fit()
AutoEncoder.fit_predict()
AutoEncoder.fit_predict_score()
AutoEncoder.predict()
AutoEncoder.predict_confidence()
AutoEncoder.predict_proba()
AutoEncoder.save()
AutoEncoder.train()
AutoEncoder.training_forward()
AutoEncoder.training_prepare()
- pyod.models.auto_encoder_torch 模块
- pyod.models.cblof 模块
CBLOF
CBLOF.clustering_estimator_
CBLOF.cluster_labels_
CBLOF.n_clusters_
CBLOF.cluster_sizes_
CBLOF.decision_scores_
CBLOF.cluster_centers_
CBLOF.small_cluster_labels_
CBLOF.large_cluster_labels_
CBLOF.threshold_
CBLOF.labels_
CBLOF.decision_function()
CBLOF.fit()
CBLOF.fit_predict()
CBLOF.fit_predict_score()
CBLOF.predict()
CBLOF.predict_confidence()
CBLOF.predict_proba()
- pyod.models.cof 模块
- pyod.models.combination 模块
- pyod.models.cd 模块
- pyod.models.copod 模块
- pyod.models.deep_svdd 模块
- pyod.models.devnet 模块
- pyod.models.dif 模块
- pyod.models.ecod 模块
- pyod.models.feature_bagging 模块
FeatureBagging
FeatureBagging.decision_scores_
FeatureBagging.threshold_
FeatureBagging.labels_
FeatureBagging.decision_function()
FeatureBagging.fit()
FeatureBagging.fit_predict()
FeatureBagging.fit_predict_score()
FeatureBagging.get_params()
FeatureBagging.predict()
FeatureBagging.predict_confidence()
FeatureBagging.predict_proba()
FeatureBagging.set_params()
- pyod.models.gmm 模块
GMM
GMM.weights_
GMM.means_
GMM.covariances_
GMM.precisions_
GMM.precisions_cholesky_
GMM.converged_
GMM.n_iter_
GMM.lower_bound_
GMM.decision_scores_
GMM.threshold_
GMM.labels_
GMM.decision_function()
GMM.fit()
GMM.fit_predict()
GMM.fit_predict_score()
GMM.precisions_
GMM.precisions_cholesky_
GMM.predict()
GMM.predict_confidence()
GMM.predict_proba()
- pyod.models.hbos 模块
- pyod.models.iforest 模块
IForest
IForest.estimators_
IForest.estimators_samples_
IForest.max_samples_
IForest.decision_scores_
IForest.threshold_
IForest.labels_
IForest.decision_function()
IForest.feature_importances_
IForest.fit()
IForest.fit_predict()
IForest.fit_predict_score()
IForest.max_samples_
IForest.n_features_in_
IForest.offset_
IForest.predict()
IForest.predict_confidence()
IForest.predict_proba()
- pyod.models.inne 模块
- pyod.models.kde 模块
- pyod.models.knn 模块
- pyod.models.kpca 模块
- pyod.models.lmdd 模块
- pyod.models.loda 模块
- pyod.models.lof 模块
- pyod.models.loci 模块
- pyod.models.lunar 模块
- pyod.models.lscp 模块
- pyod.models.mad 模块
- pyod.models.mcd 模块
MCD
MCD.raw_location_
MCD.raw_covariance_
MCD.raw_support_
MCD.location_
MCD.covariance_
MCD.precision_
MCD.support_
MCD.decision_scores_
MCD.threshold_
MCD.labels_
MCD.decision_function()
MCD.fit()
MCD.fit_predict()
MCD.fit_predict_score()
MCD.get_params()
MCD.predict()
MCD.predict_confidence()
MCD.predict_proba()
MCD.set_params()
- pyod.models.mo_gaal 模块
- pyod.models.ocsvm 模块
OCSVM
OCSVM.support_
OCSVM.support_vectors_
OCSVM.dual_coef_
OCSVM.coef_
OCSVM.intercept_
OCSVM.decision_scores_
OCSVM.threshold_
OCSVM.labels_
OCSVM.decision_function()
OCSVM.fit()
OCSVM.fit_predict()
OCSVM.fit_predict_score()
OCSVM.get_params()
OCSVM.predict()
OCSVM.predict_confidence()
OCSVM.predict_proba()
OCSVM.set_params()
- pyod.models.pca 模块
PCA
PCA.components_
PCA.explained_variance_
PCA.explained_variance_ratio_
PCA.singular_values_
PCA.mean_
PCA.n_components_
PCA.noise_variance_
PCA.decision_scores_
PCA.threshold_
PCA.labels_
PCA.decision_function()
PCA.explained_variance_
PCA.fit()
PCA.fit_predict()
PCA.fit_predict_score()
PCA.get_params()
PCA.noise_variance_
PCA.predict()
PCA.predict_confidence()
PCA.predict_proba()
PCA.set_params()
- pyod.models.qmcd 模块
- pyod.models.rgraph 模块
- pyod.models.rod 模块
- pyod.models.sampling 模块
- pyod.models.sod 模块
- pyod.models.so_gaal 模块
- pyod.models.sos 模块
- pyod.models.suod 模块
- pyod.models.thresholds 模块
- pyod.models.vae 模块
VAE
VAE.model
VAE.optimizer
VAE.criterion
VAE.decision_scores_
VAE.threshold_
VAE.labels_
VAE.build_model()
VAE.decision_function()
VAE.decision_function_update()
VAE.epoch_update()
VAE.evaluate()
VAE.evaluating_forward()
VAE.evaluating_prepare()
VAE.fit()
VAE.fit_predict()
VAE.fit_predict_score()
VAE.get_params()
VAE.load()
VAE.predict()
VAE.predict_confidence()
VAE.predict_proba()
VAE.save()
VAE.set_params()
VAE.train()
VAE.training_forward()
VAE.training_prepare()
- pyod.models.xgbod 模块
- 模块内容
- 实用函数