All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.campagnelab.dl.somatic.mappers.FeatureMapperV2 Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package org.campagnelab.dl.somatic.mappers;

import org.campagnelab.dl.framework.mappers.ConcatFeatureMapper;

/**
 * The FeatureMapper to test for the second iteration.
 * Created by fac2003 on 5/24/16.
 */
public class FeatureMapperV2 extends ConcatFeatureMapper {
    public FeatureMapperV2() {
        super(new SimpleFeatureCalculator(true), new MagnitudeFeatures());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy