Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

afstorr

@afstorr
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Data conversions with char[]'s
    A afstorr

    to convert char[] into numbers you could loop through it converting each individual char into a number. Each time you move onto the next char you just multiply the number you are creating by 10 and then add the new character to it.

    C#

  • Case Based Reasoning
    A afstorr

    I am implementing a Case Based Reasoning (CBR) system and I would like some help with the comparison part. There are lots of cases stored in a SQL database which I query to narrow the search field but I still have several cases to compare. Each case has 10 pieces of information which I am comparing to a new case to find out how similar they are. Does anyone know a good way to do this similarity check other than just looping though each case? I am trying to find the quickest way possible. Thanks Adam

    C# database agentic-ai help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups