2017-03-22 4 views

답변

1

현재 ML Studio는 출력 데이터를 두 번째 포트에 매핑하는 것을 지원하지 않습니다. 이것은 다음과 같은 코드를 실행하여 확인할 수 있습니다 :

# Map 1-based optional input ports to variables 
dataset1 <- maml.mapInputPort(1) # class: data.frame 

# Select data.frame to be sent to the output Dataset port 
maml.mapOutputPort("dataset1", 1); 
maml.mapOutputPort("dataset1", 2); 

하는 출력 세트를 추가로 열 라벨에 data.frame 의도가 당신의 당신은 출력 할 수있는 해결 방법으로

---------- Start of error message from R ---------- 
Error: At this time, there is only 1 output dataset port that can be mapped. Please provide 1 as the portNumber 

을 반환합니다. 그러면 조치가 Remove entire row이고 데이터를 올바른 출력으로 자르고 Select Columns in Dataset을 절단하여 관련이없는 열을 제거하는 데 사용할 수 있습니다.