Use "acyclic" in a sentence

1. This implies that the dependencies form a directed acyclic graph.

즉, 그래프가 비순환 유향 그래프(directed acyclic graph)여야 한다.

2. There's those that are based on directed graphs, directed acyclic graphs, and those that are based on undirected graphs.

방향성 있는 비순환 그래프 기반과,

3. If the network structure of the model is a directed acyclic graph, the model represents a factorization of the joint probability of all random variables.

만약 네트워크의 구조가 방향성 비순환 그래프(DAG; directed acyclic graph)라면, GM은 모든 확률 변수의 결합 확률의 분해(factorization)를 나타낸다.

4. These directories are: src/main/java, src/main/resources, src/test/java and src/test/resources. build.gradle apply plugin: 'java' Running gradle build will result in > gradle build :compileJava :processResources :classes :jar :assemble :compileTestJava :processTestResources :testClasses :test :check :build BUILD SUCCESSFUL The Java plugin emulates many of the expected Maven lifecycles as tasks in the directed acyclic graph of dependencies for the inputs and outputs of each task.

이 디렉터리들은 src/main/java, src/main/resources, src/test/java, src/test/resources이다. build.gradle apply plugin: 'java' gradle build을 실행하면 다음과 같이 출력된다: > gradle build :compileJava :processResources :classes :jar :assemble :compileTestJava :processTestResources :testClasses :test :check :build BUILD SUCCESSFUL “Gradle Releases”.