FindBirthTimeByMachineLearning
FindBirthTimeByMachineLearning(TimepossibleBirthTime,stringbodyHeight,stringbodyShape,stringhair,stringlips,stringnose,stringcomplexion,stringfaceShape,stringconstitution,stringpersonality,doubleprecisionHours,BirthTimeModelTypemodelType)
Rectifies finds an unknown birth time using machine learning over physical and personality traits. Scans candidate time slices across the birth day and returns the TimeRange the model judges most consistent with the supplied appearance and temperament body heightshape hair lips nose complexion face shape constitution personality. Uses the RAMAN ayanamsa to match the trained rule set model and precision are configurable.
Parameters
| Name | Type | Description |
|---|---|---|
possibleBirthTime |
Time |
An approximate birth time location on the correct birth day. |
bodyHeight |
String |
Described body height trait. |
bodyShape |
String |
Described body shapebuild trait. |
hair |
String |
Described hair trait. |
lips |
String |
Described lips trait. |
nose |
String |
Described nose trait. |
complexion |
String |
Described complexion trait. |
faceShape |
String |
Described face shape trait. |
constitution |
String |
Described bodily constitution trait. |
personality |
String |
Described personality trait. |
precisionHours |
Double |
Width of each scanned time slice in hours default 2.5 minutes. |
modelType |
BirthTimeModelType |
Which trained model to use default NCC. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/FindBirthTimeByMachineLearning
Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.
Loading try-it widget…