본문 바로가기 메뉴 바로가기

Programming makes everything

프로필사진
  • Git Blog
  • GitHub
  • LinkedIn
  • Facebook
  • Instagram
  • Email

Programming makes everything

검색하기 폼
  • All Categories
    • Architecture
      • Front-End
      • Back-End
      • Design Pattern
    • Computer Language
      • Scala
      • Kotlin
      • Python
      • Java
    • Data Engineering
      • Spark
      • HQL
      • Airflow
    • Development Tools
      • IntelliJ
      • GitHub
  • 방명록

[File] Avro format read with java library 'apache.avro'

Import ‘org.apache.avro:avro:1.9.0’ (choose proper version) follow like this String path = getClass().getResource(path).getPath(); File file = New File(path); DatumReader datumReader = new GenericDatumReader(); DataFileReader dataFileReader = new DataFileReader(file, datumReader); record = dataFileReader.next(record); record.get(key).toString();

Architecture/Back-End 2020. 5. 9. 23:05
[Java library] How to Use FastText4J Library

Save fastest model bin file to AWS S3 Import FastText4J library to Spring java project dependency "com.github.linkfluence:fastText4j:0.2.1" compile('com.github.linkfluence:fastText4j') get fasttext model bin file from S3(Use AWS aws-java-sdk-s3 library) load FastText class with model bin InputStream modelBinary; FastText fastText = FastText.loadModel(modelBinary); call predict function t..

Architecture/Back-End 2020. 5. 8. 21:55
[DescriptiveStatistics] How to calculate IQR and what is outlier detection

Some system needs to find and deal with outliers item, people, objects, etc. For example, we needs to show search movie results which people might interest. If so, we need to find boring contents among search results. Let's assume we have fun score for all movie and fun score is Normal Population(N(0,σ2)). Then we can find extremely boring movie. The outlier detection formula is Lower bound ..

Architecture/Back-End 2019. 10. 25. 17:33
이전 1 2 3 4 다음
이전 다음
TAG
  • kotlin
  • idea
  • NullPointerException
  • Gradle
  • Kotlin 1.3
  • Java
  • NPE
  • spring boot
  • Ultimate Edition
  • IntelliJ
more
Recent Post
Follow
  • Blog
  • Github
  • LinkedIn

Blog is powered by Tistory / Designed by Tistory / Management Page

티스토리툴바