107108109110111112113114115
feature = new UnorderedWindowSequentialDependenceFeature(w); } else { throw new ClassNotFoundException("Feature class not found!"); } feature.initialize(scoringFunction); return feature; } }