Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
wx-zhu committed Apr 30, 2024
1 parent 6ca3bab commit eac906f
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 66 deletions.
Empty file added .nojekyll
Empty file.
16 changes: 8 additions & 8 deletions _site/03-algorithm.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,27 +90,27 @@
<!--radix_placeholder_meta_tags-->
<title>Linear Threshold Models: R code</title>

<meta property="description" itemprop="description" content="In this section, we are going to explore the implementation of linear threshold model in R studio."/>
<meta property="description" itemprop="description" content="In this coding section, we&#39;ll cover the implementation of the Linear Threshold Model in RStudio."/>



<!-- https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:title" content="Linear Threshold Models: R code"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="In this section, we are going to explore the implementation of linear threshold model in R studio."/>
<meta property="og:description" content="In this coding section, we&#39;ll cover the implementation of the Linear Threshold Model in RStudio."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="Linear Threshold Models"/>

<!-- https://dev.twitter.com/cards/types/summary -->
<meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="Linear Threshold Models: R code"/>
<meta property="twitter:description" content="In this section, we are going to explore the implementation of linear threshold model in R studio."/>
<meta property="twitter:description" content="In this coding section, we&#39;ll cover the implementation of the Linear Threshold Model in RStudio."/>

<!--/radix_placeholder_meta_tags-->
<!--radix_placeholder_rmarkdown_metadata-->

<script type="text/json" id="radix-rmarkdown-metadata">
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","code_folding"]}},"value":[{"type":"character","attributes":{},"value":["R code"]},{"type":"character","attributes":{},"value":["In this section, we are going to explore the implementation of linear threshold model in R studio. \n"]},{"type":"logical","attributes":{},"value":[true]}]}
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","description","code_folding"]}},"value":[{"type":"character","attributes":{},"value":["R code"]},{"type":"character","attributes":{},"value":["In this coding section, we'll cover the implementation of the Linear Threshold Model in RStudio.\n"]},{"type":"logical","attributes":{},"value":[true]}]}
</script>
<!--/radix_placeholder_rmarkdown_metadata-->
<!--radix_placeholder_navigation_in_header-->
Expand Down Expand Up @@ -2420,7 +2420,7 @@ <h3>${suggestion.title}</h3>
<!--radix_placeholder_front_matter-->

<script id="distill-front-matter" type="text/json">
{"title":"R code","description":"In this section, we are going to explore the implementation of linear threshold model in R studio.","authors":[]}
{"title":"R code","description":"In this coding section, we'll cover the implementation of the Linear Threshold Model in RStudio.","authors":[]}
</script>

<!--/radix_placeholder_front_matter-->
Expand Down Expand Up @@ -2460,7 +2460,7 @@ <h3>${suggestion.title}</h3>
<h1>R code</h1>
<!--radix_placeholder_categories-->
<!--/radix_placeholder_categories-->
<p><p>In this section, we are going to explore the implementation of linear threshold model in R studio.</p></p>
<p><p>In this coding section, we’ll cover the implementation of the Linear Threshold Model in RStudio.</p></p>
</div>


Expand Down Expand Up @@ -3032,7 +3032,7 @@ <h3 id="animation">Animation</h3>
<pre><code>Selected node: 15 with influence: 39
Selected node: 11 with influence: 39
Selected node: 22 with influence: 44
[1] &quot;Total time: 0.149544954299927&quot;</code></pre>
[1] &quot;Total time: 0.149084091186523&quot;</code></pre>
</div>
<div class="layout-chunk" data-layout="l-body">
<div class="sourceCode">
Expand Down Expand Up @@ -3098,7 +3098,7 @@ <h3 id="simulation">Simulation</h3>
<pre><code>Selected node: 35 with influence: 40
Selected node: 16 with influence: 45
Selected node: 13 with influence: 38
[1] &quot;Total time: 0.196632862091064&quot;</code></pre>
[1] &quot;Total time: 0.194490909576416&quot;</code></pre>
<div class="sourceCode">
<pre class="sourceCode r"><code class="sourceCode r"><span><span class='va'>seed_set</span></span></code></pre>
</div>
Expand Down
Loading

0 comments on commit eac906f

Please sign in to comment.