Giter Site home page Giter Site logo

dbscan's Introduction

dbscan

===== challenge 1: git的使用 =====

  1. 从github到本地:

git pull: 从git中拉取到本地

  1. 从本地到github

git add *

git commit -m "update"

git push

===== challenge 1: 使用octave生成测试集 ======

  1. octave code

------ first circle -----

生成100个theta值

theta1 = rand(100,1) * 2 * pi

x1 = sin(theta1) * 1

y1 = cos(theta1) * 1

plot(x1, y1, 'r * ')

----- second circle -----

theta2 = rand(100,1) * 2 * pi

x2 = sin(theta2) * 2

y2 = cos(theta2) * 2

plot(x2, y2, 'r * ')

plot(x1, y1, 'r * ', x2, y2, 'b * ')

save sample1 x1

save sample2 y1

save sample3 x2

save sample4 y2

dbscan's People

Contributors

shuimu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.