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

fr.inria.prophet4j.feature.S4R.S4RFeature Maven / Gradle / Ivy

package fr.inria.prophet4j.feature.S4R;

import fr.inria.prophet4j.feature.Feature;

public interface S4RFeature extends Feature {
	int CF_SIZE = CodeFeature.values().length; // how many features?

	int FEATURE_SIZE = CF_SIZE;

	enum CrossType implements S4RFeature {
		CF_CT,
	}

	// base on fr.inria.prophet4j.feature.Feature
	enum CodeFeature implements S4RFeature {

	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy