Exemplo n.º 1
0
        public override ILearnAlgorithmConf getConf(int CountFeatures)
        {
            ILearnAlgorithmConf result = new IslandsConfig();

            result.Init(CountFeatures);
            return(result);
        }
Exemplo n.º 2
0
 void Init(ILearnAlgorithmConf Conf)
 {
     Config = Conf as IslandsConfig;
 }