API 参考¶
- 所有模型
- pyod.models.abod 模块
- pyod.models.ae1svm 模块
- pyod.models.alad 模块
- pyod.models.anogan 模块
- pyod.models.auto_encoder 模块
AutoEncoder
AutoEncoder.build_model()
AutoEncoder.compute_rejection_stats()
AutoEncoder.decision_function()
AutoEncoder.evaluate()
AutoEncoder.fit()
AutoEncoder.fit_predict()
AutoEncoder.fit_predict_score()
AutoEncoder.predict()
AutoEncoder.predict_confidence()
AutoEncoder.predict_proba()
AutoEncoder.predict_with_rejection()
AutoEncoder.save()
AutoEncoder.train()
AutoEncoder.training_forward()
AutoEncoder.training_prepare()
- pyod.models.auto_encoder_torch 模块
- pyod.models.cblof 模块
- 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.compute_rejection_stats()
FeatureBagging.decision_function()
FeatureBagging.fit()
FeatureBagging.fit_predict()
FeatureBagging.fit_predict_score()
FeatureBagging.get_params()
FeatureBagging.predict()
FeatureBagging.predict_confidence()
FeatureBagging.predict_proba()
FeatureBagging.predict_with_rejection()
FeatureBagging.set_params()
- pyod.models.gmm 模块
- pyod.models.hbos 模块
- pyod.models.iforest 模块
IForest
IForest.compute_rejection_stats()
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()
IForest.predict_with_rejection()
- 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 模块
- pyod.models.mo_gaal 模块
- pyod.models.ocsvm 模块
- pyod.models.pca 模块
- pyod.models.qmcd 模块
- pyod.models.rgraph 模块
RGraph
RGraph.active_support_elastic_net()
RGraph.compute_rejection_stats()
RGraph.decision_function()
RGraph.elastic_net_subspace_clustering()
RGraph.fit()
RGraph.fit_predict()
RGraph.fit_predict_score()
RGraph.get_params()
RGraph.predict()
RGraph.predict_confidence()
RGraph.predict_proba()
RGraph.predict_with_rejection()
RGraph.set_params()
- 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.build_model()
VAE.compute_rejection_stats()
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.predict_with_rejection()
VAE.save()
VAE.set_params()
VAE.train()
VAE.training_forward()
VAE.training_prepare()
- pyod.models.xgbod 模块
- 模块内容
- 实用函数