Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Supporting material for the paper "Stacking of Network Based Classifiers with Application in Breast Cancer Classification" presented in XIV Mediterranean Conference on Medical and Biological Engineering and Computing (2016)

Notifications You must be signed in to change notification settings

sgsfak/subnet_stacking

Repository files navigation

Stacked network-based classifiers

"Stacked generalization" was introduced by Wolpert in 1992 as a way to combine multiple "base" classifiers in a two-level classification scheme. The classifiers at the first level (Level 0) take as input the input cases and each one of them produces a prediction. The predictions of the first level classifiers are then given as input to the second level (Level 1) classifier (combiner) that provides the final prediction:

Here we have implemented this idea using a list of genes as "seeds" for the base classifiers. Each of the base classifiers is then built by expanding in the network neighborhood of the corresponding gene...

About

Supporting material for the paper "Stacking of Network Based Classifiers with Application in Breast Cancer Classification" presented in XIV Mediterranean Conference on Medical and Biological Engineering and Computing (2016)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published