setAttribute(name, attr.getValue());
}
}
ConfigurationLoader loader = new ConfigurationLoader(getProject().getClassLoader());
LenskitConfigScript script = loader.loadScript(file);
script.configure(getConfig());
return this;
}
@Override
public AlgorithmInstance build() {