public class ApplyAlgorithms extends Object
| Constructor and Description |
|---|
ApplyAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAlgorithm(String userName,
Integer targetDataSetId,
List<Integer> sourceDataSetIds) |
static String |
createDerivedDataSetIdentifier(String userName,
String targetDataSetId,
List<Integer> sourceDataSetIds) |
static String |
createDerivedDataSetIdentifier(String userName,
String targetDataSetId,
String sourceDataSetId) |
Map<Integer,Object> |
createValueFromAlgorithm(String dataType,
Integer sourceDataSetId,
String algorithmScript) |
static List<String> |
extractFeatureName(String algorithmScript) |
String |
validateAlgorithmInputs(Integer dataSetId,
String algorithm) |
@Async @Transactional public void applyAlgorithm(String userName, Integer targetDataSetId, List<Integer> sourceDataSetIds)
public Map<Integer,Object> createValueFromAlgorithm(String dataType, Integer sourceDataSetId, String algorithmScript)
public static String createDerivedDataSetIdentifier(String userName, String targetDataSetId, List<Integer> sourceDataSetIds)
Copyright © 2014. All Rights Reserved.